|
POST
|
Having a simple CodePen (or similar) that demonstrates the workflow normally helps others understand the issue and provide suggestions.
... View more
03-03-2020
03:49 PM
|
2
|
10
|
13117
|
|
POST
|
For situation #1, you can update the geometry of the existing Graphic; there's no need to remove, clone, and re-add it.
... View more
12-26-2019
08:16 AM
|
1
|
1
|
1636
|
|
POST
|
You should report this to Tech Support so it gets logged into the system to get fixed. if the requirements are met, try using the normalizeUtils and see if it helps with this issue.
... View more
11-05-2019
05:03 PM
|
0
|
1
|
1825
|
|
POST
|
A workaround would be to not use outFields:["*"] and instead explicitly set the outFields to only the needed fields, for example: outFields: ["MTN_PEAK","RANK"]
... View more
07-29-2019
05:48 PM
|
0
|
1
|
2791
|
|
POST
|
You need to specify a symbol as well; check out this sample: https://developers.arcgis.com/javascript/latest/sample-code/visualization-buildings-3d/index.html ...and here's a codepen with your service: https://codepen.io/john-grayson/pen/gNXErz?editors=1000
... View more
06-27-2019
05:29 PM
|
1
|
1
|
1500
|
|
POST
|
You get the html page because you are not asking for json. Add the "f" (format) value to the "query" options parameter: esriRequest(url,{query:{f:"json"}}).then(...);
... View more
06-25-2019
11:27 AM
|
2
|
0
|
2228
|
|
POST
|
...for 4.11, this is the workaround I've previously used: //layer.redraw();
view.extent = view.extent;
... View more
06-24-2019
08:22 AM
|
0
|
0
|
4745
|
|
POST
|
What version of the JS API are a you using? You're creating the FeatureLayer using 3.x syntax but you're calling applyEdits() in a 4.x manner.
... View more
03-26-2019
02:45 PM
|
0
|
4
|
1745
|
|
POST
|
The 'source' property of the FeatureLayer is used as a constructor parameter when creating a new FeatureLayer from client-side graphics, but that is not your use case as your data comes from a url. The way to control the rendering is via a Renderer and I would suggest you check out the use of Arcade to drive advanced visualizations as it might provide what you need. The important part of this task is to establish a clear relationship between information that already exists in the attributes of the FeatureLayer and information from the external resource. If you can express that relationship in Arcade, then you should be able to do what you need.
... View more
03-26-2019
02:28 PM
|
1
|
1
|
1368
|
|
POST
|
If using the Directions dijit in 3.17, I would start by looking at some of the constructor parameters such as 'optimalRoute' and 'showOptimalRouteOption'.
... View more
03-13-2019
08:29 AM
|
1
|
1
|
1461
|
|
POST
|
Not sure if this will work, but I would try a hybrid approach where the GraphicsLayer provides the smooth update while editing and then when complete I would use a FeatureLayer and call applyEdits() so that subsequent scale changes are handled correctly the FeatureLayer.
... View more
03-12-2019
10:19 AM
|
0
|
1
|
1713
|
|
POST
|
Try setting the findBestSequence to false parameter of your RouteParameters.
... View more
03-12-2019
09:55 AM
|
1
|
3
|
1461
|
|
POST
|
Check out the Census ACS datasets curated by the Esri Living Atlas team as ready to use maps and layers: https://www.arcgis.com/home/group.html?id=16b3a5ac36834ed6b3f16261d9a988ea You can learn more about these items here: Mapping American Community Survey (ACS) Data Just Got Easier Make a Map About Your Community in 4 Easy Steps
... View more
03-07-2019
07:57 AM
|
0
|
0
|
5018
|
|
POST
|
Do you have a simple codepen of jsbin showing the issue?
... View more
02-15-2019
08:23 AM
|
0
|
0
|
3924
|
|
POST
|
Do you have a simple codepen or jsbin showing the issue? Also, not sure it it will help in your case, but please note that the parameter to webMercatorUtils is an instance of Geometry and not a plain js object; try creating and passing in a new Polyline instead.
... View more
02-15-2019
08:21 AM
|
0
|
0
|
795
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-07-2024 04:14 PM | |
| 1 | 02-23-2024 12:40 PM | |
| 1 | 03-01-2024 10:48 AM | |
| 2 | 08-03-2023 02:34 PM | |
| 2 | 07-19-2023 12:05 PM |
| Online Status |
Offline
|
| Date Last Visited |
10-24-2024
06:01 PM
|