POST
|
Hi Todd, Thank you very much for reporting this. It is a bug in the version 4.16 of the API and will be fixed in the next release. In the meantime you can use the following workaround, instead of evt.coordinates use: evt.vertices[0] Thanks again!
... View more
07-22-2020
09:22 AM
|
0
|
1
|
5
|
POST
|
Hello Michael, I want to let you know that this issue is fixed at 4.15. You can already check the new behavior with the ArcGIS API for JavaScript - next . The new release is coming in the next weeks. Thanks, Sascha
... View more
03-20-2020
08:53 AM
|
0
|
1
|
8
|
POST
|
Hello Tomasz, This is a know limitation for WMS and MapImageLayer. This visual limitations just happens if user tilt that the far away hills/mountains get seen. Workaround: Set the tilt constraints to avoid that the user can tilt to this point where you can see this effect SceneView | constraints Example: var view = new SceneView ( { container : "viewDiv" , map : map , constraints : { tilt : { max : 60 } } , } ) ; This technical limitation would be solved in the future. Regards, Sascha
... View more
01-24-2020
03:29 AM
|
1
|
1
|
14
|
POST
|
Hi Tomasz, Your guess is correct and this is a know limitations also mentioned in the documentation: FeatureLayer --> Read more --> Data Visualization You can check if there are missing features with: maximumNumberOfFeaturesExceeded in FeatureLayerView Check this codepen: https://codepen.io/SaschaBrunnerCH/pen/rNaLpge Regards, Sascha
... View more
12-12-2019
03:05 PM
|
0
|
0
|
0
|
POST
|
Check this page for more information about visualizing points with 3D symbols: Visualizing points with 3D symbols | ArcGIS API for JavaScript 4.13 It includes also more information about the glTF format. And ObjectSymbol3DLayer - resource where to set the link to the glTF.
... View more
12-09-2019
07:33 AM
|
1
|
0
|
22
|
POST
|
...and change MapView with SceneView in the Codepen to get the 3D globe.
... View more
12-09-2019
07:18 AM
|
0
|
0
|
6
|
POST
|
Hello thai mota, Do your shp contains the building-polygones? You can publish this data with ArcGIS Pro or you can publish them directly in AGOL (Shapefiles—ArcGIS Online Help | Documentation). Then you can extrude the buildings. See the blog: What’s new in Scene Viewer (June 2019) or Style polygon layers—ArcGIS Online Help | Documentation for more information. Sascha
... View more
12-09-2019
06:44 AM
|
1
|
0
|
65
|
POST
|
Hello. In which tool you would like to import the Collada-File (dae-file is normally Collada)? In ArcGIS Pro you can import it, see: Import 3D Files—Help | ArcGIS Desktop For the ArcGIS JS API you can publish it with ArcGIS Pro as a SceneLayer and integrate it like in this sample:Realistic buildings with SceneLayer | ArcGIS API for JavaScript 4.13 Or you could create a glTF Overview - The Khronos Group Inc and include it like showed in the sample: Import glTF 3D Models | ArcGIS API for JavaScript 4.13.
... View more
11-14-2019
04:23 AM
|
0
|
0
|
16
|
POST
|
An option to automate this is using ArcGIS API for Python | ArcGIS for Developers. Check Managing your content | ArcGIS for Developers and see how to update the tags.
... View more
11-08-2019
12:34 AM
|
2
|
0
|
21
|
POST
|
Hello Connie Checkout the following samples: https://developers.arcgis.com/javascript/latest/sample-code/layers-scenelayer-filter-query/index.html https://developers.arcgis.com/javascript/latest/sample-code/building-scene-layer-filter/index.html https://developers.arcgis.com/javascript/latest/sample-code/building-scene-layer-slice/index.html Is that what you are looking for?
... View more
10-11-2019
04:18 AM
|
0
|
0
|
9
|
Online Status |
Offline
|
Date Last Visited |
Monday
|