geo_tile_builder 0.4.0 copy "geo_tile_builder: ^0.4.0" to clipboard
geo_tile_builder: ^0.4.0 copied to clipboard

High-performance, schema-agnostic, offline-first vector tile builder in pure Dart. Encodes Mapbox Vector Tiles and writes PMTiles archives, with pluggable tile schemas and OpenStreetMap as the bundled [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add geo_tile_builder

With Flutter:

 $ flutter pub add geo_tile_builder

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  geo_tile_builder: ^0.4.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:geo_tile_builder/geo_tile_builder.dart';
0
likes
150
points
322
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

High-performance, schema-agnostic, offline-first vector tile builder in pure Dart. Encodes Mapbox Vector Tiles and writes PMTiles archives, with pluggable tile schemas and OpenStreetMap as the bundled reference source.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

geo_osm_pbf

More

Packages that depend on geo_tile_builder