Hello,
How can I combine a simplemarkersymbol and textsymbol?
I have the following code in js, but that shows one or the other:
var pointGraphicA = new Graphic({
geometry: point,
symbol: simpleMarkerSymbol,
attributes: attributes,
popupTemplate: popupTemplate,
symbol: textSymbol
});
Kind regards,
Baran