From aa3b4882de0714d6b90f95cfbda35db9eb9659bc Mon Sep 17 00:00:00 2001 From: James Kingdom Date: Mon, 12 Feb 2018 19:28:17 +0000 Subject: [PATCH] Change max nodes per request (closes #4793) --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index dda44dd4e..9c122687a 100644 --- a/API.md +++ b/API.md @@ -296,4 +296,4 @@ var id = iD.Context() ``` -This should be set with caution for performance reasons. The OpenStreetMap API has a limitation of 50000 nodes per request. +This should be set with caution for performance reasons. The OpenStreetMap API has a limitation of 10000 nodes per request.