mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
appcache-features sample works no errors
This commit is contained in:
parent
b457bda412
commit
80589b670f
@ -388,12 +388,10 @@
|
||||
mode: FeatureLayer.MODE_SNAPSHOT,
|
||||
outFields: ["GlobalID","BSID","ROUTES","STOPNAME"]
|
||||
});
|
||||
|
||||
var symbol = new SimpleMarkerSymbol(defaultSymbol);
|
||||
|
||||
|
||||
// Set the graphic symbols to red diamond to make it easy to click on them
|
||||
// on a mobile device.
|
||||
busStopFeatureLayer.setRenderer(new SimpleRenderer(symbol));
|
||||
busStopFeatureLayer.setRenderer(new SimpleRenderer(defaultSymbol));
|
||||
|
||||
// If/when the update-end event has been thrown then let's finish initializing
|
||||
var mapListen = map.on("update-end",function(evt){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user