Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
3DClient4SimStadtAPI
Commits
2d66da97
You need to sign in or sign up before continuing.
Commit
2d66da97
authored
Jan 18, 2022
by
BujarMuharemi
Browse files
removed solarPlanner
parent
c9736cf6
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/js/globe.js
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
();
...
...
public/main.html
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>
...
...
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