Use POST for overpass queries

This commit is contained in:
Tom Hughes 2014-03-13 19:25:18 +00:00
parent 77e39800d5
commit 913da4a8db

View file

@ -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,
},