From 73f78c3622b949270758306c88910214aeb41d37 Mon Sep 17 00:00:00 2001 From: James Kingdom Date: Mon, 12 Feb 2018 19:54:19 +0000 Subject: [PATCH] Revert max nodes to 50k --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 9c122687a..dda44dd4e 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 10000 nodes per request. +This should be set with caution for performance reasons. The OpenStreetMap API has a limitation of 50000 nodes per request.