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/add lat lon grid plugin to readme #1

Conversation

matthiasdittmer
Copy link

kimlet and others added 30 commits July 12, 2019 10:55
upgrade cached_network_image
* fixed exception during initialization

* formated
…s a gesture. hasGesture now handles this scenario. (fleaflet#389)
* chore: consistent import and export references.

* chore: comments about Flutter map properties and class.

* chore: comments about MapController and cleaner indentation.

* chore: remove redundant import to flutter/material.dart.

* chore: comments about MapOptions.

* chore: deprecated MapOptions.debug, dartfmt on tile_layer and
bonus comment for MapOptions and MapPosition.

* chore: move TileProvider in their own folder
IDE directories and files should be added to global gitignore
see http://egorsmirnov.me/2015/05/04/global-gitignore-file.html
for more information
* Make it easier to extend TileProvider

* Update project.pbxproj

* Update flutter_map.iml

* Update flutter_map.iml

* Update .gitignore

* Update flutter_map.iml
* chore: consistent import and export references.

* chore: comments about Flutter map properties and class.

* chore: comments about MapController and cleaner indentation.

* chore: remove redundant import to flutter/material.dart.

* chore: comments about MapOptions.

* chore: deprecated MapOptions.debug, dartfmt on tile_layer and
bonus comment for MapOptions and MapPosition.

* chore: move TileProvider in their own folder

* chore: definition of CRS

* chore: use new list generation syntax

* chore: update README links to pub.dev and issue tracker.

* chore: found seemingly useless LayoutBuilders.

* chore: improving readability

* chore: new comments on TileLayerOptions and LayerOptions

* fix: dartfmt

* chore: small comment on bounds and fixed a implicit cast

* fix: interesting bug that typecheck didn't pick up.

* chore: comment getters for Bounds.

* chore: new comments on util and CRS and TODO for Epsg3857 spec.
moovida and others added 26 commits January 3, 2020 11:30
* add web support

* first simple zoombutton plugin in example project

* Revert "add web support"

This reverts commit 744991a.

* adding web project index file
* add polyline with gradient

* resolve gradientColors empty case

* code formatting

* code foramtting
* init commit

* wms request building improved

* europe mounting layer

* hot fix

* hot fix

* hot fix

* added Epsg4326, also added WMS version number parse logic

* dart analyzer issues fixed

* formatted issue solved

Co-authored-by: Bugrov_Dmitrij <bugrov.dmitrij@gmail.com>
* docs(readme): add details about open street map provider

* style(lint): fix styling

* docs(readme): remove mapbox mention
* Support custom crs

* add Custom CRS page using proj4dart

* update comment for custom crs

* add tap to custom crs page

* move properties to State

* styling custom crs page

* add bounds to custom CRS

* rename custom crs page title

* Support custom Transformation

* Add more documentation to example

* Complete example documentation
* update proj4dart, fix some markdown lint errors

* readme: placeholder for Custom CRS

* Custom CRS documentation (in progress)

* minor readme

* update readme

* finish readme

* explaining origins

* fix readme

* new origins.png

Co-authored-by: padanyi-gulyasg <padanyi-gulyasg@si.net>
* fix multiple origins bouncing bug

* Hide Proj4Crs default constructor

* fix import of custom_crs.dart in drawer.dart

* hide Proj4Projection constructor / update proj4dart

* update proj4dart + lazy init proj4.Projection when necessary
Add original copyright notice from Leaflet's license
* imporve tile managment initial commit based on Leaflet

* abort improve

* let user control throttleUpdate behaviour via updateInterval

* let user controll throttleUpdate behaviour 2

* support fadeIn

* create throttle stream which supports trailing calls

* create trailing call Throttle (add missing util.dart)

* update Throttle stream which is independent of StreamController

* order tiles by zIndex

* start fade when Tile image loaded

* create Tile sort without any closure

* beauty code

* support minZoom minNativeZoom / maxNativeZoom

* remove Tiles when tileZoom is out of zoom limits and restore them when tileZoom is within limits

* fix -- Zooming out very far causes null pointers fleaflet#59

* support zoomReverse / zoomOffset

* support error tile image / improve tile fade in (remove hacky solution)

* use direct milliseconds instead of Duration to avoid microseconds

* fix -- Exception caught by image resource service - not handled. fleaflet#444

* remove diagnostic prints
* Add gaplessPlayback to the overlay image.

* Make gaplessPlayback a config option.
* Support holed polygon

* fix border overlay bug
unused warnings are OK, since this code is derived from Leaflet's design
@matthiasdittmer matthiasdittmer deleted the feature/add-lat-lon-grid-plugin-to-readme branch April 25, 2020 21:32
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.