This commit is contained in:
John Firebaugh
2014-02-25 16:01:56 -08:00
parent 8f77389cd4
commit 33242db40c
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -1,3 +1,13 @@
## 1.3.7
* Added building presets
* Improve how tags are merged when merging to a multipolygon
* Disable merge operation if at least one relation is incomplete
* Add shop=bookmaker, shop=lottery, and shop=art presets
* Use https URLs where supported
* Fix duplicate/missing objects after restoring data from localStorage
* Remove addr:housename field from address preset
## 1.3.6
* More protection against relation loops (#2096)
+1 -1
View File
@@ -310,7 +310,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.3.6';
iD.version = '1.3.7';
(function() {
var detected = {};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.3.6",
"version": "1.3.7",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {