From f7eb1a7e8098b2bceb4fc9f149d7a4e92a0169f6 Mon Sep 17 00:00:00 2001 From: Javier Abadia Date: Fri, 20 Dec 2013 22:48:23 +0100 Subject: [PATCH] changed default webmap (it can be overridden via url param webmap=xxxx) --- tiles/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tiles/main.js b/tiles/main.js index b8b3c29..554cde5 100644 --- a/tiles/main.js +++ b/tiles/main.js @@ -36,8 +36,7 @@ require(["esri/map", function loadWebmap(webmapid) { - //webmapid = webmapid || "1d2a47c27ffc433fa4a278841544f427"; //for testing only - webmapid = webmapid || "f58996878ac24702afef792e52a07e55"; + webmapid = webmapid || "bbc1a04a3eca4430be144d7a08b43a17"; // Get new webmap and extract map and map parts var mapDeferred = esriUtils.createMap(webmapid, "mapDiv", { mapOptions: {