webMercatorToGeographic

1845
1
01-16-2017 01:24 AM
Traspac
New Contributor II

[HELP]

I try convert Polygon ;

but it show error;

Can anyone to Help me.
Thank's before..

0 Kudos
1 Reply
FC_Basson
MVP Regular Contributor

Your original webMercatorUtils definition has lost its scope, so instead of 

parmKoord = webMercatorUtils.webMercatorToGeographic(res.geometry);

try

parmKoord = esri.geometry.webMercatorToGeographic(res.geometry);
0 Kudos