osm-search / Nominatim-Data-Analyser-Frontend

Frontend of the QA Tool for Nominatim. Helps to improve the OpenStreetMap data quality and therefore the Nominatim search results.
GNU General Public License v2.0
3 stars 3 forks source link

Allow relative URLs in layer configuration #18

Open lonvia opened 2 years ago

lonvia commented 2 years ago

It would be nice if the UI allows relative URL names in the global layers.json and each layer.json file. These URLs should then be interpreted as relative to the position of each configuration file.

With this change there would no longer be a need for the Nominatim-Data-Analyser to know about where the data is served when generating its layers.json file. Makes development deployments a tiny bit easier.