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

padding #214

Open hupe13 opened 1 year ago

hupe13 commented 1 year ago

Hello Bozdoz,

see support forum

sometimes with [leaflet-map fitbounds] - depending on screen size and zoom - the markers appear too much at the edge. Can you please add a small pad();)?

https://github.com/bozdoz/wp-plugin-leaflet-map/blob/39019ce82a5227915adb556b61035232a65f3a5a/scripts/construct-leaflet-map.js#L157

https://github.com/bozdoz/wp-plugin-leaflet-map/blob/39019ce82a5227915adb556b61035232a65f3a5a/scripts/construct-leaflet-map.js#L166

to

 map.fitBounds(mg.getBounds().pad(0.1));

Thank you very much.

hupe13 commented 1 year ago

I thought about including this issue in PR, but I'm not sure if that's a good idea for everyone. Maybe you should introduce an option.