diff options
author | Johan FitiƩ <jfitie@gmail.com> | 2017-05-07 05:29:03 +0200 |
---|---|---|
committer | Pierre GRANDIN <pgrandin@users.noreply.github.com> | 2017-05-06 20:29:03 -0700 |
commit | 0ea6821025e57265cbbbb893b167e0d9c06c66dc (patch) | |
tree | c791855324d7fcf9b486a30ffb16a977420c9fab /navit/navit_shipped.xml | |
parent | 183009640491c7e54b0d69cb6096665dfb03cce5 (diff) | |
download | navit-0ea6821025e57265cbbbb893b167e0d9c06c66dc.tar.gz |
Fix Car layout issues with wood and water (#240)R7478
Fixed some issues in ```Car``` layout where wood (```poly_wood```) was not showing up correctly inside towns (```poly_town```) and water (```poly_water```) was missing in parks (```poly_park```). Also fixed some discrepancy issues in the ```Car-dark``` layout.
Diffstat (limited to 'navit/navit_shipped.xml')
-rw-r--r-- | navit/navit_shipped.xml | 62 |
1 files changed, 32 insertions, 30 deletions
diff --git a/navit/navit_shipped.xml b/navit/navit_shipped.xml index 1be695cba..256e7294a 100644 --- a/navit/navit_shipped.xml +++ b/navit/navit_shipped.xml @@ -448,6 +448,14 @@ Waypoint</text></img> <itemgra item_types="image" order="0-"> <image/> </itemgra> + <itemgra item_types="poly_town" order="0-"> + <polygon color="#ffc895"/> + <polyline color="#ebb481"/> + </itemgra> + <itemgra item_types="poly_university" order="8-"> + <polygon color="#d68fb8"/> + <polyline color="#881155"/> + </itemgra> <itemgra item_types="poly_wood" order="0-"> <polygon color="#8ec78d"/> <text text_size="5"/> @@ -461,22 +469,6 @@ Waypoint</text></img> <polygon color="#c7f1a3"/> <polyline color="#79c691"/> </itemgra> - <itemgra item_types="poly_town" order="0-"> - <polygon color="#ffc895"/> - <polyline color="#ebb481"/> - </itemgra> - <itemgra item_types="poly_university" order="8-"> - <polygon color="#d68fb8"/> - <polyline color="#881155"/> - </itemgra> - <itemgra item_types="poly_water_tiled" order="0-"> - <polygon color="#82c8ea"/> - </itemgra> - <itemgra item_types="poly_water" order="0-"> - <polygon color="#82c8ea"/> - <polyline color="#5096b8"/> - <text text_size="5"/> - </itemgra> <itemgra item_types="poly_land" order="0-"> <polygon color="#ffefb7"/> <polyline color="#ffefb7"/> @@ -584,6 +576,14 @@ Waypoint</text></img> <polygon color="#ffff00"/> <polyline color="#a0a0a0" width="3"/> </itemgra> + <itemgra item_types="poly_water_tiled" order="0-"> + <polygon color="#82c8ea"/> + </itemgra> + <itemgra item_types="poly_water" order="0-"> + <polygon color="#82c8ea"/> + <polyline color="#5096b8"/> + <text text_size="5"/> + </itemgra> <itemgra item_types="water_line" order="0-"> <polyline color="#5096b8" width="1"/> <text text_size="5"/> @@ -2209,11 +2209,13 @@ Waypoint</text></img> <itemgra item_types="image" order="0-"> <image/> </itemgra> - <itemgra item_types="poly_wood" order="0-"> - <polygon color="#041a06"/> - <text color="#55c4bd" background_color="#000000" text_size="5"/> + <itemgra item_types="poly_town" order="0-"> + <polygon color="#191711"/> </itemgra> - <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="0-"> + <itemgra item_types="poly_university" order="8-"> + <polygon color="#140f14"/> + </itemgra> + <itemgra item_types="poly_wood" order="0-"> <polygon color="#041a06"/> <text color="#55c4bd" background_color="#000000" text_size="5"/> </itemgra> @@ -2224,20 +2226,14 @@ Waypoint</text></img> <itemgra item_types="poly_meadow" order="0-"> <polygon color="#041a06"/> </itemgra> - <itemgra item_types="poly_town" order="0-"> - <polygon color="#191711"/> - </itemgra> - <itemgra item_types="poly_university" order="8-"> - <polygon color="#140f14"/> - </itemgra> - <itemgra item_types="poly_water" order="0-"> - <polygon color="#010321"/> - <text color="#55c4bd" background_color="#000000" text_size="5"/> - </itemgra> <itemgra item_types="poly_land" order="0-"> <polygon color="#011001"/> <text color="#55c4bd" background_color="#000000" text_size="5"/> </itemgra> + <itemgra item_types="poly_flats,poly_scrub,poly_military_zone,poly_marine,plantation,tundra" order="0-"> + <polygon color="#041a06"/> + <text color="#55c4bd" background_color="#000000" text_size="5"/> + </itemgra> <itemgra item_types="poly_park" order="0-"> <polygon color="#041a06"/> <text color="#55c4bd" background_color="#000000" text_size="5"/> @@ -2323,6 +2319,10 @@ Waypoint</text></img> <polygon color="#c5c300"/> <polyline color="#a0a0a0" width="3"/> </itemgra> + <itemgra item_types="poly_water" order="0-"> + <polygon color="#010321"/> + <text color="#55c4bd" background_color="#000000" text_size="5"/> + </itemgra> <itemgra item_types="water_line" order="0-"> <polyline color="#010321" width="1"/> <text color="#55c4bd" background_color="#000000" text_size="5"/> @@ -2403,6 +2403,8 @@ Waypoint</text></img> <itemgra item_types="border_state" order="0-"> <polyline color="#808080" width="1"/> </itemgra> + </layer> + <layer name="heightlines"> <itemgra item_types="height_line_1" order="0-"> <polyline color="#000000" width="1"/> </itemgra> |