Mapbox-gl wrapper for Dart
Library to use Trackasia GL JS from Dart.
Forked from https://github.com/andrea689/mapbox-gl-dart and slightly adapted for the use with Trackasia.
Thank you for your great work @andrea689!
Using this package
You must include Trackasia GL JS into your .html
file
to be able to use this package.
<script src="https://cdn.maptiler.com/maplibre-gl-js/v2.2.0-pre.2/maplibre-gl.js"></script>
<link href="https://cdn.maptiler.com/maplibre-gl-js/v2.2.0-pre.2/maplibre-gl.css" rel="stylesheet" />
Run example
pub global activate webdev
webdev serve example:8081
Open browser to localhost:8081
Libraries
- mapbox_gl_dart
- Type definitions for Mapbox GL JS