else if (result.layerName === 'Tower Storage') { var template = new esri.InfoTemplate(); var contentString = ""; contentString += "<tr><font color='blue'><b>Monitoring URL: </b><font color='black'><td><a target='_blank' href=${Monitoring URL}>${Monitoring URL}</a></tr></td><br>"; template.content = contentString; feature.setInfoTemplate(template); } return feature;
function getTextContent(graphic) { var commName = graphic.attributes.qSpecies var hlink = names[0].split(" "); var sciName = hlink[0] + "_" + hlink[1]; return "<b>" + commName + "</b><br /><a target='_blank' href=http://en.wikipedia.org/wiki/" + sciName +">Wikipedia Entry</a>"; }
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.