Skip to content

leaflet pointinpolygon

andy.rothwell edited this page Feb 12, 2020 · 1 revision

Leaflet.PointInPolygon

Our fork is here.

This dependency is used by Layerboard.

In main.js, there is the line:

import 'Leaflet-PointInPolygon/wise-leaflet-pip.js';

We had to have our own fork, so that we could add a dummy package.json file. It does not actually make this a package, but it makes node npm install the repo correctly.

Clone this wiki locally