]> git.openstreetmap.org Git - rails.git/commit
Use svg symbols for map controls icons
authorMarwin Hochfelsner <50826859+hlfan@users.noreply.github.com>
Sun, 13 Jul 2025 00:23:38 +0000 (02:23 +0200)
committerMarwin Hochfelsner <50826859+hlfan@users.noreply.github.com>
Wed, 16 Jul 2025 10:32:39 +0000 (12:32 +0200)
commitde2605c17b064865821aef047ceff93bc964b28a
tree0ca176b37d3f2390a99fb3ad6cf5919976fc5311
parentb06cc0ede70d20140ec6b5327862ebc734fd6bef
Use svg symbols for map controls icons
14 files changed:
app/assets/images/map-controls/geolocate.svg [new file with mode: 0644]
app/assets/images/map-controls/layers.svg [new file with mode: 0644]
app/assets/images/map-controls/legend.svg [new file with mode: 0644]
app/assets/images/map-controls/note.svg [new file with mode: 0644]
app/assets/images/map-controls/query.svg [new file with mode: 0644]
app/assets/images/map-controls/share.svg [new file with mode: 0644]
app/assets/images/map-controls/zoomin.svg [new file with mode: 0644]
app/assets/images/map-controls/zoomout.svg [new file with mode: 0644]
app/views/dashboards/show.html.erb
app/views/diary_entries/_form.html.erb
app/views/layouts/_control_icons.html.erb
app/views/layouts/map.html.erb
app/views/profiles/locations/show.html.erb
app/views/site/_add_a_note.html.erb