dojo.connect(map, "onLoad", function() { var queryTask = new esri.tasks.QueryTask("https://maps.admin.umass.edu/arcgis/rest/services/umaFacilities/umaFacilitiesOperationalLayers/FeatureServer/2" ); var query = new esri.tasks.Query(); query.where = "1=1"; query.returnGeometry = true; query.outFields = ["LONGNAME"]; queryTask.execute(query, addPointsToMap); });
When true, graphics are displayed during panning. When false, the graphics are turned off during pan movement. Setting to false may improve performance in Internet Explorer. The default is true.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.