I have shapefile polygons. I'm using OpenLayers with OpenStreetMap tiles. Is it possible to create hover effect which will show up info window with some informations about that polygons? Is it the best to put it in some database maybe? Thank you.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
SelectFeature popup. Example can be easily changed to Hover instead of Select http://dev.openlayers.org/releases/OpenLayers-2.12/examples/select-feature-openpopup.html different way to do popups http://dev.openlayers.org/releases/OpenLayers-2.12/examples/popupMatrix.html Select with a hover (but no info box) http://dev.openlayers.org/releases/OpenLayers-2.12/examples/select-feature.html ...all the reference are there, you'll just need to put the pieces together. |
|||||||||
|