mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-13 06:36:28 +00:00
1.3.9
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
## 1.3.9
|
||||
|
||||
* Prevent closed areas from invalid disconnection (#2178)
|
||||
* Remove layer field from waterway=stream
|
||||
* Add preset for place=suburb and shop=seafood
|
||||
* Remember last custom tile layer (#2094)
|
||||
* Mapbox Satellite now supports z17-z19
|
||||
|
||||
## 1.3.8
|
||||
|
||||
* Disable circularize and orthogonalize operations when way is <80% contained in the viewport
|
||||
|
||||
@@ -310,7 +310,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.3.8';
|
||||
iD.version = '1.3.9';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.3.8",
|
||||
"version": "1.3.9",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user