I would like to show more than one layer.
base layer is template map like openstreetmap.org and overlay with wms layer.
But when I place two TileLayerOptions, it will display only the last layer.
Thanks


I am facing same issue as yours.
If you find any solutions please post it here.
Thank you.
I am also facing one issue when I zoom in the map, at certain level map disappears. And when I again zoom out map appears again.
Are you facing the same issue while zooming?
please set transparent: true & backgroundColor: Colors.transparent in TileLayerOptions
This may work for you.
@Rashesh-Bosamiya Wow It's work for me! Thank you very much.
and I am also facing zooming problem, too.
If you find any solutions please help me. ^_^
Please try to set maxZoom property of MapOptions.
If this doesn't work, then you have create custom CRS for your map.
You can find more information about CRS from blow reference URL.
https://github.com/fleaflet/flutter_map/blob/master/example/lib/pages/custom_crs/custom_crs.dart
I have same issue on new version 0.10.x
But, in old version. It work! please help, thanks a lot !!
Most helpful comment
Please try to set
maxZoomproperty ofMapOptions.If this doesn't work, then you have create custom
CRSfor your map.You can find more information about CRS from blow reference URL.
https://github.com/fleaflet/flutter_map/blob/master/example/lib/pages/custom_crs/custom_crs.dart