hustbill / arcgis-react-demo

arcgis-react-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arcgis-react-demo

arcgis-react-demo

MapImageLayer

MapImageLayer allows you to display and analyze data from sublayers defined in a map service, exporting images instead of features. Map service images are dynamically generated on the server based on a request, which includes an LOD (level of detail), a bounding box, dpi, spatial reference and other options. The exported image is of the entire map extent specified.

Unlike FeatureLayer, MapImageLayer processing is handled by the server, not the client. Offloading the processing to the server allows MapImageLayer to render more features with a higher level of performance in some cases.

MapImageLayer Sample List

ImageryLayerView

Sample - Image coordinate system

Webpack

webpack --config webpack.config.js

Run

npm start

About

arcgis-react-demo

License:MIT License


Languages

Language:JavaScript 85.4%Language:HTML 8.3%Language:CSS 6.3%