Select to view content in your preferred language

ElementLayer replacement

743
3
02-17-2020 04:26 AM
YaronAvraham
Emerging Contributor

Hi

before migrating to 100.x from 10.2.x there was an ElementLayer that we used to add images (regular bitmap images) to MapView after the migration the ElementLayer disappeared, is there a way to add a layer that displays regular bitmap images?

0 Kudos
3 Replies
dotMorten_esri
Esri Notable Contributor

To display geo-referenced images, use either the RasterLayer which is optimized for this (it can even reproject to the right projection), or create a KML Document and add an GroundOverlay node to your KML dataset.

0 Kudos
YaronAvraham
Emerging Contributor

the bitmap image is not geo-referenced, it's a regular bitmap image.

0 Kudos
YaronAvraham
Emerging Contributor

so is there any way to display Image the is not geo referenced using some type of a layer?

0 Kudos