0

I have map built using the ArcGIS API for Javascript 4.8. The basemap is the ESRI "streets" basemap in wkid 102100 (latestWkid 3857).

How do I get the coordinates in the following to be output as wkid 2810 (NAD_1983_HARN_StatePlane_Minnesota_North)?

Here's the code:

mapView.on("pointer-move", function(event){
 console.log(mapView.toMap(event));
});
PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Sep 27, 2018 at 20:57

1 Answer 1

0

You cannot transform the reference system from a basemap. You have 2 possibilities, either to use a Custom Basemap in wkid 2810 or insert your layer with different coordinate systems (this will affect the performance)

answered Sep 28, 2018 at 10:19

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.