Display Markers with Geolocation and Popup with OpenLayers
This is an example consists of two files.
-
index.html (this file)
-
startbutton.html uses the same marker data as index but shows just the start button.
-
viewicons.html (loads the icon with default icon data)
This file index.html calls viewicons.html lets the user select a geolocation and selectlocation.html
returns the selected geolocation back to index.html if the user clicks on a the Map.
Press submit button "Select Geolocation" and look at your browser location (Download Demo).
Call viewicons.html with a HTML form:
GitHub: View repository on GitHub