Skip to content

Commit

Permalink
Merge pull request #2 from dcslagel/improve-map-query
Browse files Browse the repository at this point in the history
Map not displaying: Remove bad line from html
  • Loading branch information
Boorhin authored Mar 11, 2021
2 parents a543849 + 1aceb24 commit afbdc92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openlayermap.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
})
});
var data_url ="http://overpass-api.de/api/interpreter?data=[out:json][timeout:120];{{style:node,way,relation{text:name;}}}(node['natural'='beach']({{bbox}});way['natural'='beach']({{bbox}});relation['natural'='beach']({{bbox}}););"
[out:json][timeout:120];(node["natural"="beach"]({south},{west},{north},{east});way["natural"="beach"]({south},{west},{north},{east});relation["natural"="beach"]({south},{west},{north},{east}););out center;
// If you want dynamic version
// var vectorSource = new ol.source.Vector({
// format: new ol.format.GeoJSON(),
Expand Down

0 comments on commit afbdc92

Please sign in to comment.