Initial docker file and stuff
This commit is contained in:
@@ -60,7 +60,6 @@ export default function MapTiles() {
|
||||
}
|
||||
|
||||
function iconSize() {
|
||||
console.log('zoom', zoomLevel);
|
||||
if (zoomLevel <= 4) {
|
||||
return 'text-xs';
|
||||
} else if (zoomLevel <= 5) {
|
||||
|
||||
Reference in New Issue
Block a user