Autocomplete and javascript maps api using OpenStreetMap Data #3037
Unanswered
andrea989898
asked this question in
Q&A
Replies: 2 comments
-
For autocomplete address search: https://photon.komoot.io/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
From my understanding, you want to display some results on a map based on the data a user searches, then you want to use autocomplete to help them complete their search entry, Right? You can use the leaflet.js library for the maps. check here https://leafletjs.com/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I would like to ask for your help in organizing the general architecture of the following project: I want to build a service that allows me to call an autocomplete API for addresses and one that allows me to display a javascript map using OpenStreetMaps data (I only need it for Italy and Switzerland). Everything will be hosted on Azure.
I searched the internet and found these projects:
Is there any way to share data between the two? What should I use/do?
I will use the autocomplete for address search, while the maps to show stores on the map with custom markers.
If you have any other ideas or want to start a discussion on this, it would be fantastic.
Thanks and have a good
Beta Was this translation helpful? Give feedback.
All reactions