Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiedentop committed Mar 1, 2024
1 parent 25a1bbb commit 5ba9635
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# turf.dart
<h1 align="center">
<br>
<img src="https://github.com/dartclub/turf_dart/blob/main/.github/turf-logo.png" alt="TurfDart Logo" width="250">
</h1>

<h4 align="center">A <a href="https://github.com/Turfjs/turf">TurfJs</a>-like geospatial analysis library written in pure Dart.
</h4>
<br>

[![pub package](https://img.shields.io/pub/v/turf.svg)](https://pub.dev/packages/turf)

Expand Down
2 changes: 1 addition & 1 deletion lib/clean_coords.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library turf_clean_coords.dart;
library turf_clean_coords;

export 'package:geotypes/geotypes.dart';
export 'src/clean_coords.dart';
2 changes: 1 addition & 1 deletion lib/line_to_polygon.dart
Original file line number Diff line number Diff line change
@@ -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';
1 change: 0 additions & 1 deletion lib/meta.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
2 changes: 1 addition & 1 deletion lib/truncate.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library turf_truncate.dart;
library turf_truncate;

export 'package:geotypes/geotypes.dart';
export 'src/truncate.dart';

0 comments on commit 5ba9635

Please sign in to comment.