Socket
Socket
Sign inDemoInstall

leaflet-event-forwarder

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    leaflet-event-forwarder

Catches unhandled canvas layer events and re-dispatches them to the next layer in the stack


Version published
Weekly downloads
98
increased by58.06%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

leaflet-event-forwarder

Catches unhandled canvas layer events and re-dispatches them to the next pane in a container.

This plugin was built assuming a mildly non-standard layer structure, where layers are stacked using panes nested within a 'container' pane (this structure also provides greater control for z stacking layers which don't support zIndex, e.g. vectors that only support bringToFront).

<div class="leaflet-pane custom-container-pane">

	<div class="leaflet-pane custom-pane">
		<div class="leaflet-layer">
			<canvas></canvas>
		</div>
	</div>

	<div class="leaflet-pane custom-pane">
        <div class="leaflet-layer">
            <canvas></canvas>
        </div>
    </div>

    <div class="leaflet-pane custom-pane">
        <div class="leaflet-layer">
            <svg></svg>
        </div>
    </div>

</div>

License

Apache 2

Keywords

FAQs

Last updated on 14 Sep 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc