-
As title said. It's strange to see identic OSM Object with different Here's the example of duplicated OSM Object. I'm not quite sure if sort_and_cut_results function will always drop the duplicates but it happens in this case: Query on Postgres SELECT
place_id,importance, rank_address, rank_search, osm_type, osm_id, class, type, admin_level, cast(name as json),
cast(address as json), cast(extratags as json), wikipedia, country_code,
housenumber, postcode, cast(ST_AsGeoJSON(centroid) as json) as centroid
FROM
placex
WHERE
osm_id = '414891746';
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is an OSM object that serves two different primary functions. Nominatim duplicates them to be sure they can be found with both functions. |
Beta Was this translation helpful? Give feedback.
This is an OSM object that serves two different primary functions. Nominatim duplicates them to be sure they can be found with both functions.