rduivenvoorde / nominatim_locator_filter

5 stars 5 forks source link

QGIS Nominatim Locator Filter Extensions #12

Closed cxcandid closed 1 year ago

cxcandid commented 1 year ago

@rduivenvoorde I'm a big fan of your Nominatim Locator Filter plugin and still use it even though it was directly built into QGIS.

Since I was missing a few features, I decided to extend the plugin.

rduivenvoorde commented 1 year ago

Thanks! Will merge and release, sorry for taking so much time.

rduivenvoorde commented 1 year ago

@cxcandid I do not see the icons? I also do not see an 'icon' item in the geojson results from:

https://nominatim.openstreetmap.org/search?polygon_geojson=1&format=json&polygon_threshold=0&limit=30&q=USA%20

image

Did OSM change output? Or do I miss files?

cxcandid commented 1 year ago

@rduivenvoorde thank you for taking the time to merge the code!

You are right that there have been changes in the OSM output... this must have happened in the last few weeks. I'll try to adjust the code accordingly.

cxcandid commented 1 year ago

@rduivenvoorde Unfortunately, the icon URLs are no longer part of the OSM JSON and JSONV2 response 🙁.

cxcandid commented 1 year ago

We could use class and type attribute of JSON response to map the different icons.