era_geojson 0.1.1+2 copy "era_geojson: ^0.1.1+2" to clipboard
era_geojson: ^0.1.1+2 copied to clipboard

outdatedDart 1 only

Geojson library.

era_geojson.dart #

Geojson dart library

Usage #

A simple usage example:

import 'package:era_geojson/era_geojson.dart';

void main() {
    var json = ...;//geojson data
    var collection = new FeatureCollection.fromJson(json);
    print(collection);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
0
pub points
52%
popularity

Publisher

unverified uploader

Geojson library.

Homepage

License

unknown (LICENSE)

Dependencies

collection

More

Packages that depend on era_geojson