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

removed solarPlanner

parent c9736cf6
......@@ -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();
......
......@@ -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>
......
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