Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions rendering_styles/default.render.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@
<renderingProperty attr="show3DbuildingParts" name="Building parts" description="Show building parts"
type="boolean" possibleValues="" category="3D Buildings"/>

<renderingProperty attr="useDefaultBuildingColor" name="Use default buildings color" description="Use default buildings color"
type="boolean" possibleValues="" category="3D Buildings"/>

<!-- RENDERING CONSTANTS AND ATTRIBUTES: values - colors, width, .. to be used in style or by program -->
<renderingAttribute name="defaultColor">
Expand Down Expand Up @@ -450,14 +452,6 @@
<case attrColorValue="#666666"/>
</renderingAttribute>

<renderingAttribute name="3DBuildingsAlpha">
<case attrFloatValue="50"/>
</renderingAttribute>

<renderingAttribute name="useDefaultBuildingColor">
<case attrBoolValue="false"/>
</renderingAttribute>

<renderingConstant name="default3DBuildingHeight" value="3.0"/>
<renderingConstant name="default3DBuildingLevelHeight" value="3.0"/>

Expand Down