|
POST
|
Hi John - would you be able to share a simple repro so we can take a look at the error?
... View more
05-04-2021
04:28 PM
|
0
|
1
|
2403
|
|
POST
|
No they don't have to be dots! Can be any point symbol - or lines and polygons can follow the same pattern, using CIM primitive overrides to override the symbol properties based on data values.
... View more
04-30-2021
10:46 AM
|
0
|
1
|
2760
|
|
POST
|
You should be able to accomplish this using CIMSymbols. Here's an example: https://developers.arcgis.com/javascript/latest/sample-code/cim-primitive-overrides/
... View more
04-30-2021
10:04 AM
|
1
|
0
|
2805
|
|
IDEA
|
Hi @snlasystem - thank you so much for your feedback! We plan to work on some improvements in the 4.20 release that will allow you to access the individual dimensions on the WMSLayer. I will keep you updated on this effort. Thanks again!
... View more
04-22-2021
01:32 PM
|
0
|
0
|
4119
|
|
POST
|
We're working on this for version 4.20. Here's a temporary fix in the meantime: https://codepen.io/annefitz/pen/jOyXOzL?editors=1010 require(["esri/tasks/support/ProjectParameters"], function(ProjectParameters) {
Object.defineProperty(ProjectParameters.prototype, "outSR", {
set(value) {
this.outSpatialReference = value;
},
});
});
... View more
04-22-2021
10:27 AM
|
2
|
0
|
1601
|
|
POST
|
Interesting, I haven't seen performance issues with this in the past. Would you be willing to share your app with me? You can email me at afitz@esri.com if you don't want to share it publicly here. Thank you!
... View more
04-20-2021
10:45 AM
|
0
|
2
|
2376
|
|
POST
|
Hi @martip23 - yes, this method is supported! Here is an example using the same symbol layer you mentioned above: https://codepen.io/annefitz/pen/eYgPMWP?editors=1000 The green stroke symbol layer is offset by 3 and the red stroke symbol layer has no offset applied. Let me know if you have further questions!
... View more
04-20-2021
10:36 AM
|
2
|
4
|
2383
|
|
POST
|
You can set MapView.constraints.snapToZoom to false - this will create a continuous zoom instead of snapping to the next LOD. You can see an example of this in use in this sample.
... View more
03-25-2021
11:30 AM
|
1
|
1
|
3570
|
|
POST
|
No - that's true, the LineSymbolMarker is just being autocast on the SimpleLineSymbol. var simpleLineSymbol = {
type: "simple-line",
color: "orange", // orange
width: 1.5,
marker: { // autocasts from LineSymbolMarker
type: "line-marker",
style: "arrow",
color: "blue",
placement: "begin"
}
}; You could add the type: "line-marker" on the marker property - but you don't have to since it is autocast. Hope this helps clear things up!
... View more
02-04-2021
09:32 AM
|
1
|
0
|
2866
|
|
POST
|
Hello, The type should be "simple-line" instead of "line-marker". Hope this helps!
... View more
02-04-2021
09:20 AM
|
1
|
2
|
2874
|
|
POST
|
Hi @Anonymous User - sorry about the confusion. Try setting your target to "es5" in the tsconfig instead of "es2019".
... View more
01-11-2021
09:27 AM
|
0
|
1
|
3136
|
|
POST
|
Hi John, There are a few changes you'll need to make in order for this to work. 1. Add the following to compilerOptions in your tsconfig.json file "lib": ["ES2019", "DOM"] 2. In your require statement in the index.html file, use this syntax to reference the custom widget: require(["app/HelloWorld"],
function({default: HelloWorld}) { } By following the rest of the tutorial but making these small changes, I was able to get these samples to work. Let me know if you still run into any issues! We are working on updating the documentation to reflect these changes. Thanks, Anne
... View more
01-04-2021
10:38 AM
|
0
|
3
|
3166
|
|
POST
|
Hi John! Thanks for pointing this out. We are investigating why the tutorial is not working as expected. I will update you when we have more information! - Anne
... View more
12-30-2020
11:31 AM
|
0
|
5
|
3187
|
|
POST
|
Hi Stefan, Querying for features within a cluster is now supported in version 4.18. Check out this sample to see how it's done and to learn more: https://developers.arcgis.com/javascript/latest/sample-code/featurereduction-cluster-query/index.html Hope this helps!
... View more
12-18-2020
01:51 PM
|
0
|
0
|
1367
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 1 | 4 weeks ago | |
| 1 | 03-04-2026 08:01 AM | |
| 2 | 03-03-2026 05:23 AM | |
| 2 | 03-03-2026 05:53 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|