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

6
API.md
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.

View File

@@ -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)

View File

@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.6.3",
"version": "1.7.0",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {