]> git.openstreetmap.org Git - rails.git/commit
Suppress strokes on bbox area layers using stroke: false
authorAnton Khorev <tony29@yandex.ru>
Tue, 6 May 2025 03:02:24 +0000 (06:02 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 6 May 2025 03:02:24 +0000 (06:02 +0300)
commit6aafa64a46f3c371a1ea89fd1b206185bdb2fd00
tree661d6483ffd02cf0bbebef4764c5073ef70e8712
parent438233157666f9806b5356f144e83e1035f310c5
Suppress strokes on bbox area layers using stroke: false

Previously strokes were suppressed using weight: 0 which made them have zero width. That produced some unnecessary svg attributes for strokes.
app/assets/javascripts/index/history-changesets-layer.js