Skip to content
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

Support layered tile maps #2

Open
codypiersall opened this issue Jun 24, 2018 · 0 comments
Open

Support layered tile maps #2

codypiersall opened this issue Jun 24, 2018 · 0 comments

Comments

@codypiersall
Copy link
Owner

MapStack supports layers of maps, which makes it possible to create some really cool looking maps. It would be nice if vismap natively supported layers of tiles.

Probably the layering would be done with pillow, so that the TileProvider could still just return a single rgb array... or maybe the returned rgb array should just gain another index. Not sure which is better at this point; if pillow doesn't do the layering, we'll have an issue where the Canvas._images map will need to change the keys or values to accomodate having several images associated with a single key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant