-
-
Notifications
You must be signed in to change notification settings - Fork 860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opacity #222
Comments
I think it depends, do you mean 2 separate complete maps over each other, or different layers within the same map ? |
This isn't currently possible, sorry |
Is there any approach that would allow me to layer more than 1 layer? (do you see this as a feature you will be adding)? Thanks again - Dave |
Why not run 2 overlapping full maps (rather than layers)? |
@dyardyGIT If you have the bandwidth, you could take a look at modifying this project to support that. I'm not totally opposed to adding an @ibrierley this could work, but would involve coordinating the two map positions, and could potentially lead to situations where they get out of sync |
There is a default Which is ok as default value for the first layer, but I wonder if it shouldn't just be completely transparent. If the tile images of the second layer already have transparency, then setting the new TileLayerOptions(backgroundColor: new Color.fromRGBO(0, 0, 0, 0)) // last parameter is alpha channel |
yeah! working perfect with openstreetmap + openrailwaymap ! thank you! |
Is it possible to have multiple layers with an opacity on one and not the other?
i.e. bring in a street map with 100% opacity then bring in another layer at 50%
The text was updated successfully, but these errors were encountered: