mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
1.6.0
This commit is contained in:
@@ -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
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.5.4",
|
||||
"version": "1.6.0",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user