build
This commit is contained in:
+1
-1
@@ -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"
|
||||
},
|
||||
|
||||
@@ -69,6 +69,7 @@ const createMapView = (container: HTMLDivElement) => {
|
||||
maxZoom: 15,
|
||||
maxScale: 15,
|
||||
minScale: 15,
|
||||
|
||||
geometry: {
|
||||
type: "extent",
|
||||
xmin: 54.65,
|
||||
|
||||
Reference in New Issue
Block a user