Initial docker file and stuff

This commit is contained in:
2023-09-24 17:41:48 -04:00
parent 9cf92b8c1f
commit 8d60a19b44
9 changed files with 5321 additions and 6 deletions

View File

@@ -60,7 +60,6 @@ export default function MapTiles() {
}
function iconSize() {
console.log('zoom', zoomLevel);
if (zoomLevel <= 4) {
return 'text-xs';
} else if (zoomLevel <= 5) {