POST
|
If I have a BIM model published in a scene at a URL like "http://mydomain.com/home/webscene/viewer.html?webscene=1234123412341234" are there any additional query parameters I can use to select a specific element in the model?
... View more
05-06-2020
06:12 AM
|
0
|
1
|
139
|
POST
|
It appears using a TextSymbol with FontAwesome is doable in the JS SDK: https://community.esri.com/thread/222045-extend-esri-icon-fonts-with-fonts-awesome. I'm not sure how to do the equivalent in a .Net SDK app, specifically a Xamarin Forms app in this case. FontAwesome is bundled and deployed with the app. I'm able to create the TextSymbol and put it on the map no problem. Color and size and all that are honored. But the font family is obviously not right (with all the name variations I've tried). It always shows up as a nicely sized and colored rectangle: Any ideas if it's just a certain format for the FontFamily to reference the font files bundled with the app? Or do the fonts have to be bundled a different way? Or is this not doable?
... View more
06-18-2019
11:02 AM
|
1
|
0
|
163
|
POST
|
I have successfully created an offline MMPK using the methods: - ArcGISPortal.CreateAsync to create the portal wrapper - PortalItem.CreateAsync to create the portal item wrapper - OfflineMapTask.CreateAsync to create the task - task.GenerateOfflineMap to create the job - job.GetsResultsAsync to cause it to download I have successfully opened and connected to the MMPK using: - MobileMapPackage.OpenAsync The question is...is there a way to get the MMPK to update/receive changes made from the portal again? Not even looking for 2 way updates just want to make sure the offline info is up to date. I know you can sync edits like this: Sync offline edits—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers . But was looking for something that included all the layers including the basemap tiles... Thanks!
... View more
10-21-2017
07:39 AM
|
0
|
4
|
277
|
Online Status |
Offline
|
Date Last Visited |
02-01-2021
12:46 PM
|