-
## Motivation
ArcGIS REST API has a [Vector Tile Style](https://developers.arcgis.com/rest/services-reference/enterprise/vector-tile-style.htm) service that returns styles for vector tiles **in Map…
-
Please replace the following example with your own content.
Consider change map to ESRI javascript api, look at MJ map on YHSI site (if simple fix, otherwise stay with leaflet)
-
### Description
In the JS API the user is able to input a number into the slider's thumb. The JSAPI and Online team requested this functionality for our component.
### Acceptance Criteria
The us…
-
It would be nice if `esri/arcgis/utils` was not required unless it was needed (i.e. unless application calls `createWebMap()`). I've found for a simple application that uses `createMap()` and then add…
-
Create ClassBreaks Renderer
https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-ClassBreaksRenderer.html
Can implement using the `WCSLayer` sample or other layer samples.
-
https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#labelingInfo
There is no support for labeling in 2D. Labeling is only supported in 3D SceneViews.
-
## Description
Look into ways of reducing the bundle size of `@arcgis`.
- Is everything that gets bundled needed?
- Are we correctly importing things so tree shaking is effective?
- Could some…
-
### Description
At present `calcite-slider` assumes that ticks, tick labels and stops coincide _and_ that all three are at regular intervals. This is rarely the case. The solution is to have independ…
-
https://github.com/Esri/react-arcgis#basic-usage
-
Hi,
Could you advise how to use calcite-maps with webpack and arcgis-webpack-plugin. I tried:
1. download code from https://github.com/odoe/jsapi-bootstrap
2. modify jsapi-bootstrap/src/config.ts,…