-
Quick question. I have created other awesome with similar compilations, like [State of Geospatial Open Source Technologies 2024](https://docs.google.com/document/d/1j7YZTxiHo2O69LrZJ9NeKIUSmKuKzNgi15O…
-
### Check existing issues
- [X] I have [checked for existing issues](https://github.com/Esri/calcite-design-system/issues) to avoid duplicates
### Description
JS API is using the Calcite's `IconNam…
-
### Description
It should be possible to use the slider vertical. Like it is possible with the ArcGIS JS API Slider: https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Slide…
-
### Describe the bug
Seeing two issues so far
- [ ] if I select a record from the point layer, click Edit, the feature lost its selection mode in the map
- [ ] In Map layout, if I select a reco…
-
- 初始化 Map
```
var map;
require(["esri/map"], function (Map) {
map = new Map("map", {
basemap: "streets", //显示的地图样式 此处为地图,basemap: "satellite", //实景…
-
### Check existing issues
- [x] I have [checked for existing issues](https://github.com/Esri/calcite-design-system/issues) to avoid duplicates
### Description
We want to use a single search b…
-
Solutions.js currently fails when attempting to templatize a publicly accessible Feature Layer from an external org.
Steps to reproduce:
1. As any user in `Org A`, create a new `Feature Layer`, ad…
-
### Actual Behavior
Crashes when running in Node.js without a bundler
The simplest fix and best is to add an `exports` map in `package.json`. Alternatively, all packages referring to this one co…
-
Quick question:
With JS API v4.8 [labeling was introduced](https://developers.arcgis.com/javascript/latest/guide/release-notes/index.html#labeling) but I think it only works with hosted feature ser…
-
Hello
I'm glad to discuss Tippecanoe with you. I use Tippecanoe to output PBF folder and load it with ArcGIS API for JS. I define the coordinate system as EPSG: 4326, but after the map is displayed…