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.
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.