You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the pip-service (rather than in-memory WOF polygons in the importer itself) to do admin lookup, Geonames records are being assigned administrative areas at all levels of the hierarchy. So for example, a county will be given an admin locality, which is not correct.
When using the pip-service (rather than in-memory WOF polygons in the importer itself) to do admin lookup, Geonames records are being assigned administrative areas at all levels of the hierarchy. So for example, a county will be given an admin locality, which is not correct.
This leads to incorrect labels, such as this case:
http://pelias.github.io/compare/#/v1/search%3Fsources=geonames&layers=localadmin&size=1&text=city%20of%20new%20york
Basically, it appears the code in https://github.com/pelias/wof-admin-lookup/blob/master/src/getAdminLayers.js which was specifically designed to handle this, is not being applied.
The text was updated successfully, but these errors were encountered: