Use POST for overpass queries
This commit is contained in:
parent
77e39800d5
commit
913da4a8db
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ OSM.Query = function(map) {
|
|||
|
||||
$.ajax({
|
||||
url: "http://overpass-api.de/api/interpreter",
|
||||
method: "GET",
|
||||
method: "POST",
|
||||
data: {
|
||||
data: "[timeout:5][out:json];" + query,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue