mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
1.7.0
This commit is contained in:
6
API.md
6
API.md
@@ -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.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## 1.6.3
|
||||
## 1.7.0
|
||||
|
||||
* Fix typo in smoothness field - should be "impassable" (#2523)
|
||||
* Update to Mapillary API v2 calls (#2522)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.6.3",
|
||||
"version": "1.7.0",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user