bozdoz / wp-plugin-leaflet-map

Add leaflet maps to Wordpress with shortcodes
https://wordpress.org/plugins/leaflet-map/
GNU General Public License v2.0
140 stars 71 forks source link

template tags for default #111

Closed bozdoz closed 3 years ago

bozdoz commented 3 years ago

Initial work on the template tag idea for geojson popup text using feature properties. Implements default tag (#80).

bozdoz commented 3 years ago

Works with:

[leaflet-map fitbounds] [leaflet-geojson src="https://gist.githubusercontent.com/bozdoz/675411779e2bd46fc9b53e27c680cd81/raw/f9a08df8de094a13d2f2020ce30337bf70788b99/halifax.geojson"]{NAME} / Best food: {Details.Best.Food | default: Who knows}[/leaflet-geojson]

bozdoz commented 3 years ago

Should update svn:ignores again with .github directory and add some CI/CD unit testing