osmtogeojson 0.1.1 copy "osmtogeojson: ^0.1.1" to clipboard
osmtogeojson: ^0.1.1 copied to clipboard

Converts OSM data (XML or Overpass JSON) to GeoJSON FeatureCollections.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add osmtogeojson

With Flutter:

 $ flutter pub add osmtogeojson

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

dependencies:
  osmtogeojson: ^0.1.1

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:osmtogeojson/osmtogeojson.dart';
0
likes
150
points
12
downloads

Documentation

API reference

Publisher

verified publisherdomy.dev

Weekly Downloads

Converts OSM data (XML or Overpass JSON) to GeoJSON FeatureCollections.

Repository (GitHub)
View/report issues

Topics

#geojson #openstreetmap #map

License

BSD-3-Clause (license)

Dependencies

xml

More

Packages that depend on osmtogeojson