Skip to content

Commit

Permalink
Fix rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vshcherb committed May 19, 2023
1 parent ac64e9d commit 5c872dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rendering_styles/default.render.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,10 @@
<renderingProperty attr="alpineHiking" name="Alpine hiking view" description="Render paths according to SAC scale"
type="boolean" possibleValues="" category="routes"/>

<!-- FIXME
<renderingProperty attr="alpineHikingScale" name="Alpine hiking view" description="Render paths according to SAC/CAI scale"
type="string" possibleValues="sacScale,caiScale" defaultValueDescription="disabled" category="routes"/>

-->
<renderingProperty attr="roadStyle" name="Road style" description="Road style"
type="string" possibleValues="germanRoadAtlas,americanRoadAtlas,highContrastRoads,boldOutline" defaultValueDescription="default"/>

Expand Down
2 changes: 2 additions & 0 deletions rendering_styles/topo.render.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
type="string" possibleValues="default, car, bicycle, pedestrian, public_transport, boat, ski"/>
<renderingProperty attr="transportStops" name="Transport stops" description="Public transport stops" type="boolean" possibleValues="" category="transport"/>
<renderingProperty attr="alpineHiking" name="Alpine hiking view" description="Render paths according to SAC scale" type="boolean" possibleValues="" category="routes"/>
<!-- FIXME
<renderingProperty attr="alpineHikingScale" name="Alpine hiking view" description="Render paths according to SAC/CAI scale"
type="string" possibleValues="sacScale,caiScale" defaultValueDescription="disabled" category="routes"/>
-->
<renderingProperty attr="lessDetailed" name="Less detailed" description="Less details on map" type="boolean" possibleValues=""
category="details"/>
<renderingProperty attr="surfaceIntegrity" name="Road surface integrity" description="Surface integral rendering" type="boolean" possibleValues=""
Expand Down

0 comments on commit 5c872dd

Please sign in to comment.