This commit is contained in:
John Firebaugh
2013-11-14 18:04:55 -08:00
parent 110f5ef4d1
commit 3856389a5c
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -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
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.3.1",
"version": "1.3.2",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {