coryasilva / Leaflet.ExtraMarkers

Custom Markers for Leaflet JS based on Awesome Markers
MIT License
329 stars 125 forks source link

SVG: Improve performance #46

Open coryasilva opened 4 years ago

coryasilva commented 4 years ago

Decide how to improve the svg performance using one of the options below:

  1. ~Write the icons once and then use <use>~ this is actually slower
  2. Create a single svg sprite file and move the viewbox around
  3. Try interfacing with the browser's cache API
  4. Other ideas...
ringoswy commented 4 years ago

Is it possible to display on canvas? Thanks a lot