liodali / osm_flutter

OpenStreetMap plugin for flutter
https://pub.dev/packages/flutter_osm_plugin
MIT License
236 stars 98 forks source link

Ground image overlay does not support #455

Open rajdonga-xrstudio opened 1 year ago

rajdonga-xrstudio commented 1 year ago

For the map feature, I and others have used Google Maps and its library most of the time, but in my current case and work, I have used OSM MAP which does not support the image overlay over/under the map. So anyone can please look at the mentioned package and example and add a feature like them for future use. it would be better if you provided the feature thanks in advance if anybody can help here to build up the useful stuff for the community

https://stackoverflow.com/questions/26250481/show-only-ground-overlays-map-android https://developers.google.com/maps/documentation/javascript/examples/maptype-image-overlay https://pub.dev/packages/flutter_map

liodali commented 1 year ago

I will look at this feature soon, since I'm planning to add api for adding Feature so this one will be included or added later

rajdonga-xrstudio commented 1 year ago

@liodali Thank you for the feedback.

We are trying to implement a ground overlay image in the package, but we are facing problems, like the image gets overlayed in the map but the drawn road and added markers image are hidden behind the image.

So, do have any features like layers in the package to set different things like markers, overlay images and polylines on specific z-index(layer)? If not then can you guide us on how to achieve the above things?