POST
|
Moving discussion over to https://community.esri.com/t5/arcgis-online-questions/how-can-i-add-a-legend-to-my-360-vr-experience/m-p/1285455 Please don't double post
... View more
05-04-2023
05:41 AM
|
1
|
1
|
732
|
POST
|
Not possible I'm afraid, at the moment 360 VR does not support legends. It's the first time we hear this user request, but we can consider this for a future update: Do you expect the exact same legend as in SceneViewer, or are there differences to be considered? Would you want the legend to show always, or somehow be showable/hideable by a button? Or by some other logic? (Note this would need to work for both the immersive VR as well as the non-immersive desktop / phone experience.)
... View more
05-04-2023
05:39 AM
|
0
|
0
|
459
|
POST
|
Could it simply be a mistyped property name? elevation_info: { -> elevationInfo: {
... View more
04-14-2023
01:58 AM
|
0
|
0
|
643
|
IDEA
|
Similar / same problem as https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/why-all-the-entities-of-the-layer-are-not/idc-p/1269716#M240 Lines have z values of 0, and therefore sink under ground. (Lines are actually partially visible for me, but clearly intersect with terrain surface: https://www.arcgis.com/home/webscene/viewer.html?url=https://services.arcgis.com/qovwaCdMoEzUUFzS/ArcGIS/rest/services/RoutesFly/FeatureServer/0) -> Try changing elevationMode to `on the ground`.
... View more
03-27-2023
08:12 AM
|
0
|
0
|
982
|
IDEA
|
I will leave a link to the layer. Could you share a link to the problematic web layer?
... View more
03-23-2023
09:43 AM
|
0
|
0
|
1007
|
IDEA
|
The problem seems to be the layer's default elevation mode absolute-height, and the fact that all point entities have a z value (altitude) of zero. Therefore some of the airplane icons (entities) are under ground and do not display. There are different ways to address this, but the simplest way and what I would recommend: Set the layer's elevationMode to relative-to-ground See * https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#elevationInfo * https://developers.arcgis.com/javascript/latest/sample-code/scene-elevationinfo/
... View more
03-20-2023
03:59 PM
|
0
|
0
|
944
|
POST
|
Thanks for getting back Tim. Yes, this problem is supposed to be gone with 11. Please let us know in case you still have issues.
... View more
03-13-2023
02:08 AM
|
0
|
0
|
679
|
POST
|
Just adding to above reply, which adequately explains the problem. As far as I can tell from the data, the bug was in SceneViewer 10.8.1, which somehow wrote the wrong layerType into the webscene json. How and why this happened is hard to track down now. This combination still worked with the less strict API 4.15, but is now "correctly" rejected with API >= 4.16. As mentioned, one way to fix it is to manually adjust the webscene json: change "layerType": "ArcGISTiledImageServiceLayer" to "layerType": "ArcGISTiledMapServiceLayer" . This can be done with https://ago-assistant.esri.com/ for example. Option 2, likely simpler: delete and re-add the problematic layer in SceneViewer, and resave the webscene.
... View more
11-17-2022
10:48 AM
|
1
|
1
|
719
|
POST
|
According to the doc, there is no "selection-change" event on the BasemapGallery widget: https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BasemapGallery.html Did you find a reference to this event somewhere? --- You could instead watch the basemap like this: map.watch("basemap", (newBasemap, oldBasemap) => {
console.log("new", newBasemap);
console.log("old", oldBasemap);
}); which will allow you to react to arbitrary changes of the basemap, e.g. when changed via BasemapGallery widget. Does this help your case?
... View more
09-12-2022
03:11 AM
|
2
|
7
|
1130
|
POST
|
Hello I am not familiar with related tables, but I can maybe help you with color rendering in 3D. Can you write a 2D app that does a similar rendering you are looking for in 2D, using related tables? If you can provide such an app I can try to turn it into a 3D app. Note that the FeatureServerUrl you provided https://globolive3d.gl3d.in/server/rest/services/testing_db_DBO_testing_/FeatureServer requires credentials. And the webscene id 71147495530044edbe03bfbea134e832 cannot be found. Can you check if it is publicly acessible, and clarify on which portal it lives?
... View more
07-01-2022
06:59 AM
|
0
|
0
|
305
|
POST
|
Hardcoded as in predefined in the application, with currently no way to change it.
... View more
02-11-2015
10:51 AM
|
1
|
0
|
840
|
POST
|
Hi Mike in case you don't need to do that very often, and it can be a manual process, I recommend to simply copy-paste the comments from the item page, and paste them into a text file for archiving. Or, with a bit of Excel tricks, you might even be able to paste them into a spreadsheet, and do some quantification. for example from here: http://www.arcgis.com/home/item.html?id=9c0e319bfaff4d33a0fe2da97c2c3fd7 text pasted into notepad: farajafri (October 14, 2014) Nice office location! would like to have this room, please? -- http://bit.ly/1z6Bfq3 amir.cap90 (September 19, 2014) I want to apply Unique House number in city engine??? How can i do this??? Need help pkernest (August 14, 2014) http://www.esri.com -- http://bit.ly/1vKyDwd ... hope that helps Andreas
... View more
01-07-2015
11:01 AM
|
0
|
1
|
551
|
POST
|
Hi Mike there is no out-of-the-box way to do this. Can you specify the exact use case for which you would use this? How often, on how many items, ... If you're into programming, one option could be to use the JS API to grab comments from a portal item, i.e. writing a small javascript application to grab the comments. Portal | API Reference | ArcGIS API for JavaScript PortalComment | API Reference | ArcGIS API for JavaScript best Andreas
... View more
01-07-2015
10:14 AM
|
0
|
3
|
551
|
POST
|
Hi Luiz I can confirm that setting pt as language in firefox results in english strings in viewer. I added a bug, we plan to fix this in the next release. As a workaround, using Chrome, it works for both pt-pt and pt-br Thanks for pointing this out.
... View more
11-03-2014
05:31 AM
|
0
|
0
|
1005
|
POST
|
CEWebViewer always opens the viewer with the initial month set to March (and the time to 2pm). We need to pick month and time hardcoded, as there is no way to set these initial values from CityEngine during export. Luiz, what would be your preferred way to set this / define this?
... View more
11-03-2014
05:19 AM
|
0
|
2
|
840
|
Title | Kudos | Posted |
---|---|---|
1 | 08-14-2024 06:55 AM | |
2 | 08-08-2024 04:29 AM | |
1 | 04-19-2024 07:31 AM | |
1 | 03-21-2024 11:41 AM | |
1 | 10-31-2023 07:49 AM |
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|