Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-LJ committed Jun 18, 2024
1 parent bf1853a commit d49b6c4
Show file tree
Hide file tree
Showing 2 changed files with 2,443 additions and 2 deletions.
23 changes: 21 additions & 2 deletions test/enfant.render.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<renderingStyle name="enfant" depends="default" defaultColor="#ffffff" version="1">
<renderingStyle name="enfantconstantok" depends="default" defaultColor="#ffffff" version="1">
<renderingProperty attr="roadStyle" category="ui_hidden" type="string" />
<renderingProperty attr="othercolor" name="Other color and form of track" description="Other color and form of track" type="boolean" possibleValues="" category="OsmAnd Rendering"/>
<renderingProperty attr="hidepathvisibility" name="Hide path visibility" description="Hide path visibility" type="boolean" possibleValues="" category="OsmAnd Rendering"/>
Expand Down Expand Up @@ -447,6 +447,10 @@
<case nightMode="true" attrColorValue="#7d5c46"/>
<case attrColorValue="#7d5c46"/>
</renderingAttribute>
<renderingAttribute name="abandonedHighwayTrackColor">
<case nightMode="true" attrColorValue="#93866C"/>
<case attrColorValue="#55996600"/>
</renderingAttribute>
<!--couleur des sentiers-->
<renderingAttribute name="pathColor">
<case nightMode="true" attrColorValue="#7d5c46"/>
Expand All @@ -463,6 +467,15 @@
<case nightMode="true" attrColorValue="#8E8EE8"/>
<case attrColorValue="#0000ff"/>
</renderingAttribute>
<renderingConstant name="cyclewayStrokeWidth" value="1"/>
<renderingAttribute name="rungsColor">
<case attrColorValue="#FF00F5"/>
</renderingAttribute>
<renderingAttribute name="bridlewayColor">
<case nightMode="true" attrColorValue="#206100"/>
<case attrColorValue="#339900"/>
</renderingAttribute>
<renderingConstant name="bridlewayStrokeWidth" value="1:1"/>
<!-- Cycleway -->
<renderingAttribute name="cyclewayColor">
<case attrColorValue="#1A1AFD">
Expand Down Expand Up @@ -925,6 +938,7 @@
<case nightMode="true" attrColorValue="#bbe4ff"/>
<case attrColorValue="#0066ff"/>
</renderingAttribute>
<renderingConstant name="accomodationTextHaloColorDay" value="#f1eae4"/>
<renderingConstant name="placeCityVillageTextHaloColor" value="#ccf1eae4" />
<renderingConstant name="placeCityVillageTextHaloColorDay" value="#ccf1eae4" />
<!-- ######################################################################## -->
Expand Down Expand Up @@ -1183,6 +1197,11 @@
<apply_if noPolygons="true" attrColorValue="#9C5615"/>
</case>
</renderingAttribute>
<renderingAttribute name="depthTextColor">
<case nightMode="true" attrColorValue="#aaaaaaaa"/>
<case attrColorValue="#333333"/>
</renderingAttribute>
<renderingConstant name="wetlandColorNight" value="#1b3238"/>
<renderingConstant name="shaderColorNight" value="#334433" />
<renderingConstant name="woodBroadleavedShader" value="wood_broadleaved" />
<renderingConstant name="woodNeedleleavedShader" value="wood_needleleaved" />
Expand Down Expand Up @@ -1406,7 +1425,7 @@
<case minzoom="16" tag="tourism" value="chalet"/>
<case minzoom="12" tag="tourism" value="alpine_hut" textOrder="43"/>
<case minzoom="15" tag="tourism" value="cabin"/>
<case minzoom="14" tag="tourism" value="wilderness_hut" textOrder="43"/>
<case minzoom="14" tag="tourism" value="wilderness_hut" textOrder="45"/>
<case minzoom="16" tag="amenity" value="shelter"/>
<apply_if engine_v1="true" textDy="5"/>
<apply_if nightMode="true" textHaloColor="#55234ca7"/>
Expand Down
Loading

0 comments on commit d49b6c4

Please sign in to comment.