This commit is contained in:
John Firebaugh
2014-07-29 11:10:34 -07:00
parent 1bebd33dd3
commit cbac33ca9a
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
## 1.5.4
* Do not fully fill certain landuse values, e.g. landuse=residential (#542)
* Class midpoints to match parent way and adjust styles
* Test visibility of gpx coords instead of just comparing extents
## 1.5.3
* When adding gpx, only rezoom map if gpx not in viewport (#2297)
+1 -1
View File
@@ -265,7 +265,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.5.3';
iD.version = '1.5.4';
(function() {
var detected = {};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.5.3",
"version": "1.5.4",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {