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

Feature/post process tiles #3

Conversation

maRci002
Copy link

This PR is an update for fleaflet#582

To avoid conflicts I synced with origin's master.
The only commit is this one: 793aab5

Made an example page:
tile_builder

note: do not squash this PR so it will be safe to merge with flutter_map

Lootwig and others added 30 commits September 9, 2019 15:29
- add errorTileCallback for handling errors while no tiles
- example how to use errorTileCallback
remove print
fix review issues
…' into support_retina_mode

# Conflicts:
#	lib/src/layer/tile_layer.dart
rorystephenson and others added 28 commits July 8, 2020 09:57
This fixes the warning:
[deprecation] getFlutterEngine() in FlutterPluginBinding has been deprecated
            binding.getFlutterEngine().getDartExecutor(), "plugins.flutter.io/path_provider");
* add location as a dev dependency

* add comment, dartfmt

* call super.initState() in _TileLayerState
* Add `position` stream to MapController to allow be notified when map moves

* Add current location example
* Make sure tile loads asynchronously

* Run asynchronously only when necessary

* Remove async callbacks and call `loadTileImage` when tile is in `_tiles`
* Add keys for layers/plugins

* Add global key for layerStack

* Add global key for positionedTapDetector

* rename variable to positionedTapDetectorKey
fix possible issue with previous version that was published
* Map loading in release build works now.

* Update AndroidManifest.xml

Co-authored-by: wolfc01 <carl@wolff-onliner.nl>
Co-authored-by: John Ryan <ryjohn@google.com>
…ess-tiles

# Conflicts:
#	lib/src/layer/tile_layer.dart
@matthiasdittmer matthiasdittmer merged commit 6ba51e6 into matthiasdittmer:feature/post-process-tiles Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet