This commit is contained in:
John Firebaugh
2014-10-06 14:54:36 -07:00
parent d904736581
commit 4a51f6769b
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -1,3 +1,14 @@
## 1.6.0
* Add nework field to Road Route relation preset (#2372)
* Updated TIGER layer to use TIGER 2014
* Added support for street-level imagery from Mapillary
* Added support for taginfo projects data
* Better infer restriction for no_u_turn (#2345)
* Update to rbush 1.3.3
* Improved a variety of presets
* Added `comment` url param to prefill changeset comment (#2311)
## 1.5.4
* Do not fully fill certain landuse values, e.g. landuse=residential (#542)
+1 -1
View File
@@ -265,7 +265,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.5.4';
iD.version = '1.6.0';
(function() {
var detected = {};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.5.4",
"version": "1.6.0",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {