I want the ability to put HTML markup in a web map label. This would allow me to create a link to other pages based on a label, or display an image from another server as my label, or even stack my labels in a web map:
"<a href='http://someurl.com/featuredetails.aspx?featureid='" + $feature.id + ">" + $feature.labelvalue + "</a>"
or
"<img url='" + $feature.imageurl + "' />" + $feature.labelvalue
or
$feature.labelvalue + "<br />" + $feature.labeltitle
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.