Skip to content

WIP: fix(*): tile display on rotation#641

Closed
ruizalexandre wants to merge 1 commit intofleaflet:masterfrom
ruizalexandre:fix/tile-rotation
Closed

WIP: fix(*): tile display on rotation#641
ruizalexandre wants to merge 1 commit intofleaflet:masterfrom
ruizalexandre:fix/tile-rotation

Conversation

@ruizalexandre
Copy link
Copy Markdown

@ruizalexandre ruizalexandre commented Jun 1, 2020

@johnpryan
Since the version 9, rotation and navigate into many instance of Flutter Map was broken.
I rewrite a part of tile layer logic.

Tile layer now use a simple grid and each case is a simple tile widget.
TileWidget fetch image if no ImageInfo is available from _tiles at the right zoom.

Best regards !

Fix #636
Fix #608

fetch image after adding in tiles dict
fix rotation
@ruizalexandre
Copy link
Copy Markdown
Author

Need to rework my PR

@ruizalexandre ruizalexandre changed the title fix(*): tile display on rotation WIP: fix(*): tile display on rotation Aug 4, 2020
@maRci002
Copy link
Copy Markdown
Contributor

maRci002 commented Aug 4, 2020

#715 fixed multiple map instance / navigaton gray tiles problem
#695 fixed rotation / interactive flag on fly change problem

@ruizalexandre
Copy link
Copy Markdown
Author

@maRci002 rotation fixed ?

@maRci002
Copy link
Copy Markdown
Contributor

maRci002 commented Aug 5, 2020

@maRci002 rotation fixed ?

Yes it is fixed.

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

Successfully merging this pull request may close these issues.

Tiles are not shown if used in another instance of FlutterMap Empty map tails when return to same route

2 participants