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