Skip to content

Commit

Permalink
Issue #137: support attraction=water_slide.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzet committed Jul 3, 2022
1 parent 697fee5 commit f8a4e4e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion map_machine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__doc_url__ = f"{__url__}/blob/main/README.md"
__author__ = "Sergey Vartanov"
__email__ = "[email protected]"
__version__ = "0.1.5"
__version__ = "0.1.6"

REQUIREMENTS: list[str] = [
"CairoSVG>=2.5.0",
Expand Down
13 changes: 13 additions & 0 deletions map_machine/scheme/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1660,6 +1660,8 @@ node_icons:
shapes: [hopscotch]
- tags: {playground: slide}
shapes: [slide]
- tags: {attraction: water_slide}
shapes: [slide_and_water]
- tags: {playground: roundabout}
shapes: [roundabout]
- tags: {playground: sandpit}
Expand Down Expand Up @@ -2169,6 +2171,17 @@ ways:
stroke-dasharray: "1.0,10.0,1.0,1.5"
priority: 80.0

- tags: {attraction: water_slide}
style:
stroke: "#FFFFFF"
stroke-width: 2.0
priority: 81
- tags: {attraction: water_slide}
style:
stroke: "#888888"
stroke-width: 4.0
priority: 80.0

- tags: {highway: track}
style:
stroke-width: 1.5
Expand Down

0 comments on commit f8a4e4e

Please sign in to comment.