function addFeatureLayer() { var featureLayer = new FeatureLayer("http://services.arcgis.com/7eMCKfEPV8BkFVLQ/arcgis/rest/services/PubsFaceWatch/FeatureServer/0", { id:"featureLayer", styling:false, dataAttributes:["Incidents"] }); console.log(featureLayer); if (featureLayer.surfaceType === "svg") { on(featureLayer, "graphic-draw", function (evt) { className = "svgClass"; // set the data attribute for the current feature evt.node.setAttribute("data-class", className); }); } else { alert("Your browser does not support SVG.\nPlease user a modern web browser that supports SVG."); dom.byId("legend").innerHTML = "Your browser does not support SVG."; } map.addLayer(featureLayer); return featureLayer;
pictureSymbol = new esri.symbol.PictureMarkerSymbol("http://www.soccerposttn.com/~media/elements/AnimatedClipart/toys_and_hobbies/animations/soccer_ball__bouncingA.gif", 45, 65); var renderer = new esri.renderer.SimpleRenderer(pictureSymbol); featureLayer.setRenderer(renderer); map.addLayer(featureLayer);
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.