]> git.openstreetmap.org Git - rails.git/commit
Use Object.values in overpass query element merge
authorAnton Khorev <tony29@yandex.ru>
Fri, 30 May 2025 12:57:13 +0000 (15:57 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 30 May 2025 12:57:13 +0000 (15:57 +0300)
commit63c0020a822f97e4ab7383f2abc554973695d04b
tree7872dacad22145146b53fc2c2a0323361ec11e39
parent53a45bddc8f1e3cb2c6523185cea3ea5d4d8fb96
Use Object.values in overpass query element merge

Replace Object.keys().map() with Object.values() which wasn't widely supported when the code was written.
app/assets/javascripts/index/query.js