|
POST
|
Hi Jeff, I am able to reproduce the first issue you brought up where MapImageLayer's sublayers are all being visible regardless of their default visibility being false. This issue will be fixed in our next release. Can you please give me more information extent and legend issues? Simple sample code would be great.
... View more
07-11-2017
10:26 AM
|
0
|
1
|
1409
|
|
POST
|
Hi Gert, I am able to reproduce the issue you reported. This issue will be fixed in our next release. I do not have a workaround at this time. Thank you for reporting this issue.
... View more
07-11-2017
09:49 AM
|
1
|
1
|
1977
|
|
POST
|
There is no load event for LayerList widget. You can wait for the view to be loaded by calling view.then.
... View more
07-07-2017
01:49 PM
|
0
|
2
|
1238
|
|
POST
|
Hi there, Thank your for reporting this behavior. I was able to confirm it is an issue related to Search widget when polygon and polyline features are returned as a search result. I created an issue for it.
... View more
07-07-2017
09:22 AM
|
2
|
0
|
1700
|
|
POST
|
You are setting wrong symbol style for SimpleMarkerSymbol. Please change the style as documented here and should work: SimpleMarkerSymbol | API Reference | ArcGIS API for JavaScript 4.4 var defaultSymb = new SimpleMarkerSymbol({ color: "#123456", width: 10, style: "circle" });
... View more
07-06-2017
11:26 AM
|
0
|
0
|
779
|
|
POST
|
At 4.3, PrintTask does not support rotation. This feature is coming at 4.4. I will investigate the other two points you brought up. Thanks, -Undral
... View more
04-14-2017
09:09 AM
|
1
|
0
|
1775
|
|
POST
|
iaguilera14 thank you for reporting this issue. This issue should be fixed in the next release.
... View more
04-07-2017
09:42 AM
|
0
|
0
|
1275
|
|
POST
|
Hi there, You can add VectorTileLayer as a basemap to the basemapGallery as shown below. You need to specify styleUrl and type properties of the BasemapLayer. var vtlayer = new BasemapLayer({ styleUrl: "https://www.arcgis.com/sharing/rest/content/items/dfcb45f8a2ad4b58a1a7547188a0a00c/resources/styles/root.json", type: "VectorTileLayer" }); var vtlBasemap = new Basemap({ layers: [vtlayer], title: "Xmas Template", thumbnailUrl:"images/basemap.png" }); Please use this working app to see how this is done. JS Bin - Collaborative JavaScript Debugging We will update the BasemapLayer documentation to show how to add VectorTileLayer as a basemap to the basemapGallery. Hope this helps, -Undral
... View more
03-28-2017
11:15 AM
|
0
|
1
|
1156
|
|
POST
|
Hi there, Looking at your code... I think this line has the issue: relatedReviews.objectIds=feature.attributes.OBJECTID; RelationshipQuery.objectIds expects an array of numbers: RelationshipQuery | API Reference | ArcGIS API for JavaScript 4.2 So please try changing the line to: relatedReviews.objectIds = [feature.attributes.OBJECTID]; here is a very simple sample that works: JS Bin - Collaborative JavaScript Debugging
... View more
01-26-2017
01:54 PM
|
1
|
1
|
693
|
|
POST
|
Hi David, SceneView has out of the box key navigation. Check under the SceneView Navigation section in the following document: SceneView | API Reference | ArcGIS API for JavaScript 4.2 You can also add your own key navigation using SceneView's key-up or key-down events: SceneView | API Reference | ArcGIS API for JavaScript 4.2 Here is a very simple sample that adds key navigation to MapView: Add keyboard navigation shortcuts | ArcGIS API for JavaScript 4.2
... View more
01-26-2017
09:10 AM
|
1
|
1
|
1095
|
|
POST
|
Hey Jonathan, Are you using 3.x? If so you should be able to specify bbox property in queryParams. I have not tested it but it should work. Here a link to REST API doc for search: ArcGIS REST API if you are using 4.x then you can specify PortalQueryParams.extent: PortalQueryParams | API Reference | ArcGIS API for JavaScript 4.2 Hope this helps
... View more
01-19-2017
01:44 PM
|
1
|
1
|
1109
|
|
POST
|
Hi Seth, As Rene mentioned, you should be able to use QueryTask with different Query parameters. Also as you pointed out in your post, when calling FeatureLayerView.queryFeatures(), the query only accepts Extent as a geometry and also can only do "intersects". simple test app that shows FeatureLayerVIew.queryFeatures(): JS Bin - Collaborative JavaScript Debugging
... View more
01-19-2017
01:22 PM
|
0
|
0
|
5052
|
|
POST
|
Hi Lucas, Thank you for bringing this issue to our attention. We created a bug for this issue. Esri Brazil should provide you with a bug number and you can follow up with them on the status of this issue. Thank you, -Undral
... View more
01-04-2017
09:40 AM
|
0
|
0
|
933
|
|
POST
|
It is a known issue at 4.0. Should not be a problem at 4.1.
... View more
08-04-2016
04:20 PM
|
0
|
1
|
783
|
|
POST
|
It is not yet available 4. But this feature will be available in the future.
... View more
08-04-2016
09:40 AM
|
1
|
2
|
2382
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 07-09-2025 08:48 AM | |
| 2 | 07-08-2025 08:09 AM | |
| 2 | 07-07-2025 03:57 PM | |
| 1 | 06-11-2025 03:25 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|