I'm trying to make a Proof of Concept (PoC) regarding Open Street Map (OSM), but my lack of GIS- and Xamarin knowledge (novice) gets me stuck. What I've done so far is to set up an Azure Virtual Machine (VM) to act as a tile-server by following this guide: https://switch2osm.org/manually-building-a-tile-server-18-04-lts/ I also set up two maps for a web app, connected to my tile server, with OpenLayers.js and Leaflet.js - wich all worked out fine and dandy.
asked 13 Sep '18, 06:53 Henkolicious aseerel4c26 ♦ |
So I figured out how to do this.
styles.xml MainActivity.cs using OsmSharp.Android.UI; using OsmSharp.Android.UI.Data.SQLite; using OsmSharp.Math.Geo; using OsmSharp.UI.Map; using OsmSharp.UI.Map.Layers; answered 13 Sep '18, 15:44 Henkolicious Thanks for your sharing your self answer! Is this question fully answered now, or are you still looking for other answers?
(14 Sep '18, 22:16)
aseerel4c26 ♦
|