Hello,
I have implemented openstreetmap using Kendoui/Angular
It is showing openstreetmap background.
How can I show ESRI World Imagery Background?
Regards,
Fuad
Hello,
I have implemented openstreetmap using Kendoui/Angular
It is showing openstreetmap background.
How can I show ESRI World Imagery Background?
Regards,
Fuad
Hello Fuad!
I’m a little confused, is this a question about how to code such a feature or how to access such a feature in the iD editor? If it’s the latter then you go to the “Background Settings” tab on the right hand side and toggle “Esri World Imagery” see image below:
If it’s software implementation for displaying Esri world imagery you’re looking for then you’ll need to implement it as a tile layer using Esri’s ArcGIS API (i think) here is a link to their developer docs around tile stuff.
Also would love to see the implementation you’re working on!