|
POST
|
We are exporting pdf files using JS SDK print component and saved in byte array in our sql server database. How can i load these byte array PDFs on to the map using JS API ?
... View more
11-21-2025
09:17 AM
|
0
|
0
|
441
|
|
POST
|
The issue is with the secured service URL inside the WebMap JSON. The token is not being appended. How can I intercept or modify the WebMap JSON before printing so that I can add the token?
... View more
11-18-2025
01:16 PM
|
0
|
0
|
595
|
|
POST
|
I am using ArcGIS JavaScript SDK to export the map to PDF. I do not have any issues the service shared with everyone, when i tried to share it to organization, it is throwing an error " Failed to create layer from service ". Print service is also shared with organization. is there a way to pass the credentials or token ?
... View more
11-17-2025
09:37 AM
|
0
|
2
|
652
|
|
POST
|
I would like to extend arcgis sketch component toolbar to add Text tool and symbology options . How to do ? vijaybadugu_0-1763393399166.png <arcgis-map basemap="topo-vector" center="139.5716,35.696" zoom="18"> <arcgis-sketch slot="top-right" creation-mode="update"> </arcgis-sketch> </arcgis-map>
... View more
11-17-2025
07:32 AM
|
0
|
2
|
819
|
|
POST
|
I am in a confusion to develop applications with 10 to 15 widgets. I Know, it is easy to develop/ manage in react js with type script using map components and Calcite. at the same time, we could achieve same thing by using existing out of box widgets with using ArcGIS Experience builder. when it comes to customization/deployment/manage existing widgets in EXB is little complicated over map components in SDk. I would like to ask you guys about suggestions/advice to proceed if we wanted to develop an application from scratch
... View more
11-14-2025
07:39 AM
|
1
|
1
|
644
|
|
POST
|
The problem only with calcite-list and was able to see calcite-list-item with some radio buttons with labels. I don't have any clue what the issue could be
... View more
10-24-2025
12:00 PM
|
0
|
0
|
606
|
|
POST
|
Yes. I did import "@esri/calcite-components/dist/components/calcite-list"; import "@esri/calcite-components/dist/components/calcite-list-item"; import { CalciteShellPanel, CalcitePanel, CalciteBlock, CalciteLabel, CalciteCombobox, CalciteComboboxItem, CalciteSlider, CalciteSelect, CalciteOption, CalciteButton, CalciteNotice, CalciteList, CalciteIcon, CalciteListItem, } from '@esri/calcite-components-react'; import "@esri/calcite-components/dist/calcite/calcite.css"; "react": "^19.1.1", "react-dom": "^19.1.1"
... View more
10-24-2025
11:50 AM
|
0
|
1
|
607
|
|
POST
|
I am trying to render calciteList in reactJS. Nothing is showing on browser <div style={{ border: '2px solid red', padding: '10px', margin: '10px 0' }}> <p>Before calcite-list</p> <CalciteList style={{ minHeight: '200px', border: '1px solid blue' }}> <CalciteListItem label="Hiking trails" description="Designated routes for hikers to use." value="hiking-trails"> </CalciteListItem> <CalciteListItem label="Waterfalls" description="Vertical drops from a river." value="waterfalls"> </CalciteListItem> <CalciteListItem label="Rivers" description="Large naturally flowing watercourses." value="rivers"> </CalciteListItem> <CalciteListItem label="Estuaries" description="Where the river meets the sea." value="estuaries"> </CalciteListItem> </CalciteList> <p>After calcite-list</p> </div> vijaybadugu_0-1761253263778.png
... View more
10-23-2025
02:02 PM
|
0
|
3
|
664
|
|
POST
|
I created a separate component ActionBar.tsx , Which includes, Layers, Legend and basemap Gallerty <CalcitePanel ref={(el) => { panelRefs.current['legend'] = el; }} heading="Legend" data-panel-id="legend" closed={activeWidget !== 'legend'} closable onCalcitePanelClose={handlePanelClose} style={{ height: '100%' }} > {mapRef && <ArcgisLegend legendStyle="classic" referenceElement={mapRef} />} I have passed Map reference object and View object, Nothing is working. I was getting No Legend.
... View more
10-23-2025
09:55 AM
|
0
|
0
|
1603
|
|
POST
|
Is there any help online documentation for mapcomponents react js ?
... View more
10-23-2025
07:20 AM
|
0
|
6
|
1644
|
|
POST
|
Try to calculate centroid points on fly or predefined layer.
... View more
10-11-2025
06:06 AM
|
0
|
0
|
877
|
|
POST
|
I uploaded (.pagx) the custom print layouts on to the enterprise portal (11.5) and was able to create an item in the portal. I just wanted to use the same template in my JS Code. How could you use these custom print layouts in JS Script ? Will this be worked ?
... View more
10-06-2025
08:18 AM
|
0
|
1
|
509
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-21-2026 05:00 AM | |
| 1 | 04-14-2026 07:17 AM | |
| 1 | 07-29-2025 01:45 PM | |
| 1 | 03-28-2025 01:58 PM | |
| 1 | 02-21-2026 09:32 AM |
| Online Status |
Online
|
| Date Last Visited |
5 hours ago
|