This commit is contained in:
2024-02-15 18:51:29 +05:00
parent ce7bc77b1c
commit 952d5c799d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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"
},
+1
View File
@@ -69,6 +69,7 @@ const createMapView = (container: HTMLDivElement) => {
maxZoom: 15,
maxScale: 15,
minScale: 15,
geometry: {
type: "extent",
xmin: 54.65,