|
POST
|
Hey, Its Polyline feaures, and I am using the 3D symbology: I could send you a file, Thank you,
... View more
05-16-2021
05:22 PM
|
0
|
1
|
3262
|
|
POST
|
Tryping to convert with this tool: https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/layer-3d-to-feature-class.htm and getting this error, how to fix it? Thank you,
... View more
05-16-2021
04:33 PM
|
0
|
4
|
3348
|
|
POST
|
building new one here: https://codesandbox.io/s/esri-react-test1-ji744?file=/src/App.js it allows to add '@arcgis/code' as dependancy, but errors out
... View more
04-16-2021
08:26 AM
|
0
|
3
|
3920
|
|
POST
|
Hey, Do you have an exmaple of the ESRI JS API import in CodePen? Thank you,
... View more
04-16-2021
07:24 AM
|
0
|
0
|
2685
|
|
POST
|
Still gettign the error: [esri.core.Accessor] Accessor#set Assigning an instance of 'esri.Graphic' which is not a subclass of 'esri.Graphic' componentDidUpdate (props) {
console.log(props);
const myPoint ={
type: "point",
longitude: props.data[24],
latitude: props.data[23]
};
const simpleMarkerSymbol = {
type: "simple-marker",
color: [46, 204, 113 ], // Green
outline: {
color: [255, 255, 255], // white
width: 1
}
};
const pointGraphic = new Graphic({
geometry: myPoint,
symbol: simpleMarkerSymbol
//attributes: attributes,
//popupTemplate: popupTemplate
});
/*
const graphicB = new Graphic({ // graphic with point geometry
geometry: new Point({
type: "point",
longitude: props.data[23],
latitude: props.data[24]
}), // set geometry here
symbol: new SimpleMarkerSymbol({
type: "simple-marker",
color: [46, 204, 113 ], // Green
outline: {
color: [255, 255, 255], // white
width: 1}
})
});
*/
this.props.view.graphics.add(pointGraphic);
}
... View more
04-13-2021
07:47 AM
|
0
|
2
|
2708
|
|
POST
|
import Graphic from '@arcgis/core/Graphic';
import Point from '@arcgis/core/geometry/Point';
import SimpleMarkerSymbol from '@arcgis/core/symbols/SimpleMarkerSymbol'; componentDidUpdate (props) {
console.log(props);
const Point ={
type: "point",
longitude: props.data[23],
latitude: props.data[24]
};
const simpleMarkerSymbol = {
type: "simple-marker",
color: [46, 204, 113 ], // Green
outline: {
color: [255, 255, 255], // white
width: 1
}
};
const pointGraphic = new Graphic({
geometry: Point,
symbol: simpleMarkerSymbol
//attributes: attributes,
//popupTemplate: popupTemplate
});
/*
const graphicB = new Graphic({ // graphic with point geometry
geometry: new Point({
type: "point",
longitude: props.data[23],
latitude: props.data[24]
}), // set geometry here
symbol: new SimpleMarkerSymbol({
type: "simple-marker",
color: [46, 204, 113 ], // Green
outline: {
color: [255, 255, 255], // white
width: 1}
})
// set symbol here
});
*/
this.props.view.graphics.add(pointGraphic);
} error: Accessor#set Assigning an instance of 'esri.Graphic' which is not a subclass of 'esri.Graphic'
... View more
04-12-2021
06:23 PM
|
0
|
5
|
3026
|
|
POST
|
Hey Robert, @RobertScheitlin__GISP trying to deploy this widget or the ArtList widget, i and get blank gray space for the dgrid. my html is <div data-dojo-attach-point="grid2" style="height: 100%"></div> what is the issue here
... View more
12-14-2020
05:32 AM
|
0
|
3
|
3234
|
|
POST
|
Hey, I have a Tab container/Content Pane then Grid, how to make it fit 100% height wise? curent setting is style="width: 100%; height: 100%; on tab container and the content page: Thank you,
... View more
12-07-2020
12:59 PM
|
0
|
0
|
484
|
|
POST
|
Hey, Need capabilty to click on the line feature and split it on the click location, is where a way to do it in 3.x JS API? Thank you,
... View more
10-27-2020
10:27 AM
|
0
|
0
|
666
|
|
DOC
|
Trying to implement the seetings from this widget into my custom widget, coppied settings folder and manifest properties, but getting error on the widgte configuration page: CustomFeaturelayerChooserFromMap.js?wab_dv=2.8 net::ERR_ABORTED 404 (Not Found), where is teh trick here? Thank you,
... View more
10-16-2020
01:31 PM
|
0
|
0
|
15346
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-26-2025 09:55 AM | |
| 2 | 08-24-2024 07:17 AM | |
| 1 | 05-07-2024 01:31 PM | |
| 1 | 02-09-2022 08:55 AM | |
| 1 | 02-08-2022 12:52 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|