SVGMap is a web mapping framework based on SVG. It has loosely coupled and decentralized web mapping capabilities that conventional mapping frameworks do not have, as well as an advanced tiling mechanism that goes beyond ordinary vector tiles, making it possible to implement large-scale WebGIS.
The standardization activities are being undertaken at W3C.
This repository contains a modularized SVGMap.js, which replaces SVGMapLv0.1.
Development has started in May 2022 as SVGMapLv0.1_r18module.js, and this version became mainstream in August 2024.
<script type="text/javascript" src="https://unpkg.com/jsts@1.6.1/dist/jsts.min.js"></script>
<script type="module">
import { svgMap } from 'https://cdn.jsdelivr.net/gh/svgmap/svgmapjs@latest/SVGMapLv0.1_r18module.js';
window.svgMap=svgMap
</script></nowiki>
sudo apt install npm
sudo npm install -g n
sudo n lts
npm test
prettier --use-tabs