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!