mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
1.7.2
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 1.7.2
|
||||
* Fix for 404 Error caused by duplicates in multi-fetch node request (#2626)
|
||||
* Fix oil well preset (#2621)
|
||||
|
||||
## 1.7.1
|
||||
* Add oil well preset (#2618)
|
||||
* Add radio mast preset (#2613)
|
||||
|
||||
+1
-1
@@ -325,7 +325,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.7.1';
|
||||
iD.version = '1.7.2';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.7.1",
|
||||
"version": "1.7.2",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user