Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
051e9624
authored
2020-08-13 17:16:34 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改底图
1 parent
dfbc4aa1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
src/main/webapp/view/monitorevaluate/monitor/zbjc/js/widget.js
src/main/webapp/view/monitorevaluate/monitor/zbjc/js/widget.js
View file @
051e962
...
...
@@ -41,10 +41,9 @@ require([
"esri/symbols/SimpleMarkerSymbol"
,
"esri/symbols/PictureMarkerSymbol"
,
"dojo/domReady!"
,
],
function
(
declare
,
BaseWidget
,
html
,
url
,
on
,
query
,
topic
,
lang
,
array
,
Deferred
,
cache
,
DrawTool
,
EventUtils
,
Map
,
Basemap
,
MapView
,
FeatureLayer
,
TileLayer
,
Point
,
Graphic
,
Circle
,
GraphicsLayer
,
MapImageLayer
,
ScaleBar
,
Extent
,
Query
,
PrintTask
,
PrintTemplate
,
PrintParameters
,
LegendLayer
,
SimpleLineSymbol
,
SimpleFillSymbol
,
SimpleMarkerSymbol
,
PictureMarkerSymbol
,
)
{
Query
,
PrintTask
,
PrintTemplate
,
PrintParameters
,
LegendLayer
,
SimpleLineSymbol
,
SimpleFillSymbol
,
SimpleMarkerSymbol
,
PictureMarkerSymbol
)
{
print
=
cache
(
new
url
(
"print/Widget.html"
),
{
sanitize
:
true
});
const
_self
=
new
Vue
({
el
:
'#mapDiv'
,
...
...
@@ -2037,7 +2036,7 @@ require([
xmax
:
1.1339935515720293E7
,
ymax
:
4383168.328167147
,
spatialReference
:
3857
})
})
;
_self
.
myMap
=
new
Map
()
// _self.myMap = new Map({
...
...
Please
register
or
sign in
to post a comment