Viglino / ol-ext

Cool extensions for Openlayers (ol) - animated clusters, CSS popup, Font Awesome symbol renderer, charts for statistical map (pie/bar), layer switcher, wikipedia layer, animations, canvas filters.
https://viglino.github.io/ol-ext/
Other
1.24k stars 462 forks source link

Sandbox code #1002

Closed laurentateegle closed 12 months ago

laurentateegle commented 1 year ago

Sorry for my stupid question. I have discovered your work and find it incredible. I went through the different demos but would like to get the source code helping me to understand how to use this extension. The API doc is well done but I can not find end-to-end samples of code. It would be very helpful to get the code under each demo tyou propose.

Thanks in advance and congrats once again

Viglino commented 1 year ago

All demos are a single page with sample code inside (one per feature). Use right-click + show source code or https://github.com/Viglino/ol-ext/tree/master/examples You can also look at webpack , parcel or Angular examples

laurentateegle commented 12 months ago

Got it, thank you