Maps4HTML / Web-Map-Custom-Element

A custom <mapml-viewer> and <layer-> element suite
https://maps4html.org/Web-Map-Custom-Element/
Other
54 stars 15 forks source link

Refactor custom events name dispatched by mapml-viewer #869

Open AliyanH opened 1 year ago

AliyanH commented 1 year ago

refactor custom events dispatched by mapml-viewer so they don't clash with leaflet events, ex. "zoomend" -> "map-zoomend". All events - https://maps4html.org/web-map-doc/docs/api/mapml-viewer-api#events https://github.com/Maps4HTML/Web-Map-Custom-Element/blob/94fa0896a87504777bb58c808e0b5f805926b2cf/src/mapml-viewer.js#L619-L852

prushforth commented 1 year ago

See also