Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.18 KB

leaflet-d3layer

I've started this project to add D3/SVG content to a Leaflet map. There are some amazing samples by Mike Bostock and Zev Ross. But i had trouble transferring them to my code, as they either have to turn off the zoom-animation or somehow hijack the leaflet internal SVG _pathRoot object. I made a layer class that contains its own _pathRoot that is independant from the Leflet SVG-content. So i can better control initialization, events an z-Ordering.

I've added both samples to one common demo

https://oliverheilig.github.io/leaflet-d3layer/

Projects where i use this layer:

https://ptv-logistics.github.io/fl-labs/ and https://oliverheilig.github.io/voronoi-territories/

The supported options

  • attribution - the attribution text for the layer data
  • opacity - the opacity value between 0.0 and 1.0; default = 1.0
  • zIndex - z-index of the svg root
  • pane - the name of the pane where the child div is inserted; default: 'overlayPane'
  • pointerEvents - the pointer-events style for the overlayer, default: null