Commit 262284f8 authored by 田翔's avatar 田翔

fix: 修改地图引入方式

parent 017be2d9
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "4.4.6", "version": "4.4.7",
"description": "4.4.6 支持传入表格配置", "description": "4.4.7 更改地图引入方式",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
"@babel/plugin-transform-modules-amd": "^7.14.5", "@babel/plugin-transform-modules-amd": "^7.14.5",
"@umijs/fabric": "^2.0.7", "@umijs/fabric": "^2.0.7",
"@wisdom-map/amap": "1.1.0-beta.45", "@wisdom-map/amap": "1.1.0-beta.45",
"@wisdom-map/arcgismap": "1.4.0-124", "@wisdom-map/arcgismap": "1.4.0-158",
"@wisdom-map/basemap": "1.1.0-24", "@wisdom-map/basemap": "1.1.0-24",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3", "babel-plugin-import": "^1.13.3",
......
...@@ -10,7 +10,7 @@ import { ...@@ -10,7 +10,7 @@ import {
Point, Point,
SimpleLineSymbol, SimpleLineSymbol,
SimpleFillSymbol, SimpleFillSymbol,
} from '@wisdom-map/arcgismap/lib' } from '@wisdom-map/arcgismap'
import { CompassOutlined } from '@ant-design/icons' import { CompassOutlined } from '@ant-design/icons'
import Drag from '../../../../../components/Drag' import Drag from '../../../../../components/Drag'
import { isJson } from '../../../../../../utils/index' import { isJson } from '../../../../../../utils/index'
......
...@@ -10,7 +10,7 @@ import { ...@@ -10,7 +10,7 @@ import {
GraphicsLayer, GraphicsLayer,
Point, Point,
geomUtils, geomUtils,
} from '@wisdom-map/arcgismap/lib' } from '@wisdom-map/arcgismap'
import Drag from '../../../components/Drag' import Drag from '../../../components/Drag'
import { isObject, mercatorToLngLat } from '../../../../utils' import { isObject, mercatorToLngLat } from '../../../../utils'
import { getLocation } from '../../../../apis/process' import { getLocation } from '../../../../apis/process'
......
...@@ -7,7 +7,7 @@ import { ...@@ -7,7 +7,7 @@ import {
geomUtils, geomUtils,
GraphicsLayer, GraphicsLayer,
Graphic Graphic
} from '@wisdom-map/arcgismap/lib' } from '@wisdom-map/arcgismap'
import point from './img/point.png' import point from './img/point.png'
import { isObject } from '../../../../utils' import { isObject } from '../../../../utils'
import Drag from '../../../components/Drag' import Drag from '../../../components/Drag'
......
...@@ -12,7 +12,7 @@ import { ...@@ -12,7 +12,7 @@ import {
geomUtils, geomUtils,
SimpleLineSymbol, SimpleLineSymbol,
SimpleFillSymbol, SimpleFillSymbol,
} from '@wisdom-map/arcgismap/lib' } from '@wisdom-map/arcgismap'
import Drag from '../../../components/Drag' import Drag from '../../../components/Drag'
import { isJson, isObject, mercatorToLngLat } from '../../../../utils' import { isJson, isObject, mercatorToLngLat } from '../../../../utils'
import { getLocation } from '../../../../apis/process' import { getLocation } from '../../../../apis/process'
......
...@@ -11,7 +11,7 @@ import { ...@@ -11,7 +11,7 @@ import {
Point, Point,
geomUtils, geomUtils,
SimpleLineSymbol, SimpleLineSymbol,
} from '@wisdom-map/arcgismap/lib' } from '@wisdom-map/arcgismap'
import Drag from '../../../components/Drag' import Drag from '../../../components/Drag'
import { isJson, isObject, mercatorToLngLat } from '../../../../utils' import { isJson, isObject, mercatorToLngLat } from '../../../../utils'
import { getLocation } from '../../../../apis/process' import { getLocation } from '../../../../apis/process'
......
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