Skip to content

Commit

Permalink
fix:layout:Order Parking (can be covered by Meadow, Wood) and Playgro…
Browse files Browse the repository at this point in the history
…und (can cover Meadow) (#1023)

* Show Playground in Meadow

* Show Meadow and Wood in Car_Parking
  • Loading branch information
jfitie committed Jun 16, 2020
1 parent 173fb1a commit 22290e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions navit/navit_layout_car_dark_shipped.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@
<polygon color="#041705"/>
<text text_size="5"/>
</itemgra>
<itemgra item_types="poly_playground" order="10-">
<polygon color="#05190d"/>
<text text_size="5"/>
</itemgra>
<itemgra item_types="poly_sport" order="10-">
<polygon color="#051c0d"/>
</itemgra>
Expand Down Expand Up @@ -271,9 +267,16 @@
<itemgra item_types="poly_cemetery" order="8-">
<polygon color="#061b16"/>
</itemgra>
<itemgra item_types="poly_car_parking" order="8-">
<polygon color="#071b0d"/>
</itemgra>
<itemgra item_types="poly_meadow" order="0-">
<polygon color="#051d11"/>
</itemgra>
<itemgra item_types="poly_playground" order="10-">
<polygon color="#05190d"/>
<text text_size="5"/>
</itemgra>
<itemgra item_types="poly_land" order="0-">
<polygon color="#011001"/>
<text color="#55c4bd" background_color="#000000" text_size="5"/>
Expand Down Expand Up @@ -438,9 +441,6 @@
<itemgra item_types="poly_terminal" order="7-">
<polygon color="#282424"/>
</itemgra>
<itemgra item_types="poly_car_parking" order="8-">
<polygon color="#071b0d"/>
</itemgra>
<itemgra item_types="poly_artwork" order="10-">
<polygon color="#082015"/>
<text text_size="5"/>
Expand Down
14 changes: 7 additions & 7 deletions navit/navit_layout_car_shipped.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@
<polygon color="#88bb33"/>
<text text_size="5"/>
</itemgra>
<itemgra item_types="poly_playground" order="10-">
<polygon color="#b4c479"/>
<text text_size="5"/>
</itemgra>
<itemgra item_types="poly_sport" order="10-">
<polygon color="#a5dc72"/>
</itemgra>
Expand Down Expand Up @@ -244,10 +240,17 @@
<itemgra item_types="poly_cemetery" order="1-">
<polygon color="#ccddcc" src="cemetery.png" w="32" h="32"/>
</itemgra>
<itemgra item_types="poly_car_parking" order="1-">
<polygon color="#eedd77"/>
</itemgra>
<itemgra item_types="poly_meadow" order="0-">
<polygon color="#bbee99"/>
<polyline color="#79c691"/>
</itemgra>
<itemgra item_types="poly_playground" order="10-">
<polygon color="#b4c479"/>
<text text_size="5"/>
</itemgra>
<itemgra item_types="poly_water_tiled" order="0-">
<polygon color="#82c8ea"/>
</itemgra>
Expand Down Expand Up @@ -433,9 +436,6 @@
<itemgra item_types="poly_terminal" order="7-">
<polygon color="#e3c6a6"/>
</itemgra>
<itemgra item_types="poly_car_parking" order="1-">
<polygon color="#eedd77"/>
</itemgra>
<itemgra item_types="poly_artwork" order="10-">
<polygon color="#fefbc5"/>
<text text_size="5"/>
Expand Down

0 comments on commit 22290e0

Please sign in to comment.