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

Blank at default zoom #242

Closed nizarfadlan closed 6 months ago

nizarfadlan commented 7 months ago

Can anyone help with the code on the shortcode just

[leaflet-map]
[leaflet-marker visible]
<a>Link</a>
[/leaftlet-marker]

Here using default zoom 7, min zoom 1, max zoom 10, fitbounds. https://github.com/bozdoz/wp-plugin-leaflet-map/assets/40895148/81366ecc-24b4-4a46-98e2-4ae5362f340d

hupe13 commented 7 months ago

One marker does not have bounds, you need to specify lat, lng and zoom.

[leaflet-map lat=...  lng=...  zoom=...]
[leaflet-marker visible]
<a>Link</a>
[/leaftlet-marker]