Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
M
Map3D
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘恽伟
Map3D
Commits
ae3179d7
Commit
ae3179d7
authored
Mar 04, 2019
by
何军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善建筑物编辑信息
parent
184bead8
Pipeline
#15
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Popup.js
test/Build/Static/js/main/Popup.js
+6
-6
No files found.
test/Build/Static/js/main/Popup.js
View file @
ae3179d7
...
@@ -176,7 +176,7 @@ function Popup(viewer) {
...
@@ -176,7 +176,7 @@ function Popup(viewer) {
var
nameKey
=
""
;
var
nameKey
=
""
;
var
typeName
=
""
;
var
typeName
=
""
;
switch
(
tag
)
{
switch
(
tag
)
{
case
"buildinfo_query"
:
nameKey
=
"
f
"
;
typeName
=
"buildinginfo_editor"
;
break
;
case
"buildinfo_query"
:
nameKey
=
"
g
"
;
typeName
=
"buildinginfo_editor"
;
break
;
case
"house_query"
:
nameKey
=
"b"
;
typeName
=
"house_update"
;
break
;
case
"house_query"
:
nameKey
=
"b"
;
typeName
=
"house_update"
;
break
;
default
:;
default
:;
}
}
...
@@ -195,11 +195,11 @@ function Popup(viewer) {
...
@@ -195,11 +195,11 @@ function Popup(viewer) {
case
"name"
:
item
=
{
key
:
nameKey
,
val
:
value
};
break
;
case
"name"
:
item
=
{
key
:
nameKey
,
val
:
value
};
break
;
case
"x"
:
item
=
{
key
:
"c"
,
val
:
value
};
break
;
case
"x"
:
item
=
{
key
:
"c"
,
val
:
value
};
break
;
case
"y"
:
item
=
{
key
:
"d"
,
val
:
value
};
break
;
case
"y"
:
item
=
{
key
:
"d"
,
val
:
value
};
break
;
case
"area"
:
item
=
{
key
:
"
b
"
,
val
:
value
};
break
;
case
"area"
:
item
=
{
key
:
"
c
"
,
val
:
value
};
break
;
case
"zhouchang"
:
item
=
{
key
:
"
c
"
,
val
:
value
};
break
;
case
"zhouchang"
:
item
=
{
key
:
"
d
"
,
val
:
value
};
break
;
case
"zixin_x"
:
item
=
{
key
:
"
d
"
,
val
:
value
};
break
;
case
"zixin_x"
:
item
=
{
key
:
"
e
"
,
val
:
value
};
break
;
case
"zhixin_y"
:
item
=
{
key
:
"
e
"
,
val
:
value
};
break
;
case
"zhixin_y"
:
item
=
{
key
:
"
f
"
,
val
:
value
};
break
;
case
"height"
:
item
=
{
key
:
"
g
"
,
val
:
value
};
break
;
case
"height"
:
item
=
{
key
:
"
q
"
,
val
:
value
};
break
;
default
:
item
=
{
key
:
name
,
val
:
value
};
default
:
item
=
{
key
:
name
,
val
:
value
};
}
}
props
.
push
(
item
);
props
.
push
(
item
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment