More than one GeoJSON popup_property
-
First thanks for your great plugin, makes it really easy to embed leaflet maps.
I show a map loading GeoJSON features and now want to open popups on the markers. Everything works fine with one property like this:
[leaflet-geojson src="https://xrcb.exo.cat/radios-geojson/" popup_property="title"][/leaflet-geojson]
Any chance to show more than one feature properties on the popup, ideally with HTML markup to make links to content? I imagine something like that (where url and title are feature properties):
[leaflet-geojson]<a href="popup_property=url">popup_property=title</a>[/leaflet-geojson]
I thought of hacking into the plugin, what do you think would be the best markup for that case?
- The topic ‘More than one GeoJSON popup_property’ is closed to new replies.