You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by SonyLawTop October 1, 2024
Hi, I'm having trouble with a GeoMap I created. The map appears too small, and I would like to know how to apply a "zoom to fit" so that the map fits the screen properly. I have attached both a screenshot and the corresponding JSON file for reference. jateng.json image private void loadGeoMap() { StreamReader sr = new StreamReader(new MemoryStream(Properties.Resources.jateng)); string jsonData = sr.ReadToEnd(); geoMap1.ActiveMap = Maps.GetMapFromStreamReader<SkiaSharpDrawingContext>(new StreamReader(new MemoryStream(Encoding.UTF8.GetBytes(jsonData)))); }
The text was updated successfully, but these errors were encountered:
Discussed in #1615
Originally posted by SonyLawTop October 1, 2024
Hi, I'm having trouble with a GeoMap I created. The map appears too small, and I would like to know how to apply a "zoom to fit" so that the map fits the screen properly. I have attached both a screenshot and the corresponding JSON file for reference.
jateng.json
image
private void loadGeoMap() { StreamReader sr = new StreamReader(new MemoryStream(Properties.Resources.jateng)); string jsonData = sr.ReadToEnd(); geoMap1.ActiveMap = Maps.GetMapFromStreamReader<SkiaSharpDrawingContext>(new StreamReader(new MemoryStream(Encoding.UTF8.GetBytes(jsonData)))); }
The text was updated successfully, but these errors were encountered: