This commit is contained in:
Bryan Housel
2015-02-11 14:40:28 -05:00
parent 26764be63a
commit 1ad25c3dcd
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
This file documents effors toward establishing a public API for iD, one that
This file documents efforts toward establishing a public API for iD, one that
can support plugin development.
## URL parameters
@@ -145,7 +145,7 @@ var iD = iD()
### Minimum Editable Zoom
The minimum zoom at which iD enters the edit mode is configured using the `iD().minEditableZoom()` accessor. The default value is 16. To change this initialise iD as
The minimum zoom at which iD enters the edit mode is configured using the `iD().minEditableZoom()` accessor. The default value is 16. To change this initialise iD as
```js
@@ -154,4 +154,4 @@ var iD = iD().
```
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 50000 nodes per request.