Monday, 5 December 2016

Adding a search box to a Leaflet.js example



Consider the example in the following link for Folium: US Employment visualization per county.


The result looks like what you see below:


    enter image description here


I would like to add a search box to it to be able to search by city, and have the visualization zoom in and/or center around it. How can I go about adding such search box to it? Can I add this functionality perhaps in the HTML file?



Answer



You could use the Leaflet search control. It allows you to insert a search widget on your map, search by place names around the world (see Nominatim example), and once a place is selected, zoom/center your map to that place location.


enter image description here


In the Leaflet search's GitHub website you find examples on how to add the control to your leaflet map.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...