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
I know this is called leaflet-control-bing-geocoder but anyway I want to say that there is also a OpenStreetMap API for that. https://nominatim.openstreetmap.org/search/<query>?format=json... With this you don't need an access token and it is based on the same data like map itself.
If you don't consider that as a good idea, it would be better if you change http to https... https://github.com/sa3m/leaflet-control-bing-geocoder/blob/master/Control.BingGeocoder.js#L78
The text was updated successfully, but these errors were encountered:
I know this is called leaflet-control-bing-geocoder but anyway I want to say that there is also a OpenStreetMap API for that.
https://nominatim.openstreetmap.org/search/<query>?format=json
... With this you don't need an access token and it is based on the same data like map itself.If you don't consider that as a good idea, it would be better if you change http to https...
https://github.com/sa3m/leaflet-control-bing-geocoder/blob/master/Control.BingGeocoder.js#L78
The text was updated successfully, but these errors were encountered: