francoisromain / leaflet-markers-canvas

A Leaflet plugin to render many markers in a canvas instead of the DOM
GNU Affero General Public License v3.0
42 stars 15 forks source link

transform in style attribute of canvas tag not set on init #18

Open micheal-w-wells opened 1 year ago

micheal-w-wells commented 1 year ago

in apps with the map not taking up the whole screen, or with pages that resize, the points will often be in the wrong place until you drag the map. In the source it looks like you only set the transform / x / y offset when the map zooms.