Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
7085922d
authored
2021-02-03 11:36:49 +0800
by
jikai
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
jikai commit
1 parent
5f9181c5
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
1 deletions
src/assets/json/layerTreeData.json
src/assets/json/layers.json
src/components/lineTree/lineItem.vue
src/components/lineTree/lineTree.vue
src/components/lineTree/tx/importGeo.vue
src/components/lineTree/tx/js/geoUtils.js
src/libs/map/featureUpdate.js
src/views/systemTX/map.vue
src/views/systemTX/mapWeight/mapTools.vue
src/assets/json/layerTreeData.json
View file @
7085922
src/assets/json/layers.json
View file @
7085922
src/components/lineTree/lineItem.vue
View file @
7085922
src/components/lineTree/lineTree.vue
View file @
7085922
src/components/lineTree/tx/importGeo.vue
View file @
7085922
src/components/lineTree/tx/js/geoUtils.js
View file @
7085922
...
...
@@ -192,7 +192,6 @@ export default {
layerIds
.
push
(
djzqLayer
.
id
);
layerIds
.
push
(
xjzqLayer
.
id
);
var
polygon
=
new
Polygon
(
geometry
);
identifyUtils
.
methods
.
identify
(
djqLayer
.
layerUrl
,
layerIds
,
polygon
,
function
(
res
)
{
var
results
=
res
.
results
;
var
isJoint
=
false
,
layerName
=
""
,
message
=
""
;
...
...
src/libs/map/featureUpdate.js
View file @
7085922
src/views/systemTX/map.vue
View file @
7085922
src/views/systemTX/mapWeight/mapTools.vue
View file @
7085922
Please
register
or
sign in
to post a comment