-
-
Notifications
You must be signed in to change notification settings - Fork 863
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial commit, started work, going well * more insane progress, still going well * compiler happy * deprecate notices, only really needed because of bounds and tilecoordinates * this definitely touches an externally accessible API: mapController.camera.pointToLatLng * dart format * remove stuff * more stuffffffffff * oops * fix tests * use double.negativeInfinity no Offset.negitiveInfinity exists * rename pointToLatLng to offsetToLatLng * remove unused duplicate function * remove todo * Update lib/src/map/camera/camera.dart Co-authored-by: Luka S <[email protected]> * format change * replace helper function * start migration guide * mark as internal * Update lib/src/layer/shared/layer_interactivity/internal_hit_detectable.dart Co-authored-by: Luka S <[email protected]> * rename * re-phrase things * rotateAroundPoint fix * convert doublepoint to offset * dart format * fix visible scope lol * Update flutter_map.dart * Update internal_hit_detectable.dart * fix straggling Point * convert to use size * migrate easy Bounds<double> to Rect * dart format . * migrate most methods that use Bounds * dart format . * Update CHANGELOG.md * more complete migration of Rect * dart format * convert Bounds to IntegerBounds and made internal most methods on integer bounds are not used * fix lints * fix test * fix bug introduced in commit b6d2d95 b6d2d95 * fix lint * rename method * fix some nits * Update lib/src/geo/crs.dart Co-authored-by: Luka S <[email protected]> * Update lib/src/geo/crs.dart Co-authored-by: Luka S <[email protected]> * Update lib/src/geo/crs.dart Co-authored-by: Luka S <[email protected]> * dart format * rename project method * dart format . * fix unused import --------- Co-authored-by: Luka S <[email protected]>
- Loading branch information
1 parent
4dc3bca
commit 60d9846
Showing
50 changed files
with
675 additions
and
779 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.