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

Dart 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);
}

Status #

Supports:

  • FeatureCollection

    • Feature
  • Geometry

    • Point
    • Multipoint
    • LineString
    • MultiLineString
    • Polygon
    • MultiPolygon
    • GeometryCollection

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
20
pub points
52%
popularity

Publisher

unverified uploader

Geojson library.

Repository

License

unknown (LICENSE)

Dependencies

collection

More

Packages that depend on era_geojson