Flutter_map: How to set multi tile layer?

Created on 18 Jun 2019  路  3Comments  路  Source: fleaflet/flutter_map

I would like to import more than one layer but I found that if I place two TileLayerOptions, it will return the top layer only but not both layers. Note that one layer is a full map and the other one is just a part of the map. Thanks

bug

Most helpful comment

image
Setting Transparent Colors

All 3 comments

+1

image
Setting Transparent Colors

Can you explain in more detail what you're trying to do? both layers will end up being drawn, but one might be drawn on top of the other. If you look at the DevTools to inspect the widget hierarchy, you should see widgets from both layers being added to the Stack widget that hosts the layers

Was this page helpful?
0 / 5 - 0 ratings