feature/leaflet-map #61
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/leaflet-map"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ignore the test commits that was to get the preview working.
This branch adds a leaflet map, which can be implemented with a shortcode in any markdown file like
This way you can display a map on any page with any data.
If you wanna display new data in the tooltips just add a new property key/value.
e.g.
One catcha is that Javascipt always output the order of the object in alfabetic order, there is nothing to do about this.
Key names
groupName
andlistOfNames
are reserved.This will display it in the way it does now on the map
e.g.
So just to be clear if you want extra value under it, give the key name a letter that is after the
l
in the alfabet.e.g.
The new added value will alway be displayed the same and will be in a
<p>
tag.