Draft map with Leaflet (inverted logic...)

This commit is contained in:
2025-10-03 18:17:09 +02:00
parent dd18fdce3d
commit 051a32195e
8 changed files with 85 additions and 7 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "scaenae",
"version": "1.0.0",
"description": "SCAENAE web app",
"main": "main.js",
"author": "Nicolò P. <nicolo.paraciani@cnr.it>",
"license": "MIT",
"dependencies": {
"leaflet": "^1.9.4"
}
}