This example demonstrates drawing of some random markers using Leaflet.PixiOverlay.
- To start it, clone the repo and run:
yarn install && yarn start
- This will start a Webpack dev server using React Styleguidist on your local port 6060.
- You may then click on 'View Code' and play around with the marker data.
- See
src/Map.tsx
for full implementation.