From 4f79ae46127a2fdb46f904fe681620b205f8fa74 Mon Sep 17 00:00:00 2001 From: Jakob Miksch Date: Sun, 20 Oct 2024 11:12:49 +0200 Subject: [PATCH] Typos in docs --- app/assets/javascripts/index/query.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: * -- 2.39.5