Skip to content

Commit

Permalink
Merge pull request #129 from chnuessli/features/128-add-lichtenstein
Browse files Browse the repository at this point in the history
  • Loading branch information
chnuessli authored Aug 30, 2021
2 parents 9c0f4a5 + f3f4e88 commit 7d176d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public async Task<JArray> GetAllDefibrillatorsInSwitzerland()
Method = HttpMethod.Get,
Content = new StringContent(
"[out:json][timeout:25]; " +
"(area[\"ISO3166-1\" = \"CH\"][admin_level = 2];)->.searchArea;" +
"(area[\"ISO3166-1\" = \"CH\"][admin_level = 2]; area[\"ISO3166-1\" = \"LI\"][admin_level = 2];)->.searchArea;" +
"(node[\"emergency\" = \"defibrillator\"](area.searchArea);" +
"way[\"emergency\" = \"defibrillator\"](area.searchArea);" +
"relation[\"emergency\" = \"defibrillator\"](area.searchArea);" +
Expand Down

0 comments on commit 7d176d2

Please sign in to comment.