diff --git a/README.md b/README.md index e86aaf9..08f1970 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ -# turf.dart +

+
+ TurfDart Logo +

+ +

A TurfJs-like geospatial analysis library written in pure Dart. +

+
[![pub package](https://img.shields.io/pub/v/turf.svg)](https://pub.dev/packages/turf) diff --git a/lib/clean_coords.dart b/lib/clean_coords.dart index 23e5072..701cd62 100644 --- a/lib/clean_coords.dart +++ b/lib/clean_coords.dart @@ -1,4 +1,4 @@ -library turf_clean_coords.dart; +library turf_clean_coords; export 'package:geotypes/geotypes.dart'; export 'src/clean_coords.dart'; diff --git a/lib/line_to_polygon.dart b/lib/line_to_polygon.dart index 8c5557c..2209a6d 100644 --- a/lib/line_to_polygon.dart +++ b/lib/line_to_polygon.dart @@ -1,4 +1,4 @@ -library turf_line_to_polygon.dart; +library turf_line_to_polygon; export 'package:geotypes/geotypes.dart'; export 'src/line_to_polygon.dart'; diff --git a/lib/meta.dart b/lib/meta.dart index 4355c29..399bbb0 100644 --- a/lib/meta.dart +++ b/lib/meta.dart @@ -8,4 +8,3 @@ export 'src/meta/flatten.dart'; export 'src/meta/geom.dart'; export 'src/line_segment.dart' hide lineSegment; export 'src/meta/prop.dart'; -export 'src/meta/short_circuit.dart'; diff --git a/lib/truncate.dart b/lib/truncate.dart index 74472ae..905e69b 100644 --- a/lib/truncate.dart +++ b/lib/truncate.dart @@ -1,4 +1,4 @@ -library turf_truncate.dart; +library turf_truncate; export 'package:geotypes/geotypes.dart'; export 'src/truncate.dart';