POST
|
Something like this? https://svctenvims.dot.ca.gov/env_viewer/
... View more
11-15-2024
06:18 PM
|
0
|
1
|
55
|
POST
|
@KittyHurley Is it possible to apply style to just one of the list items?
... View more
11-07-2024
04:32 PM
|
0
|
2
|
233
|
POST
|
Any updates on this request to add menu when clicking on an item of the action bar? This is an alternate way of accomplishing the same task but not very visual appealing. <calcite-action id="action1" text="Settings" icon="gear" scale="m"></calcite-action>
<!-- Popover Menu for Action Item 1 -->
<calcite-popover reference-element="action1" placement="right-start" width="m">
<calcite-list>
<calcite-list-item label="Option 1"></calcite-list-item>
<calcite-list-item label="Option 2"></calcite-list-item>
<calcite-list-item label="Option 3"></calcite-list-item>
</calcite-list>
</calcite-popover> @KittyHurley @BenElan ? Thank you.
... View more
11-07-2024
10:29 AM
|
0
|
0
|
110
|
POST
|
Thank you Ken. After hours of working on this problem, found out that the issue was of how the REST service for this layer was published. After it was republished, the issue went away. However, you script assisted with faster loading of large datasets.
... View more
10-16-2024
09:52 AM
|
0
|
0
|
247
|
POST
|
Thank you for the response @KenBuja . Yes, your solution works for that layer. I used that layer in my example because it is visible on the public. However, my issue is with another layer that I cannot share. I am sharing the code of how I define the template, and a brief video to show the issue. const featureLayer = new FeatureLayer({
url: "https://xyz/MapServer/0",
outFields:['*'],
});
map.add(featureLayer);
view.when(() =>{
const popupTemplate = featureLayer.createPopupTemplate();
featureLayer.popupTemplate = popupTemplate;
})
... View more
10-11-2024
03:55 PM
|
0
|
2
|
309
|
POST
|
For some feature layers, when you click on a feature, you expect the popup to be displayed on the features widget panel, but it just opens and closes the widget immediately! https://codepen.io/lkoumis1/pen/poXqjxR It's similar to the example posted here. The only difference is that I added a feature Layer instead of using a webmap. https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=widgets-features
... View more
10-11-2024
09:27 AM
|
0
|
4
|
358
|
POST
|
09-05-2024
04:50 PM
|
0
|
0
|
212
|
POST
|
Is it possible to change the font style for a component of the calcite-navigation? For example, can I change the color and font size of just the heading? Thanks.
... View more
08-29-2024
07:03 PM
|
0
|
0
|
353
|
POST
|
Great. Thank you. Nice way to address the issue, temporarily, correct? So, there is no way through the use of css to adjust the spacing between the menu items? I have 12 items and it occupies 70% of the screen! Ridiculous.
... View more
08-26-2024
04:41 PM
|
0
|
0
|
361
|
POST
|
Thank you. Can you please provide me the link for this issue, so I can follow the discussion. Thank you. https://github.com/Esri/calcite-design-system/issues
... View more
08-23-2024
02:22 PM
|
0
|
1
|
423
|
POST
|
Sure. ESRI's own example. I forked it. https://codepen.io/lkoumis1/pen/zYVjpKN?editors=1000 Just click for example, the East and then SouthEast. You expect that after you click the SouthEast you will close the menu, instead it will stay open. Also, is there a way to reduce the spacing between the items. See my screenshot, it take a lot of space. What is the css for this. Thank you.
... View more
08-23-2024
01:15 PM
|
0
|
0
|
453
|
POST
|
After you click the calcite-menu/submenu item, provided there is no other submenu-item, the only way to close it, is to click anywhere else other than on the menu? Is it an industry standard after you click on a menu item to close itself? @KittyHurley
... View more
08-23-2024
12:58 PM
|
0
|
7
|
461
|
POST
|
Since 2019, all documents produced any California state agency have to be ADA compliant. It seems that the print widget in JS Map SDK does not export to pdfs that are ADA compliant. Any plans to address the issue? @JuliePowell Thank you.
... View more
08-23-2024
09:54 AM
|
0
|
1
|
273
|
POST
|
Yes, I am. Thank you for creating the issue. I also saw that after comments from your colleagues you closed it. ☹️ One of them said "Action Bar Actions that toggle the collapsed state or the Panel close event, etc." could monitor the state of the shell panel. That's correct. But also, I am using the shell panel to display the feature widget that displays the popup when a feature is clicked on. At each time I have to monitor the width of the table that is on the calcite-panel slot "panel-bottom". An event to monitor the state of the calcite shell slot "panel-start" would make it a lot easier to manage and less code to write.
... View more
08-20-2024
07:34 PM
|
0
|
1
|
271
|
Title | Kudos | Posted |
---|---|---|
1 | 06-02-2023 03:22 PM | |
1 | 02-28-2024 09:35 AM | |
2 | 12-19-2023 06:48 PM | |
1 | 12-06-2023 11:03 AM | |
1 | 06-26-2023 09:20 AM |
Online Status |
Offline
|
Date Last Visited |
a week ago
|