Commit 4f0aabfd authored by 田翔's avatar 田翔

fix: 降低地图版本

parent 4003f2af
{
"name": "panda-xform",
"version": "3.10.1",
"description": "3.10.1: 升级地图版本",
"version": "3.10.3",
"description": "3.10.3: 降低地图版本",
"keywords": [
"panda-xform"
],
......@@ -47,8 +47,8 @@
"@babel/plugin-syntax-jsx": "^7.12.13",
"@babel/plugin-transform-modules-amd": "^7.14.5",
"@umijs/fabric": "^2.0.7",
"@wisdom-map/amap": "1.1.0-beta.46",
"@wisdom-map/arcgismap": "1.4.0-146",
"@wisdom-map/amap": "1.1.0-beta.45",
"@wisdom-map/arcgismap": "1.4.0-124",
"@wisdom-map/basemap": "1.1.0-24",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
......@@ -125,4 +125,4 @@
"publishConfig": {
"registry": "https://g.civnet.cn:4873"
}
}
\ No newline at end of file
}
......@@ -10,7 +10,7 @@ import {
GraphicsLayer,
Point,
geomUtils,
} from '@wisdom-map/arcgismap'
} from '@wisdom-map/arcgismap/lib'
import Drag from '../../../components/Drag'
import { isObject, mercatorToLngLat } from '../../../../utils'
import { getLocation } from '../../../../apis/process'
......
......@@ -7,7 +7,7 @@ import {
geomUtils,
GraphicsLayer,
Graphic
} from '@wisdom-map/arcgismap'
} from '@wisdom-map/arcgismap/lib'
import point from './img/point.png'
import { isObject } from '../../../../utils'
import Drag from '../../../components/Drag'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment