Oliver
Oliver
> Note: If I completely remove the line ... > > ``` > > ``` > > ... from my AndroidManifest.xml, I get this: > > ``` > [MonoDroid] UNHANDLED...
Would there be any merit or use in users being able to select or configure a tile source in the UI, or for it to be able to be configured...
@saku-kaarakainen or anyone else - the variant of the "hacky change" that worked for me was the following: `var map = _this.$parent.mapObject;`.. With this, I also didn't need to add...
@fdvsilva - you should be able to get to coordinates from `layer` with `getLatLngs()`. Assuming that your `l-map` component has `ref:"map"` on it, try this: ``` mounted() { this.map =...
Bump here - The PR should fix this (albeit with some extras put into it!). @klaftertief ?