Skip to content

Commit

Permalink
- prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
voldapet committed Jun 3, 2024
1 parent 360327f commit 03694f7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.5.1] - 2024-06-03

### Changed
- parking as a light-gray area

## [1.5.0] - 2024-05-06

### Added
Expand Down
22 changes: 10 additions & 12 deletions android/src/main/assets/themes/mapsforgeV4/base/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,10 @@
<area src="assets:patterns/tidalflat_64.svg" symbol-width="96"/>
</rule>
</rule>
<!-- parking areas -->
<rule e="any" k="amenity" v="parking" zoom-min="14" closed="yes">
<area fill="#efefef" stroke="#8a8a8a" stroke-width="0.2"/>
</rule>
<!-- runways casings and areas -->
<rule e="way" k="aeroway" v="*" zoom-min="12">
<rule e="way" k="aeroway" v="runway">
Expand Down Expand Up @@ -995,9 +999,6 @@
<!-- highway -->
<rule e="way" k="highway|route|mtb:scale|osmc|toll|amenity" v="*">
<!-- OUTLINE FOR HIGHWAY AREA -->
<rule e="any" k="amenity" v="parking" zoom-min="14" closed="yes">
<area stroke="#8a8a8a" stroke-width="0.4"/>
</rule>
<rule e="way" k="highway" v="footway|footpath|path|pedestrian" zoom-min="14" closed="yes">
<area stroke="#d0d0d0" stroke-width="0.1"/>
</rule>
Expand Down Expand Up @@ -7039,7 +7040,7 @@
</rule>
<rule e="way" k="highway" v="track">
<rule e="way" k="tracktype" v="grade1">
<line stroke="#8a8a8a" stroke-width="4.033333333333333"/>
<line stroke="#8a8a8a" stroke-width="1.1533333333333333"/>
</rule>
</rule>
<rule e="way" k="highway" v="residential">
Expand Down Expand Up @@ -7201,9 +7202,6 @@
</rule>
<!-- ========================= Highways TOPO core =========================== -->
<!-- OUTLINE FOR HIGHWAY AREA -->
<rule e="any" k="amenity" v="parking" zoom-min="14" closed="yes">
<area fill="#ffffff"/>
</rule>
<rule cat="highways_topo" e="way" k="area" v="~|no|false">
<rule e="way" k="*" v="*" zoom-min="11">
<rule e="way" k="highway" v="construction">
Expand Down Expand Up @@ -7293,7 +7291,7 @@
<rule e="way" k="tracktype" v="grade3|grade4" zoom-min="14">
<line stroke="#8a8a8a" stroke-width="0.75" stroke-dasharray="15,7" stroke-linecap="butt"/>
</rule>
<rule e="way" k="tracktype" v="~|no|false">
<rule e="way" k="tracktype" v="~">
<line stroke="#8a8a8a" stroke-width="0.75" stroke-dasharray="15,7" stroke-linecap="butt"/>
</rule>
</rule>
Expand Down Expand Up @@ -7389,7 +7387,7 @@
<rule e="way" k="tracktype" v="grade5">
<line stroke="#8a8a8a" stroke-width="0.36" stroke-dasharray="1.5,1" scale="all"/>
</rule>
<rule e="way" k="tracktype" v="~|no|false">
<rule e="way" k="tracktype" v="~">
<line stroke="#8a8a8a" stroke-width="0.48" stroke-dasharray="2.5,1.5" scale="all"/>
</rule>
</rule>
Expand Down Expand Up @@ -7926,7 +7924,7 @@
</rule>
<rule e="way" k="highway" v="track" zoom-min="0" zoom-max="127" closed="any">
<rule e="way" k="tracktype" v="grade1" zoom-min="0" zoom-max="127" closed="any">
<line dy="0.0" scale="stroke" stroke="#908a8a8a" stroke-width="4.033333333333333" stroke-dasharray="20,8" stroke-linecap="butt" stroke-linejoin="round"/>
<line dy="0.0" scale="stroke" stroke="#908a8a8a" stroke-width="1.1533333333333333" stroke-dasharray="20,8" stroke-linecap="butt" stroke-linejoin="round"/>
</rule>
</rule>
<rule e="way" k="highway" v="residential" zoom-min="0" zoom-max="127" closed="any">
Expand Down Expand Up @@ -8025,7 +8023,7 @@
<rule e="way" k="tracktype" v="grade3|grade4" zoom-min="14" zoom-max="127" closed="any">
<line dy="0.0" scale="stroke" stroke="#908a8a8a" stroke-width="0.75" stroke-dasharray="20,8" stroke-linecap="butt" stroke-linejoin="round"/>
</rule>
<rule e="way" k="tracktype" v="~|no|false" zoom-min="0" zoom-max="127" closed="any">
<rule e="way" k="tracktype" v="~" zoom-min="0" zoom-max="127" closed="any">
<line dy="0.0" scale="stroke" stroke="#908a8a8a" stroke-width="0.75" stroke-dasharray="20,8" stroke-linecap="butt" stroke-linejoin="round"/>
</rule>
</rule>
Expand Down Expand Up @@ -8117,7 +8115,7 @@
<rule e="way" k="tracktype" v="grade5" zoom-min="0" zoom-max="127" closed="any">
<line dy="0.0" scale="all" stroke="#908a8a8a" stroke-width="0.36" stroke-dasharray="20,8" stroke-linecap="butt" stroke-linejoin="round"/>
</rule>
<rule e="way" k="tracktype" v="~|no|false" zoom-min="0" zoom-max="127" closed="any">
<rule e="way" k="tracktype" v="~" zoom-min="0" zoom-max="127" closed="any">
<line dy="0.0" scale="all" stroke="#908a8a8a" stroke-width="0.48" stroke-dasharray="20,8" stroke-linecap="butt" stroke-linejoin="round"/>
</rule>
</rule>
Expand Down
7 changes: 1 addition & 6 deletions theme/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@
<area src="file:patterns/tidalflat_64.svg" symbol-width="96"/>
</rule>
</rule>
<!-- parking areas -->
<rule e="any" k="amenity" v="parking" zoom-min="14" closed="yes">
<area fill="#efefef" stroke="#8a8a8a" stroke-width="0.2"/>
</rule>
Expand Down Expand Up @@ -998,9 +999,6 @@
<!-- highway -->
<rule e="way" k="highway|route|mtb:scale|osmc|toll|amenity" v="*">
<!-- OUTLINE FOR HIGHWAY AREA -->
<!-- <rule e="any" k="amenity" v="parking" zoom-min="14" closed="yes">-->
<!-- <area stroke="#8a8a8a" stroke-width="0.4"/>-->
<!-- </rule>-->
<rule e="way" k="highway" v="footway|footpath|path|pedestrian" zoom-min="14" closed="yes">
<area stroke="#d0d0d0" stroke-width="0.1"/>
</rule>
Expand Down Expand Up @@ -7204,9 +7202,6 @@
</rule>
<!-- ========================= Highways TOPO core =========================== -->
<!-- OUTLINE FOR HIGHWAY AREA -->
<!-- <rule e="any" k="amenity" v="parking" zoom-min="14" closed="yes">-->
<!-- <area fill="#ffffff"/>-->
<!-- </rule>-->
<rule cat="highways_topo" e="way" k="area" v="~|no|false">
<rule e="way" k="*" v="*" zoom-min="11">
<rule e="way" k="highway" v="construction">
Expand Down

0 comments on commit 03694f7

Please sign in to comment.