summaryrefslogtreecommitdiff
path: root/navit/navit_layout_th_shipped.xml
diff options
context:
space:
mode:
authorStefan Wildemann <gta04@metalstrolche.de>2020-05-31 23:04:01 +0200
committerjkoan <jkoan@users.noreply.github.com>2020-06-01 08:31:30 +0200
commitdbd2367a61fb5bb6f3397ab2ade30f743224e8b2 (patch)
treedde7f1cb1767dc3d07901536828e6c051b4be08c /navit/navit_layout_th_shipped.xml
parent6cf08b8c16be0ffaab0ed8f7c0a9ba09542cc4b2 (diff)
downloadnavit-dbd2367a61fb5bb6f3397ab2ade30f743224e8b2.tar.gz
Add poly_swimming_pool
This allows to differ between poly_sports and poly_swimming_pool in order to color swimming pools blue on map. Looks better.
Diffstat (limited to 'navit/navit_layout_th_shipped.xml')
-rw-r--r--navit/navit_layout_th_shipped.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/navit/navit_layout_th_shipped.xml b/navit/navit_layout_th_shipped.xml
index bf4ad6731..dda59cc54 100644
--- a/navit/navit_layout_th_shipped.xml
+++ b/navit/navit_layout_th_shipped.xml
@@ -34,11 +34,15 @@
<polygon color="#f2f2f2"/>
</itemgra>
<!-- natural=water -->
- <itemgra item_types="poly_water" order="0-">
+ <itemgra item_types="poly_water,poly_basin,poly_reservoir" order="0-">
<polygon color="#b5d6f1"/>
<polyline color="#b5d6f1"/>
<text text_size="8"/>
</itemgra>
+ <itemgra item_types="poly_swimming_pool" order="10-">
+ <polygon color="#b5d6f1"/>
+ <polyline color="#b5d6f1"/>
+ </itemgra>
<itemgra item_types="poly_water_tiled" order="0-">
<polygon color="#b5d6f1"/>
</itemgra>