Skip to content

Commit

Permalink
Render themes: enable more house numbers rules opensciencemap#168 ope…
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Sep 16, 2016
1 parent 10060e4 commit 8f58966
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
7 changes: 4 additions & 3 deletions vtm-themes/resources/assets/styles/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -977,9 +977,10 @@
</m>

<!-- house numbers -->
<!-- <m k="addr:housenumber" zoom-min="18"> <caption
k="addr:housenumber" style="bold" size="10" fill="#606060" stroke="#ffffff"
width="2.0" /> </m> -->
<m k="addr:housenumber" zoom-min="18">
<caption style="bold" fill="#606060" k="addr:housenumber" size="10" stroke="#ffffff"
stroke-width="2.0" />
</m>

<!-- place -->
<m k="place">
Expand Down
12 changes: 6 additions & 6 deletions vtm-themes/resources/assets/styles/newtron.xml
Original file line number Diff line number Diff line change
Expand Up @@ -500,12 +500,12 @@
<m zoom-min="17">
<extrusion line-color="#10ffffff" side-color="#cc202020" top-color="#cc404040" />
</m>
<!-- <m zoom-min="17">
<caption k="name" style="bold" size="10" fill="#4040ff"
priority="9" stroke="#ffffff" stroke-width="2.0" />
<caption k="addr:housenumber" style="bold" size="10" fill="#606060"
priority="10" stroke="#ffffff" stroke-width="2.0" />
</m> -->
<m zoom-min="17">
<caption style="bold" fill="#4040ff" k="name" priority="9" size="14"
stroke="#ffffff" stroke-width="2.0" />
<caption style="bold" fill="#606060" k="addr:housenumber" priority="10" size="10"
stroke="#ffffff" stroke-width="2.0" />
</m>
</m>

<!-- outline 1 - 4 -->
Expand Down
12 changes: 6 additions & 6 deletions vtm-themes/resources/assets/styles/tronrender.xml
Original file line number Diff line number Diff line change
Expand Up @@ -500,12 +500,12 @@
<m zoom-min="17">
<extrusion line-color="#50ff00ff" side-color="#cc707070" top-color="#cc707070" />
</m>
<!-- <m zoom-min="17">
<caption k="name" style="bold" size="10" fill="#4040ff"
priority="9" stroke="#ffffff" stroke-width="2.0" />
<caption k="addr:housenumber" style="bold" size="10" fill="#606060"
priority="10" stroke="#ffffff" stroke-width="2.0" />
</m> -->
<m zoom-min="17">
<caption style="bold" fill="#4040ff" k="name" priority="9" size="14"
stroke="#ffffff" stroke-width="2.0" />
<caption style="bold" fill="#606060" k="addr:housenumber" priority="10" size="10"
stroke="#ffffff" stroke-width="2.0" />
</m>
</m>

<!-- outline 1 - 4 -->
Expand Down

0 comments on commit 8f58966

Please sign in to comment.