From 7f92d533d00c83c653322aae60413ccbbd36e10d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 30 Jul 2007 21:09:58 +0000 Subject: [PATCH 1/1] Give up after reporting that the query found too many nodes. --- app/controllers/api_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/api_controller.rb b/app/controllers/api_controller.rb index 7477ba917..62633dbb3 100644 --- a/app/controllers/api_controller.rb +++ b/app/controllers/api_controller.rb @@ -146,6 +146,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 -- 2.43.2