bozdoz

Results 79 comments of bozdoz

Thanks! Sorry this took awhile to look through!

Could be resolved with #45; not sure how specific this needs to be

@reddant Probably most of the marker shortcode should be copied over or re-used in the geojson shortcode actually.

Might be better to simply inherit from L.Class with `includes: (L.Evented || L.Mixin.Events)`

construct script should change to define WPLeafletMapPlugin at the outset, then onload trigger the loop to execute pushed functions

I looked into this a bit, and I'm not sure exactly how it should work. Any thoughts?

I looked into this a few times, and so far I have found Gutenberg block development to be difficult. More difficult than maintaining this plugin in the first place! Really...

Biggest problem here is that I don't know how to support base maps. Overlays seem fine to manage. But what does the API look like if a base map is...

Check out the global JavaScript variable `WPLeafletMapPlugin.markers` ![image](https://user-images.githubusercontent.com/1410985/123357792-9a670c80-d540-11eb-9c1b-6eeb33b53ada.png) You ought to be able to loop through those to discover how to open a popup. I'm not exactly sure how to...