#center incompatible spatialReference {"latestWkid":3857,"wkid":102100} with view's spatialReference {"wkid":32632}

1316
1
04-03-2020 10:58 PM
MaheshBagayyagari
New Contributor

 #viewpoint incompatible spatialReference {"latestWkid":3857,"wkid":102100} with view's spatialReference {"wkid":32632}

how to resolve this isuue?

1 Reply
RobertScheitlin__GISP
MVP Emeritus

Mahesh,

    You need to project the coordinate you are attempting to use to WKID 32632.

projection | ArcGIS API for JavaScript 4.14 

or 

https://developers.arcgis.com/javascript/latest/api-reference/esri-tasks-GeometryService.html#projec... 

0 Kudos