Skip to content

Commit

Permalink
add labels glacier, desert
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMagellan committed Sep 30, 2022
1 parent dcb851b commit 013cbce
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tiramisu-changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ fuel zmin=12
29/09/2022
поправил pipeline, name shop=bicycle
30/09/2022
добавил трещины ледника crevasse; labels для cape, canyon|peninsula|bay|fjord, islet, island, archipelago, sea, ocean
добавил трещины ледника crevasse; labels для cape, canyon|peninsula|bay|fjord, islet, island, archipelago, sea, ocean, glacier, desert
41 changes: 40 additions & 1 deletion Tiramisu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ version="5" map-background="#ffffff" map-background-outside="#ffffff">


<!-- Area names -->
<rule cat="tms_terrain" e="way" k="natural|landuse" v="glacier|land|beach|sand|rock|fell|meadow|grassland|heath|marsh|wetland|scree|scrub|landfill|quarry|vineyard|field|farm|farmland" zoom-min="13">
<rule cat="tms_terrain" e="way" k="natural|landuse" v="land|beach|sand|rock|fell|meadow|grassland|heath|marsh|wetland|scree|scrub|landfill|quarry|vineyard|field|farm|farmland" zoom-min="13">
<caption cat="tms_landnames" k="name" font-style="italic" font-family="serif" font-size="11" fill="#444444" stroke="#FFFFFF" stroke-width="2" />
</rule>
<rule cat="tms_terrain" e="way" k="landuse|leisure" v="village_green|recreation_ground|grass|military|park|garden|common|green|dog_park" zoom-min="15">
Expand Down Expand Up @@ -2671,6 +2671,45 @@ version="5" map-background="#ffffff" map-background-outside="#ffffff">
</rule>
</rule>

<rule e="node" k="natural" v="desert">
<rule e="any" k="bBoxWeight" v="xxxlarge|xxlarge">
<caption k="name" priority="103" font-style="italic" font-family="serif" font-size="14" fill="#997755" stroke="#997755" stroke-width="0.1" />
</rule>
<rule e="any" k="bBoxWeight" v="xlarge">
<caption k="name" priority="103" font-style="italic" font-family="serif" font-size="13" fill="#997755" stroke="#997755" stroke-width="0.1" />
</rule>
<rule e="any" k="bBoxWeight" v="large|~">
<caption k="name" priority="103" font-style="italic" font-family="serif" font-size="12" fill="#997755" stroke="#997755" stroke-width="0.1" />
</rule>
<rule e="any" k="bBoxWeight" v="mid">
<caption k="name" priority="103" font-style="italic" font-family="serif" font-size="10" fill="#997755" stroke="#997755" stroke-width="0.1" />
</rule>
<rule e="any" k="bBoxWeight" v="small|xsmall|tiny">
<caption k="name" priority="103" font-style="italic" font-family="serif" font-size="10" fill="#997755" stroke="#997755" stroke-width="0.1" />
</rule>
<rule e="any" k="*" v="*" zoom-min="16">
<caption k="ele" priority="-5" dy="21" font-style="italic" font-family="serif" font-size="10" fill="#997755" stroke="#997755" stroke-width="0.1" />
</rule>
</rule>

<rule e="node" k="natural" v="glacier">
<rule e="any" k="bBoxWeight" v="xxxlarge|xxlarge|xlarge|large">
<caption k="name" font-style="italic" font-family="serif" font-size="12" fill="#444444" stroke="#FFFFFF" stroke-width="2" />
</rule>
<rule e="any" k="bBoxWeight" v="mid">
<caption k="name" font-style="italic" font-family="serif" font-size="11" fill="#444444" stroke="#FFFFFF" stroke-width="2" />
</rule>
<rule e="any" k="bBoxWeight" v="small|~" zoom-min="14">
<caption k="name" font-style="italic" font-family="serif" font-size="11" fill="#444444" stroke="#FFFFFF" stroke-width="2" />
</rule>
<rule e="any" k="bBoxWeight" v="xsmall|tiny" zoom-min="16">
<caption k="name" font-style="italic" font-family="serif" font-size="11" fill="#444444" stroke="#FFFFFF" stroke-width="2" />
</rule>
<rule e="any" k="*" v="*" zoom-min="16">
<caption k="ele" priority="-5" dy="21" font-style="italic" font-family="serif" font-size="11" fill="#7DB3B3" stroke="#7DB3B3" stroke-width="2" />
</rule>
</rule>

<rule e="any" k="natural" v="cape">
<caption k="name" font-style="italic" font-family="serif" font-size="10" fill="#444444" stroke="#888888" stroke-width="0.1" />
</rule>
Expand Down

0 comments on commit 013cbce

Please sign in to comment.