mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
1.7.0
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user