This commit is contained in:
John Firebaugh
2013-11-26 19:24:06 -08:00
parent 656301237a
commit 235b1e3ad7
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -1,3 +1,13 @@
## 1.3.4
* Replace TIGER 2012 layer with next-generation TIGER 2013 layer (#2010)
* Add tooltips to "untagged feature" warnings
* Add pressets and category for golf features (#2013)
* Information and bike parking preset refinements
* Faster/smoother zooming and panning
* Add "quick add" presets for common proper names
* Fix zoom to feature when clicking search results (#2023)
## 1.3.3
* Support for loading GPX-files via url parameter (#1965)
+1 -1
View File
@@ -310,7 +310,7 @@ window.iD = function () {
return d3.rebind(context, dispatch, 'on');
};
iD.version = '1.3.3';
iD.version = '1.3.4';
(function() {
var detected = {};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "1.3.3",
"version": "1.3.4",
"description": "a new editor for openstreetmap",
"main": "iD.js",
"directories": {