Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
3DClient4SimStadtAPI
Commits
2d66da97
Commit
2d66da97
authored
3 years ago
by
BujarMuharemi
Browse files
Options
Download
Email Patches
Plain Diff
removed solarPlanner
parent
c9736cf6
master
dev
1 merge request
!1
Finale Merge of the dev branch into master
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/js/globe.js
+1
-1
public/js/globe.js
public/main.html
+2
-3
public/main.html
with
3 additions
and
4 deletions
+3
-4
public/js/globe.js
+
1
-
1
View file @
2d66da97
...
...
@@ -454,7 +454,7 @@ viewer.screenSpaceEventHandler.setInputAction(function onLeftClick(movement) {
/**
* @deprecated roofview is not used anymore, maybe later for "color all surface, depending on one attribute"
*/
else
if
(
document
.
getElementById
(
"
roofView
"
).
checked
){
else
if
(
document
.
getElementById
(
"
roofView
"
).
checked
&&
roofViewActivated
){
console
.
log
(
pickedhigh
,
highlightedFeatures
,
tileContent
);
resetRoofColors
();
...
...
This diff is collapsed.
Click to expand it.
public/main.html
+
2
-
3
View file @
2d66da97
...
...
@@ -251,9 +251,9 @@
<div
class=
"lang"
key=
"surfaceview"
>
Surface-View
</div>
<label
class=
"drinkcard-cc surface"
for=
"surface"
></label>
<input
id=
"solarPlanner"
type=
"radio"
name=
"credit-card"
value=
"solarPlanner"
>
<!--
<input id="solarPlanner" type="radio" name="credit-card" value="solarPlanner">
<div class="lang" key="solarPlannerView">Solar-Planner</div>
<label
class=
"drinkcard-cc surface"
for=
"solarPlanner"
></label>
<label class="drinkcard-cc surface" for="solarPlanner"></label>
-->
<!-- deprecated: Used for roof-view
<input id="roof" type="radio" name="credit-card" value="roof">
...
...
@@ -272,7 +272,6 @@
</div>
<div
class=
"dropp-body"
>
<label
for=
"specificYield"
>
Specific Yield
<input
id=
"specificYield"
type=
"radio"
key=
"specificYield"
name=
"specificYield"
value=
"specificYield"
onclick=
"chosenAttributeHandler(this);"
>
</label>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets