|
POST
|
See this related question: https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/in-arcgis-sketch-component-how-to-set-all/m-p/1665068#M87845 Currently can't display the text tool in the sketch component. As for adding symbology options or other custom options, not something you can do at the moment. We can look at something like this in the 5x lifecycle.
... View more
11-17-2025
08:09 AM
|
0
|
1
|
611
|
|
POST
|
Thanks for catching this. It doesn't look like there is a way to work around this at the moment, but we'll fix this for 5.0.
... View more
11-14-2025
02:05 PM
|
0
|
0
|
476
|
|
POST
|
Ok, we'll look into this one for 5.0. We had to try and cover various scenarios when slotted in ui and not. See what we can do here, thanks!
... View more
11-14-2025
01:39 PM
|
0
|
0
|
530
|
|
POST
|
That's odd, directions doesn't have a max width. It has a min-width of 300px. https://codepen.io/odoe/pen/MYyKEKY?editors=1000 Do you have a sample showing how the panel and component are working together? Is your calcite version up to date with what 4.34 is using (^3.3.2)?
... View more
11-13-2025
03:13 PM
|
1
|
2
|
555
|
|
POST
|
If you're using JSX, you probably need to use the the camelCase for attributes. showCreateToolsFreehandPolygon showCreateToolsFreehandPolyline However, it does look like the multipoint and text options will not show at the moment. We're looking into this and will have this updated in 5.0. Ok, small update. I had to set a timeout and the multipoint tool does show up. The text tool does not as that is not quite ready yet. https://codepen.io/odoe/pen/myPJvgd?editors=1001
... View more
11-12-2025
08:41 AM
|
0
|
1
|
663
|
|
POST
|
The way the popup component works, is if you add the `arcgis-popup` to the `popup` slot, it is now the popup used when you click on the map. If you don't add it, the popup widget is used. In the sample, you don't need to interact with the popup for it to be used. I'm glad you didn't notice a difference, that means it's doing it's job 🙂 I recently did a video on the popup component you can see here!
... View more
11-06-2025
11:10 AM
|
2
|
1
|
516
|
|
POST
|
Set the `esriConfig.portalUrl` outside the useEffect, probably at the top of the page. In apps, I usually set this in the main entry point file or maybe in the `globalThis.esriConfig` before the map components are used.
... View more
11-05-2025
02:54 PM
|
3
|
2
|
628
|
|
POST
|
That's odd. Search component was done at 4.33. I don't see the message here. https://codepen.io/odoe/pen/JoGVaqR?editors=1000 Are you using Directions component by chance?
... View more
11-04-2025
02:38 PM
|
1
|
0
|
336
|
|
POST
|
If you have a github repo, can take a look, but our samples don't use the react wrappers https://github.com/Esri/jsapi-resources/tree/main/component-samples/map-and-charts-components-react
... View more
10-27-2025
03:20 PM
|
0
|
0
|
999
|
|
POST
|
Yeah, any time you want to take over the Popup on click, you need to set this. Note, this only disables popup on click, it won't disable the Search popup.
... View more
10-27-2025
08:17 AM
|
1
|
0
|
596
|
|
POST
|
You don't need to. You can start with just `<arcgis-map>` and skip the `viewOnReady` and just assign the map. https://codepen.io/odoe/pen/RNrJdVv?editors=1000 This also makes it easier to bind a map in a framework so it could look something like `<arcgis-map map={localMap} />`
... View more
10-27-2025
08:15 AM
|
2
|
0
|
710
|
|
POST
|
Currently in 4.34, only way to do this will be via JS style updates via shadowRoot selectors. As we are working on the Popup component, and components in general, we are evaluating what type of design tokens we should expose in addition to the calcite tokens. These are items we can add to the list, thanks!
... View more
10-24-2025
06:37 AM
|
1
|
1
|
1733
|
|
POST
|
On the removing it question, right now that is via the "view.ui". https://codepen.io/odoe/pen/ZYQoxLX?editors=1000 const mapElement = document.querySelector("arcgis-map");
// wait for view prop to be useable
// map and view not ready yet
await mapElement.componentOnReady();
mapElement.view.ui.components = []; On the styling part, we don't have any tokens for this yet. Trying to target calcite tokens will impact other ui parts like Popup widget which is still in same UI as attribution. We have some plans for attribution in upcoming releases, to make this type of workflow easier. We didn't add a `hide-attribution` or `attribution-disabled` this release because those other pieces are not in place yet. This is all great feedback for us to look at when planning this feature out, thanks!
... View more
10-24-2025
06:21 AM
|
2
|
0
|
1429
|
|
POST
|
Is this a CDN app or npm? It's possible maybe in a CDN app that a network issue might add just enough of a delay for map-components code that defines that method to not load in time, but I hadn't seen that before. Having components script in the head and user script as last element of the body makes sure this doesn't happen.
... View more
10-23-2025
02:43 PM
|
2
|
2
|
745
|
|
POST
|
Do you have a codepen for this? FeatureTable isn't really designed to be slotted into the map. Even the widget samples have it outside the map, so would be tricky to get it line up if you do.
... View more
10-23-2025
01:28 PM
|
0
|
1
|
405
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 2 | 2 weeks ago | |
| 1 | 02-27-2026 06:31 AM | |
| 1 | 01-13-2026 02:15 PM | |
| 1 | 12-31-2025 09:05 AM |
| Online Status |
Offline
|
| Date Last Visited |
10 hours ago
|