mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-30 02:37:24 +02:00
Issue #144: support tourism=camp_pitch as a way.
Use simple outline for a camp pitch if it is an area.
This commit is contained in:
parent
387d081010
commit
33c313d4e6
1 changed files with 5 additions and 0 deletions
|
@ -2496,6 +2496,11 @@ ways:
|
||||||
fill: meadow_color
|
fill: meadow_color
|
||||||
stroke: meadow_border_color
|
stroke: meadow_border_color
|
||||||
priority: 20.0
|
priority: 20.0
|
||||||
|
- tags: {tourism: camp_pitch}
|
||||||
|
style:
|
||||||
|
stroke: "#000000"
|
||||||
|
opacity: 0.1
|
||||||
|
priority: 100.0
|
||||||
|
|
||||||
# Hidden land use
|
# Hidden land use
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue