Client-side projection
Explore in the sandboxView live
This sample demonstrates how the geometries of client side features, whether added as graphics to the MapView or as a GeoJSONLayer, are automatically projected using the client-side projection module.
The app creates a GeoJSONLayer and styles it with a renderer.
The MapView projects the data from WGS84 to a projectedspatial reference selected by the user.
Known Limitations
The browser must support WebAssembly if a spatial reference other than WGS84 or Web Mercator is specified.