mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
1.3.2
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
## 1.3.2
|
||||
|
||||
* Update maki
|
||||
* Fix Disconnect of way with multiple intersections (#1955)
|
||||
* Fix unclosed area rendering (#1958)
|
||||
* Add presets for amenity=shelter, footway=sidewalk, footway=crossing, and various office values
|
||||
* Add area categories
|
||||
* Full-height background settings pane
|
||||
* Add suggestions of common shop and amenity names
|
||||
* Handle https wikipedia URLs
|
||||
* Use assumed values for access placeholders (#1924)
|
||||
* Distinguish between power=line and power=minor_line
|
||||
* Reset invalid opacity values to default (#1923)
|
||||
|
||||
## 1.3.1
|
||||
|
||||
* Fix misalignment -> Fix alignment (#1913)
|
||||
|
||||
+1
-1
@@ -310,7 +310,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.3.1';
|
||||
iD.version = '1.3.2';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user