web_mercator 0.9.4+1
web_mercator: ^0.9.4+1 copied to clipboard
Dart implementation of the uber @math.gl/web-mercator javascript module.
0.9.0 - 2020-01-26 #
- Initial release covering most of the relevant bits.
0.9.1-dev.1 - 2020-01-26 #
- Improving publishing score.
0.9.1 - 2020-01-26 #
- Passing relevant attributes of package scoring.
0.9.2 - 2020-01-30 #
- Add a
bboxfunction to facilitate projection from a list of coordinates.
0.9.3 - 2020-02-11 #
- Change the name of
ViewporttoMercatorViewportso it doesn't clash with the flutter's Viewport class. - Strongly typing some variables as suggested by dart linter.
- Add an example.
0.9.4 - 2020-03-20 #
- Add a convenient
copyWithfactory to clone a viewport with parameters typically reflecting user interactions. - Update the example accordingly…
0.9.4+1 - 2020-06-02 #
- Cosmetic changes tackling analysis updates.