maplibre_gl_web 0.19.0+2 copy "maplibre_gl_web: ^0.19.0+2" to clipboard
maplibre_gl_web: ^0.19.0+2 copied to clipboard

Platformweb
unlisted

Web platform implementation of maplibre_gl

newer releases #

see top-level CHANGELOG.md

0.15.1, May 24, 2022 #

see top-level CHANGELOG.md

0.15.0, Oct 26, 2021 #

see top-level CHANGELOG.md

0.14.0, Oct 14, 2021 #

0.13.0, Oct 6, 2021 #

🎉 The first release of flutter-maplibre-gl with the complete transition to Maplibre libraries. 🎉

Changes cherry-picked/ported from tobrun/flutter-mapbox-gl:0.12.0 #

  • Dependencies: updated image package #598
  • Fix feature manager on release build #593
  • Emit onTap only for the feature above the others #589
  • Add annotationOrder to web #588

Changes cherry-picked/ported from tobrun/flutter-mapbox-gl:0.11.0 #

  • Fix Mapbox GL JS CSS embedding on web #551
  • Add batch mode of screen locations #554

Below is the original changelog of the tobrun/flutter-mapbox-gl project, before the fork. #

0.10.0, February 12, 2020 #

  • Added web support for fills #501
  • Add heading to UserLocation and expose UserLocation type #522
  • Update tracked camera position in camera#onIdle #500
  • Improved Image Source Support #469

0.9.0, October 24. 2020 #

  • Breaking change: CameraUpdate.newLatLngBounds() now supports setting different padding values for left, top, right, bottom with default of 0 for all. Implementations using the old approach with only one padding value for all edges have to be updated. #382
  • web:ignore myLocationTrackingMode if myLocationEnabled is false #363
  • Add methods to access projection #380
  • Listen to OnUserLocationUpdated to provide user location to app #237
  • Get meters per pixel at latitude #416

0.8.0, August 22, 2020 #

  • implementation of feature querying #177
  • Allow setting accesstoken in flutter #321
  • Batch create/delete of symbols #279
  • Set dependencies from git #319
  • Add multi map support #315

0.7.0 #

  • Initial version