From: Jakob Miksch Date: Sun, 20 Oct 2024 09:12:49 +0000 (+0200) Subject: Typos in docs X-Git-Tag: live~125^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/4f79ae46127a2fdb46f904fe681620b205f8fa74 Typos in docs --- diff --git a/app/assets/javascripts/index/query.js b/app/assets/javascripts/index/query.js index a7d228ff9..7d63280ee 100644 --- a/app/assets/javascripts/index/query.js +++ b/app/assets/javascripts/index/query.js @@ -253,9 +253,9 @@ OSM.Query = function (map) { * To find nearby objects we ask overpass for the union of the * following sets: * - * node(around:,,lng>) - * way(around:,,lng>) - * relation(around:,,lng>) + * node(around:,,) + * way(around:,,) + * relation(around:,,) * * to find enclosing objects we first find all the enclosing areas: *