|
POST
|
All samples of GetFeatures use only geometry parameter. Try overload with geometry parameter only. Have you tried GetFeaturesEx method?
... View more
04-30-2025
05:16 AM
|
0
|
0
|
2405
|
|
POST
|
Try to check mapPoint of each round with debugger watch. Is type of mapPoint exactly MapPoint or maybe it is Multipoint type? Have you tried your code on not utility network layers?
... View more
04-30-2025
04:13 AM
|
0
|
0
|
2409
|
|
POST
|
Hi, You use visual intersecting in GetFeatures method. Maybe some features aren't visible at some scales? Try false instead true. Next thing is geometry in GetFeatures method. Check your mapPoint spatial reference. If needed, project mapPoint to map spatial reference.
... View more
04-29-2025
11:56 PM
|
0
|
0
|
2430
|
|
POST
|
Hi, After updating to ArcGIS Runtime 200.7 we can find crash reports on Google Play Console with RT_GeoView_pulse. I have seen crash report with RT_GeoView_pulse one time with earlier ArcGIS Runtime version (don't remember number, 200.6 or 200.5). *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 23430 >>> com.hnit_baltic.mapslt <<<
backtrace:
#00 pc 0x0000000000094264 /apex/com.android.runtime/lib64/bionic/libc.so (abort+164)
#01 pc 0x00000000000961cc /apex/com.android.runtime/lib64/bionic/libc.so (__fortify_fatal(char const*, ...)+124)
#02 pc 0x000000000010311c /apex/com.android.runtime/lib64/bionic/libc.so (HandleUsingDestroyedMutex(pthread_mutex_t*, char const*)+60)
#03 pc 0x0000000000102fb0 /apex/com.android.runtime/lib64/bionic/libc.so (pthread_mutex_lock+208)
#04 pc 0x000000000285fea8 /data/app/~~ugKlpQjN33H36qlA2_yFag==/com.hnit_baltic.mapslt-YmAu7DSr--HUSxUOa10uUQ==/split_config.arm64_v8a.apk!libruntimecore.so (BuildId: 4bcdab47f072175489f98d16864163dd25ad1fd3)
#05 pc 0x0000000003574690 /data/app/~~ugKlpQjN33H36qlA2_yFag==/com.hnit_baltic.mapslt-YmAu7DSr--HUSxUOa10uUQ==/split_config.arm64_v8a.apk!libruntimecore.so (BuildId: 4bcdab47f072175489f98d16864163dd25ad1fd3)
#06 pc 0x0000000003574418 /data/app/~~ugKlpQjN33H36qlA2_yFag==/com.hnit_baltic.mapslt-YmAu7DSr--HUSxUOa10uUQ==/split_config.arm64_v8a.apk!libruntimecore.so (BuildId: 4bcdab47f072175489f98d16864163dd25ad1fd3)
#07 pc 0x00000000035701d8 /data/app/~~ugKlpQjN33H36qlA2_yFag==/com.hnit_baltic.mapslt-YmAu7DSr--HUSxUOa10uUQ==/split_config.arm64_v8a.apk!libruntimecore.so (BuildId: 4bcdab47f072175489f98d16864163dd25ad1fd3)
#08 pc 0x000000000356f428 /data/app/~~ugKlpQjN33H36qlA2_yFag==/com.hnit_baltic.mapslt-YmAu7DSr--HUSxUOa10uUQ==/split_config.arm64_v8a.apk!libruntimecore.so (BuildId: 4bcdab47f072175489f98d16864163dd25ad1fd3)
#09 pc 0x0000000003568618 /data/app/~~ugKlpQjN33H36qlA2_yFag==/com.hnit_baltic.mapslt-YmAu7DSr--HUSxUOa10uUQ==/split_config.arm64_v8a.apk!libruntimecore.so (BuildId: 4bcdab47f072175489f98d16864163dd25ad1fd3)
#10 pc 0x00000000035a5cec /data/app/~~ugKlpQjN33H36qlA2_yFag==/com.hnit_baltic.mapslt-YmAu7DSr--HUSxUOa10uUQ==/split_config.arm64_v8a.apk!libruntimecore.so (BuildId: 4bcdab47f072175489f98d16864163dd25ad1fd3)
#11 pc 0x00000000035adc48 /data/app/~~ugKlpQjN33H36qlA2_yFag==/com.hnit_baltic.mapslt-YmAu7DSr--HUSxUOa10uUQ==/split_config.arm64_v8a.apk!libruntimecore.so (BuildId: 4bcdab47f072175489f98d16864163dd25ad1fd3)
#12 pc 0x00000000035ad0b8 /data/app/~~ugKlpQjN33H36qlA2_yFag==/com.hnit_baltic.mapslt-YmAu7DSr--HUSxUOa10uUQ==/split_config.arm64_v8a.apk!libruntimecore.so (BuildId: 4bcdab47f072175489f98d16864163dd25ad1fd3)
#13 pc 0x00000000029ca52c /data/app/~~ugKlpQjN33H36qlA2_yFag==/com.hnit_baltic.mapslt-YmAu7DSr--HUSxUOa10uUQ==/split_config.arm64_v8a.apk!libruntimecore.so (RT_GeoView_pulse+40) (BuildId: 4bcdab47f072175489f98d16864163dd25ad1fd3)
#14 pc 0x00000000001bf258 /data/app/~~ugKlpQjN33H36qlA2_yFag==/com.hnit_baltic.mapslt-YmAu7DSr--HUSxUOa10uUQ==/split_config.arm64_v8a.apk!libRuntimeCoreNet.so (CoreRT_GeoView_pulse+20) (BuildId: ac18c8663572c9360c0777b2b17c69a3c5a975c9)
#15 pc 0x0000000000004940 OS Android 14 (SDK 34), devices: redmi ruby, samsung a54x I saw few Community threads with RT_GeoView_pulse exceptions. All are very old but about the same thing - out of memory issue. Could it be the same out of memory issue?
... View more
04-24-2025
11:01 PM
|
0
|
2
|
1031
|
|
POST
|
Hi, I have noticed that sometimes on Android MAUI MapView control takes all tapings including from controls above MapView. I have tried to play with InputTransparent property (which is by default is False), and no matter what value I set, behavior is the same. It is easy to test on community sample "Create mobile geodatabase". You can edit existing arcgis-maps-sdk-dotnet-samples-main\src\MAUI\Maui.Samples\Samples\Data\CreateMobileGeodatabase\CreateMobileGeodatabase.xaml file changing first 3 lines inside ContentPage. From: <Grid Style="{DynamicResource EsriSampleContainer}">
<esriUI:MapView x:Name="MyMapView" Style="{DynamicResource EsriSampleGeoView}" />
<Border Style="{DynamicResource EsriSampleControlPanel}"> To: <Grid ColumnDefinitions="*,Auto" Style="{DynamicResource EsriSampleContainer}">
<esriUI:MapView x:Name="MyMapView" Grid.ColumnSpan="2" Style="{DynamicResource EsriSampleGeoView}" />
<Border Grid.Column="1" Style="{DynamicResource EsriSampleControlPanel}" InputTransparent="False"> Tap somewhere below "Close and share" button and you will catch MyMapView_GeoViewTapped event. ArcGIS Runtime 200.7, but the same behavior with oldest versions. Workaround, I have found, is add to each control TapGestureRecognizer with "empty" Command like below: <Border.GestureRecognizers>
<TapGestureRecognizer />
</Border.GestureRecognizers> It's ok if you have one control on top of MapView. In our case, we have several controls (buttons), hided/visible dock panels and etc. We don't want to change MapView width when dockpanels changes visibility state because it requires MapView refreshing. Any help would be appreciated.
... View more
04-18-2025
06:23 AM
|
0
|
0
|
732
|
|
POST
|
Hi, You can download the older SDK version from the previous releases page: https://github.com/esri/arcgis-pro-sdk/#previous-versions
... View more
04-15-2025
06:38 AM
|
2
|
0
|
1062
|
|
POST
|
Hi, You can use Resample geoprocessing tool. Tool name "management.Resample"
... View more
04-15-2025
05:37 AM
|
0
|
1
|
1965
|
|
POST
|
Hi, You could investigate in using PopupViewer from Esri.ArcGISRuntime.Toolkit.Maui package. As written in documentation, it supports limited text display from HTML-based popups PopupViewer sample is here.
... View more
04-14-2025
11:29 PM
|
0
|
2
|
1093
|
|
POST
|
Thanks @dotMorten_esri . I have updated app and will try to upload to store.
... View more
04-10-2025
10:17 PM
|
0
|
0
|
536
|
|
POST
|
Hi, It could be done without ArcGIS Pro SDK. .NET has FileSystemWatcher class, which listens to the file system change notifications and raises events when a directory, or file in a directory, changes.
... View more
04-10-2025
10:15 PM
|
0
|
1
|
881
|
|
POST
|
Hi, GraphicsOverlay has property ScaleSymbols. Scale symbols only affects display in a Esri.ArcGISRuntime.UI.Controls.MapView. The symbols and labels will be displayed at fixed screen size in a Esri.ArcGISRuntime.UI.Controls.SceneView.
... View more
04-08-2025
05:26 AM
|
0
|
0
|
866
|
|
POST
|
@dotMorten_esri I would like to share our Android app vitals of last release (21of March 2025). About 30% of crashes are related to RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment.SetArcadeConsoleMessageCallback. How could we speed up the solution to this issue? Can we expect a solution with the 200.7 version?
... View more
04-04-2025
01:25 AM
|
0
|
1
|
3649
|
|
POST
|
Hi, Sorry for delay. Code for update combobox selection below: internal class Test_button1 : Button
{
protected override void OnClick()
{
Module1 modOwner = Module1.Current;
if (modOwner == null) return;
if (modOwner.PolygonCombo != null)
{
modOwner.PolygonCombo.SelectedItem = modOwner.PolygonCombo.ItemCollection.FirstOrDefault();
}
else
{
MessageBox.Show("Polygon Combo is null");
}
}
}
... View more
04-03-2025
04:12 AM
|
0
|
0
|
1041
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 06-30-2026 10:14 PM | |
| 1 | 06-30-2026 01:43 PM | |
| 2 | 04-24-2026 08:33 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|