Hi All:
I am making a map and would like to use a picturemarkersymbol with a local png to symbolize a mapimagelayer's sublayer. I have tried what is in the documentation to the tune of:
renderer: {
type: "simple",
symbol: {
type: "picture-marker",
url: 'img/busStop.png',
width: 22,
height: 22
}
}Now, if I put a png from another source in there (say from a google image search), it will show up on the map fine. This way, not so much. Could somebody lead me in the right direction?
Thanks!