after_filter :compress_output
- helper :user
- model :user
-
#COUNT is the number of map requests to allow before exiting and starting a new process
@@count = COUNT
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