mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
1.5.4
This commit is contained in:
@@ -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
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user