X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9b67da24c034bacb0e7cf8c907e8ae3a31423469..0a8c26e596b40da6d428a5c91db0d815d13c89e4:/app/controllers/api_controller.rb diff --git a/app/controllers/api_controller.rb b/app/controllers/api_controller.rb index 7477ba917..39706edf0 100644 --- a/app/controllers/api_controller.rb +++ b/app/controllers/api_controller.rb @@ -1,5 +1,6 @@ class ApiController < ApplicationController + session :off after_filter :compress_output #COUNT is the number of map requests to allow before exiting and starting a new process @@ -146,6 +147,7 @@ class ApiController < ApplicationController if node_ids.length > 50_000 report_error("You requested too many nodes (limit is 50,000). Either request a smaller area, or use planet.osm") + return end if node_ids.length == 0