]> git.openstreetmap.org Git - rails.git/commit
Store routing icons separately
authorMarwin Hochfelsner <50826859+hlfan@users.noreply.github.com>
Sat, 12 Jul 2025 19:13:34 +0000 (21:13 +0200)
committerMarwin Hochfelsner <50826859+hlfan@users.noreply.github.com>
Wed, 16 Jul 2025 10:31:00 +0000 (12:31 +0200)
commitb06cc0ede70d20140ec6b5327862ebc734fd6bef
tree79f61b2a32fb6d83bbe4a0a8cfbea18df82a3779
parentd64be5d70174ad09e672ee405e0a423ff79a55a9
Store routing icons separately
17 files changed:
Gemfile
Gemfile.lock
app/assets/images/routing/destination.svg [new file with mode: 0644]
app/assets/images/routing/end-of-road-right.svg [new file with mode: 0644]
app/assets/images/routing/exit-right.svg [new file with mode: 0644]
app/assets/images/routing/ferry.svg [new file with mode: 0644]
app/assets/images/routing/fork-right.svg [new file with mode: 0644]
app/assets/images/routing/merge-right.svg [new file with mode: 0644]
app/assets/images/routing/right.svg [new file with mode: 0644]
app/assets/images/routing/roundabout.svg [new file with mode: 0644]
app/assets/images/routing/sharp-right.svg [new file with mode: 0644]
app/assets/images/routing/slight-right.svg [new file with mode: 0644]
app/assets/images/routing/start.svg [new file with mode: 0644]
app/assets/images/routing/straight.svg [new file with mode: 0644]
app/assets/images/routing/u-turn-right.svg [new file with mode: 0644]
app/views/directions/show.html.erb
config/initializers/inline_svg.rb [new file with mode: 0644]