This commit is contained in:
John Firebaugh
2014-04-09 15:02:35 -04:00
parent bf4edbfad5
commit daa1980aac
3 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -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 = {};

View File

@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.3.8",
"version": "1.3.9",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {