gis-ops / valhalla-app

This is the demo web app running on https://valhalla.openstreetmap.de
https://valhalla.openstreetmap.de
MIT License
163 stars 90 forks source link

Tooltip feature added for search box in Direction and Isochrone tab #116

Closed MihirKp25 closed 1 year ago

MihirKp25 commented 1 year ago

🛠️ Fixes Issue

Closes #115

👨‍💻 Changes proposed

Added Popup semantic-ui-react to search boxes. Set the trigger value of Popup with the Search component. Set the content value to the userInput value given in the Search component. For no value in the search box popup will have the content "Enter Address". For some address value, it will have content as userInput

📷 Screenshots

image4 image5