mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
1.2.1
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
## 1.2.1
|
||||
|
||||
* Split only the line of a node shared by a line and an area
|
||||
* Handle multipolygon corner case when splitting (#1799)
|
||||
* Don't automatically apply building tags to shop=car (#1813)
|
||||
* Don't suggest adding a relation to itself (#1820)
|
||||
* Fix restoring changes when something is selected (#1857)
|
||||
* Use generic access value as placeholder (#1780)
|
||||
* Filter on combobox value, not title (#1836)
|
||||
* Show relation documentation for relation presets (#1862)
|
||||
* Limit squaring to near square or near straight nodes (#1733)
|
||||
* More clever splitting of closed ways
|
||||
* Improve circularize action
|
||||
* Add more tags to areas list
|
||||
|
||||
## 1.2.0
|
||||
|
||||
* Don't auto-save intro tutorial edits (#1745, #1795)
|
||||
|
||||
+1
-1
@@ -265,7 +265,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.2.0';
|
||||
iD.version = '1.2.1';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user