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.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.