Hi all 🙂
I have a java script application that loads a web map with a spatial reference with wkid 25832. I then want to add another layer to the map, but that layer has another wkid (4326), and when I add it I get an error message my console saying "incompatible spatialReference". I've read somewhere, that it is because the layer I want to add is a Vector Tile Layer.
So my question is two-folded. Is it possible to add a vector tile layer with a spatial reference to a map that has a different spatial reference? If so, how can I achieve this?
Any help is appreciated.
Thanks in advance 🙂