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 edited 15 Sep '18, 08:38 aseerel4c26 ♦ |
One Answer:
So I figured out how to do this.
styles.xml MainActivity.cs
However this is and old library and lots of "standard" functionalities are missing. You can add markers etc, but not draw polygons or lines with it, at least not what I can find. Might help someone. Cheers! 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?