From 9a154041d00fc0b723f43a45aca879bf72d345d3 Mon Sep 17 00:00:00 2001 From: Andy Gup Date: Thu, 26 Mar 2015 16:42:10 -0600 Subject: [PATCH] removed phantom graphic code --- samples/appcache-features.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/samples/appcache-features.html b/samples/appcache-features.html index ea75ce4..ba4c22f 100644 --- a/samples/appcache-features.html +++ b/samples/appcache-features.html @@ -401,7 +401,6 @@ setFeatureLayerClickHandler(); setModalPopupClickListeners(); - updatePhantomGraphicsLayer(); map.centerAt(optionsObj.centerPt); map.setZoom(optionsObj.zoom); @@ -781,14 +780,6 @@ pendingEdits.innerHTML = count; }); } - - function updatePhantomGraphicsLayer(){ - var phantomLocalGraphics = localStorage.offlinePhantomGraphics; - if(phantomLocalGraphics){ - var graphics = JSON.parse(phantomLocalGraphics); - busStopFeatureLayer.setPhantomLayerGraphics(graphics); - } - } });