This commit is contained in:
Bryan Housel
2017-06-12 11:04:11 -04:00
parent c1f53731cc
commit 5c3f407573
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ export function coreContext() {
/* Init */
context.version = '2.2.1';
context.version = '2.2.2';
context.projection = geoRawMercator();
context.curtainProjection = geoRawMercator();
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.2.1",
"version": "2.2.2",
"description": "A friendly editor for OpenStreetMap",
"main": "iD.js",
"repository": "openstreetmap/iD",