|
POST
|
Hi Guillaume, Thanks for your fast response. Indeed, the crash looks the same. Do you know when 100.11 is going to be released? Frédéric.
... View more
03-23-2021
10:15 AM
|
0
|
1
|
1441
|
|
POST
|
Hi the Runtime team, I would like to report the following bug OpenStreetMap basemap or OpenStreetMap vector layer (custom style) causes mobile application to crash when set at higher scale. The cause of the crash was analyzed by the AppStudio team and the crash is at the Runtime level. To reproduce: Create a web map with an OSM basemap in ArcGIS Online. Use the MapViewer AppStudio template, set the APP property Map Query in Gallery id:YourWebMapItem Build the APP (using the cloud based build) Install and run the APP on your mobile. Alternatively, you can use the AppStudio player on your mobile Try multiple zoom in, pan around, etc. The App will crash Reproducible on Android 10.0 Apk built AppStudio Cloud based build AppStudio Framework : 4.4.77 Runtime SDK 100.8 Or use AppStudio Player 5.0.9 AppStudio Framework : 5.0.126 Runtime SDK 100.10.0.3002 Please let me know if it is a not issue and there is a work around. Looking forward to hearing from you. Thank you Frédéric
... View more
03-22-2021
02:03 PM
|
0
|
3
|
1495
|
|
POST
|
Here the tests I have done # TEST 1: ADD JOIN USING MEMORY FC AND TABLE #COPY TABLE IN MEMORY arcpy.conversion.TableToTable("HERE_DA_Bardonechia_A32_SS335_Vittoria", "memory", "HERE_DA_Bardonechia_A32_SS335_VittoriaMemory", .........) #COPY FC IN MEMORY arcpy.conversion.FeatureClassToFeatureClass(r"A32BardonnexOulx\StreetsA32BardonecchiaOulx", "memory", "StreetsA32BardonecchiaOulxMemory", .......) #ADD JOIN BETWEEN MEMORY FC AND MEMORY TABLE arcpy.management.AddJoin("StreetsA32BardonecchiaOulxMemory", "LINK_DIR_FROM", "HERE_DA_Bardonechia_A32_SS335_VittoriaMemory", "LINK_DIR", "KEEP_COMMON") # => 37 records joined in StreetsA32BardonecchiaOulxMemory # TEST 2: ADD JOIN USING GDB FC AND TABLE arcpy.management.AddJoin(r"A32BardonnexOulx\StreetsA32BardonecchiaOulx", "LINK_DIR_TO", "HERE_DA_Bardonechia_A32_SS335_Vittoria", "LINK_DIR", "KEEP_COMMON") # => 4 536 records joined in StreetsA32BardonecchiaOulx (expected result) I get only 37 rows joined (each feature is joined only once) if I used memory FC and table. Thanks for your help.
... View more
06-29-2020
10:13 AM
|
0
|
2
|
2076
|
|
POST
|
Hi, I am trying to join an in-memory Feature Class and an in-memory Table. I get only one row of the FC joins to one row of the table where the input and output join fields match It seems that is One-To-Many Join. Performing the same join with the Feature Class and Table in the GDB, I get the expected resul meaning One-To-Many Join. I have tested both using arcpy and ArcGIS Pro. Is there a way to have the join using memory workspace returns an One-To-Many join? Thank you Frédéric.
... View more
06-26-2020
07:53 AM
|
0
|
9
|
2189
|
| Online Status |
Offline
|
| Date Last Visited |
11-22-2021
07:23 AM
|