Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityGML Viewer
Commits
d4d9c733
Commit
d4d9c733
authored
May 29, 2024
by
Matthias Betz
Browse files
fix issue with terrain intersection curves
parent
7cb48599
Pipeline
#9202
passed with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/run_sax.js
View file @
d4d9c733
...
...
@@ -242,6 +242,8 @@ parser.onclosetag = function (node) {
currentState
=
State
.
SEARCH_FOR_SURFACE_OR_GEOMETRY
;
}
else
if
(
tagName
===
"
POS
"
)
{
coordinateString
+=
"
"
;
}
else
if
(
tagName
===
"
SOLID
"
||
tagName
===
"
MULTISURFACE
"
)
{
currentState
=
State
.
SEARCH_FOR_SURFACE_OR_GEOMETRY
;
}
break
;
case
State
.
SEARCH_FOR_SURFACE_OR_GEOMETRY
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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