Commit 2d66da97 authored by BujarMuharemi's avatar BujarMuharemi
Browse files

removed solarPlanner

parent c9736cf6
...@@ -454,7 +454,7 @@ viewer.screenSpaceEventHandler.setInputAction(function onLeftClick(movement) { ...@@ -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" * @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); console.log(pickedhigh,highlightedFeatures,tileContent);
resetRoofColors(); resetRoofColors();
......
...@@ -251,9 +251,9 @@ ...@@ -251,9 +251,9 @@
<div class="lang" key="surfaceview">Surface-View</div> <div class="lang" key="surfaceview">Surface-View</div>
<label class="drinkcard-cc surface" for="surface"></label> <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> <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 <!-- deprecated: Used for roof-view
<input id="roof" type="radio" name="credit-card" value="roof"> <input id="roof" type="radio" name="credit-card" value="roof">
...@@ -272,7 +272,6 @@ ...@@ -272,7 +272,6 @@
</div> </div>
<div class="dropp-body"> <div class="dropp-body">
<label for="specificYield">Specific Yield <label for="specificYield">Specific Yield
<input id="specificYield" type="radio" key="specificYield" name="specificYield" value="specificYield" onclick="chosenAttributeHandler(this);"> <input id="specificYield" type="radio" key="specificYield" name="specificYield" value="specificYield" onclick="chosenAttributeHandler(this);">
</label> </label>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment