mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
1.3.6
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
## 1.3.6
|
||||
|
||||
* More protection against relation loops (#2096)
|
||||
* Fix freeze when using Clinic preset (#2102)
|
||||
* Allow rotating closed multipolygon members (#1718)
|
||||
* Bump threshold for Orthogonalize to 12 degrees
|
||||
* Added social_facility presets (#2109)
|
||||
|
||||
## 1.3.5
|
||||
|
||||
* Smoother and faster panning, zooming, and tooltips
|
||||
|
||||
+1
-1
@@ -310,7 +310,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.3.5';
|
||||
iD.version = '1.3.6';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.3.5",
|
||||
"version": "1.3.6",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user