Solidarity transport implementation

This commit is contained in:
2025-03-05 00:42:47 +01:00
parent 82773f090b
commit 0cc1c1451c
23 changed files with 701 additions and 93 deletions

View File

@@ -25,4 +25,7 @@
html {
font-family: Bitter, serif;
}
input {
padding: 2px;
}
}

View File

@@ -1,6 +1,10 @@
import '@kingshott/iodine';
import Alpine from 'alpinejs'
import { Protocol } from "pmtiles";
window.Alpine = Alpine
Alpine.start()
Alpine.start()
let protocol = new Protocol();
maplibregl.addProtocol("pmtiles",protocol.tile);