Skip to content

Commit

Permalink
Increase overpass API timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Mar 20, 2016
1 parent a95748b commit 6c4448b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/index/query.js
Expand Up @@ -179,7 +179,7 @@ OSM.Query = function(map) {
url: url,
method: "POST",
data: {
data: "[timeout:5][out:json];" + query,
data: "[timeout:10][out:json];" + query,
},
success: function(results) {
var elements;
Expand Down

0 comments on commit 6c4448b

Please sign in to comment.