diff --git a/package.json b/package.json index f8dd470..a074f6e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, diff --git a/src/components/Map/MapView.tsx b/src/components/Map/MapView.tsx index 74c4209..cb1d617 100644 --- a/src/components/Map/MapView.tsx +++ b/src/components/Map/MapView.tsx @@ -69,6 +69,7 @@ const createMapView = (container: HTMLDivElement) => { maxZoom: 15, maxScale: 15, minScale: 15, + geometry: { type: "extent", xmin: 54.65,