3D web scene popups are missing data. Length limit to web scene popup.

1235
5
Jump to solution
06-05-2023 05:22 PM
Labels (1)
MarkLysecky
New Contributor

I made a 3D Web Scene and when I click on the points the popups are  missing data sometimes.  The text I am trying to load is the "DAY_TEXT" field.  I loaded the same feature layer into a webmap and all the popups work properly.  

I went through about half of the points and all the ones with a length less than 1024 seem to load and the others don't which leads me to believe that there is a limit.

Does anyone know if there is a limit in web scene popups?

The webmap is here

The scene is here

 

Here are the lengths of text fields based on date

5182229
5248000
5251096
5262509
527426
528160
5293362
5303540
5303540
5303540
5312738
6012160
6021682
6021682
6032624
604957
605757
606825
6072530
6083775
6094964
6102020
611288
0 Kudos
2 Solutions

Accepted Solutions
GreteSoosalu
Esri Contributor

Hi @MarkLysecky 

Thanks for drawing out attention to this! I agree, this is seems unexpected. We'll look into having the SceneView behavior in sync with the MapView. 

View solution in original post

0 Kudos
MarkLysecky
New Contributor

Thanks.  In case anyone stumbles across this post.  The scene linked does not show the problem.  I broke the DAY_TEXT field in to DAY_TEXT_1, 2, 3 etc. that only contained 1023 character and then defined the popup to add the text together again.

View solution in original post

0 Kudos
5 Replies
GreteSoosalu
Esri Contributor

Hi @MarkLysecky 

Thanks for drawing out attention to this! I agree, this is seems unexpected. We'll look into having the SceneView behavior in sync with the MapView. 

0 Kudos
DevinJacobs_JGI
New Contributor III

Just wondering, any progress on this issue? I'm running into something similar with web scenes not displaying popup data of long text fields

0 Kudos
MarkLysecky
New Contributor

Thanks.  In case anyone stumbles across this post.  The scene linked does not show the problem.  I broke the DAY_TEXT field in to DAY_TEXT_1, 2, 3 etc. that only contained 1023 character and then defined the popup to add the text together again.

0 Kudos
GreteSoosalu
Esri Contributor

Hi @DevinJacobs_JGI 

We're working on removing this limitation of 1024 characters per text field. But until it is released, the recommended workaround is what @MarkLysecky suggested above. 

0 Kudos
GreteSoosalu
Esri Contributor

Hi @MarkLysecky and @DevinJacobs_JGI 

we're removing the character limitation for popup fields in the upcoming release of the SDK (version 4.29). If you want to test out this fix before it heads to production, check out the development version of the API, https://js.arcgis.com/next.

Let us know if you are still running into any issues - thanks!

0 Kudos