leaflet-extras / leaflet-map

Leaflet map as web component
https://leaflet-extras.github.io/leaflet-map
116 stars 72 forks source link

Support for ImageOverlay Layer (+some more) to support large single images #82

Closed rajsite closed 4 years ago

rajsite commented 7 years ago

I essentially am trying to utilize leaflet-map for the use case discussed here: http://kempe.net/blog/2014/06/14/leaflet-pan-zoom-image.html

Using leaflet-map to display an L.imageOverlay with a crs of L.CRS.Simple

The post shows some additional logic for calculating bounds which I do not believe the bounds properties are exposed on the element

rajsite commented 7 years ago

I have created the following as a workaround for now: https://github.com/rajsite/leaflet-map-image-overlay 👍

rajsite commented 7 years ago

Part of this issue was exposing the map construction properties to configure crs.

Another reason to expose them would be to allow adding and configuring plugins like the following: https://github.com/CliffCloud/Leaflet.Sleep

rajsite commented 4 years ago

self-closing stale issue 👍