This commit is contained in:
Bryan Housel
2017-05-09 10:33:29 -04:00
parent 4d9d8bc7b3
commit 73c1d5c17e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ export function coreContext() {
/* Init */
context.version = '2.1.3';
context.version = '2.2.0';
context.projection = geoRawMercator();
context.curtainProjection = geoRawMercator();
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.1.3",
"version": "2.2.0",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",