mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
1.5.2
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 1.5.2
|
||||
|
||||
* Fixed Chrome/Windows selection bug (#2151)
|
||||
* Don't automatically tag motorways, etc. as oneway=yes
|
||||
* Disable Move and Rotate operations if area < 80% contained in the viewport
|
||||
|
||||
## 1.5.1
|
||||
|
||||
* Fix mixed content errors on https osm.org (#2281)
|
||||
|
||||
@@ -265,7 +265,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.5.1';
|
||||
iD.version = '1.5.2';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.2",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user