mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
1.9.1
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
:warning: = Breaking change, may affect downstream projects or sites that embed iD.
|
||||
|
||||
## 1.9.1
|
||||
##### Mar 3, 2016
|
||||
* Add context.asset for building asset filenames, use for Mapillary Traffico files (#3011)
|
||||
* Fix crash in starting tutorial, bad selector for .layer-background opacity (#3010)
|
||||
|
||||
## 1.9.0
|
||||
##### Mar 1, 2016
|
||||
* Fix rendering of modified/moved multipolygons (#3008)
|
||||
|
||||
@@ -363,7 +363,7 @@ window.iD = function () {
|
||||
};
|
||||
|
||||
|
||||
iD.version = '1.9.0';
|
||||
iD.version = '1.9.1';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.9.0",
|
||||
"version": "1.9.1",
|
||||
"description": "A friendly editor for OpenStreetMap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user