Initial XPro map visualizer

This commit is contained in:
2026-07-08 10:19:59 +01:00
commit c0686d0c5a
12 changed files with 965 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "xprov-map-visualizer",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
"ol": "10.6.1"
}
}