Hi,
I have feature service that has custom projection.
When I query features using this Query feature: https://gisportal.kisti.re.kr/server/rest/services/GBSK/인천시_행정동/MapServer/1/query
I can specify outSR to be {wkid:4326} and get the correct coordinates.
But when I try this using esriRequest, I don't see the same result. Sample is here. https://gbsk-kisti.s3.ap-northeast-2.amazonaws.com/EsriRequest.html
I have two questions.
1. how to get coordinates using esriRequest.
2. how to zoom/fit to a feature that has ring geometry.(source code line 104)
Thanks for your help in advance.
Regards,
Min