From d993c2a7337f119467973fe4ef6d13520f032ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sun, 6 Aug 2017 21:50:14 +0200 Subject: [PATCH] natural: bugfix --- natural.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/natural.json b/natural.json index 40c8997..1cead2c 100644 --- a/natural.json +++ b/natural.json @@ -1,4 +1,5 @@ { + "type": "overpass", "name": { "ast": "Formaciones naturales", "cs": "Přírodní úkazy", @@ -13,10 +14,9 @@ "ru": "Природные образования", "uk": "Природне середовище" }, - "type": "overpass", "query": { - "9": "(node[natural~\"^(peak|volcano|];)", - "16": "(node[natural];way[natural];relation[natural];)", + "9": "(\nnode[natural~\"^(peak|volcano)$\"];\n)", + "16": "(\nnode[natural];\nway[natural];\nrelation[natural];\n)", "13": "(\nnode[natural~\"^(peak|volcano|wood|scrub|heath|grassland|fell|bare_rock|scree|shingle|sand|mud|water|wetland|glacier|bay|cape|beach|coastline|spring|hot_spring|geyser|valley|ridge|arete|cliff|saddle|rock|stone|sinkhole|cave_entrance)$\"];\nway[natural~\"^(peak|volcano|wood|scrub|heath|grassland|fell|bare_rock|scree|shingle|sand|mud|water|wetland|glacier|bay|cape|beach|coastline|spring|hot_spring|geyser|valley|ridge|arete|cliff|saddle|rock|stone|sinkhole|cave_entrance)$\"];\nrelation[natural~\"^(peak|volcano|wood|scrub|heath|grassland|fell|bare_rock|scree|shingle|sand|mud|water|wetland|glacier|bay|cape|beach|coastline|spring|hot_spring|geyser|valley|ridge|arete|cliff|saddle|rock|stone|sinkhole|cave_entrance)$\"];\n)" }, "feature": {