mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-05 10:51:35 +00:00
1.1.0
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 1.1.0
|
||||
|
||||
* Fix radial menu tooltip positioning
|
||||
|
||||
## 1.1.0rc1
|
||||
|
||||
* Custom layers support TMS-flipped Y coordinate with {ty} replacement.
|
||||
|
||||
@@ -216,7 +216,7 @@ window.iD = function () {
|
||||
return d3.rebind(context, dispatch, 'on');
|
||||
};
|
||||
|
||||
iD.version = '1.1.0rc1';
|
||||
iD.version = '1.1.0';
|
||||
|
||||
(function() {
|
||||
var detected = {};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "1.1.0rc1",
|
||||
"version": "1.1.0",
|
||||
"description": "a new editor for openstreetmap",
|
||||
"main": "iD.js",
|
||||
"directories": {
|
||||
|
||||
Reference in New Issue
Block a user