I wish to add an image overlay to a map object; specifically a tile set that would typically be used with Leaflet. Is this possible with FeatureCollection/an extension? Thanks.
Or perhaps it would be better to build a HTML leaflet app and add it in as a webview? However I tried this before, and Leaflet doesnt seem to work on even CustomWebView...
You can use a Marker. Set ImageAsset
Specifies the image shown for the Marker
where the image is a png/jpg file stored in Media is a simple way.
You might ask how on the OpenStreetMap site. Something like Static map images - OpenStreetMap Wiki might help.
Ah, a marker is a genius idea! I just tried and it works perfectly for my purpose. Thank you!
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.