removed phantom graphic code

This commit is contained in:
Andy Gup 2015-03-26 16:42:10 -06:00
parent f3d3eb74f2
commit 9a154041d0

View File

@ -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);
}
}
});
</script>