Gjum / CivMap

Interactive, editable personal web map for Civ-style Minecraft servers
https://ccmap.github.io/
GNU General Public License v3.0
22 stars 11 forks source link

svg overlays instead of builtin leaflet drawing #8

Open Gjum opened 7 years ago

Gjum commented 7 years ago

maybe use d3 for that:

need to make sure it still renders fine on all devices, leaflet has a canvas fallback

allows us to draw smooth svg curves https://www.w3.org/TR/SVG/paths.html#PathDataCurveCommands

and to use TexturesJS https://riccardoscalco.github.io/textures/

Gjum commented 6 years ago

this also allows us to use automatic label placement