bbecquet / Leaflet.PolylineDecorator

A plug-in for the JS map library Leaflet, allowing to define patterns (like dashes, arrows, icons, etc.) on Polylines.
MIT License
496 stars 114 forks source link

Document supplied symbol factories #104

Open plepe opened 4 years ago

plepe commented 4 years ago

When I first used polyline decorator, I was very confused where these symbol factories come from. Finally I found the L.Symbol.js in the src/ directory. Since then I open this file to check the options.

This pull requests documents the symbol factories in the README. Please pull.