-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Dart SDK version in pubspec.yaml * Update README.md * Remove .DS_Store files * Update changelog * Update package version to 0.0.9 * Update dependencies
- Loading branch information
1 parent
620d1f9
commit a0b9304
Showing
8 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ coverage/ | |
|
||
.idea/ | ||
|
||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
# turf.dart | ||
|
||
ℹ️ Looking for maintainers as a work student position in Germany: Write an email to [[email protected]](mailto:[email protected]) ℹ️ | ||
|
||
[![pub package](https://img.shields.io/pub/v/turf.svg)](https://pub.dev/packages/turf) | ||
|
||
THIS PROJECT IS WORK IN PROCESS | ||
|
@@ -123,7 +121,7 @@ Any new benchmarks must be named `*_benchmark.dart` and reside in the | |
- [ ] dissolve | ||
- [ ] intersect | ||
- [ ] lineOffset | ||
- [x] [polygonSmooth](ttps://github.com/dartclub/turf_dart/blob/main/lib/src/polygon_smooth.dart) | ||
- [x] [polygonSmooth](https://github.com/dartclub/turf_dart/blob/main/lib/src/polygon_smooth.dart) | ||
- [ ] simplify | ||
- [ ] tesselate | ||
- [x] [transformRotate](https://github.com/dartclub/turf_dart/blob/main/lib/src/transform_rotate.dart) | ||
|
@@ -234,7 +232,7 @@ Any new benchmarks must be named `*_benchmark.dart` and reside in the | |
- [x] [booleanCrosses](https://github.com/dartclub/turf_dart/blob/main/lib/src/booleans/boolean_crosses.dart) | ||
- [x] [booleanDisjoint](https://github.com/dartclub/turf_dart/blob/main/lib/src/booleans/boolean_disjoint.dart) | ||
- [x] [booleanEqual](https://github.com/dartclub/turf_dart/blob/main/lib/src/booleans/boolean_equal.dart) | ||
- [x] [booleanIntersects](https://github.com/dartclub/turf_dart/blob/main/lib/src/booleans/boolean_intersect.dart) | ||
- [x] [booleanIntersects](https://github.com/dartclub/turf_dart/blob/main/lib/src/booleans/boolean_intersects.dart) | ||
- [ ] booleanOverlap | ||
- [x] [booleanParallel](https://github.com/dartclub/turf_dart/blob/main/lib/src/booleans/boolean_parallel.dart) | ||
- [x] [booleanPointInPolygon](https://github.com/dartclub/turf_dart/blob/main/lib/src/booleans/boolean_point_in_polygon.dart) | ||
|
@@ -252,4 +250,4 @@ Any new benchmarks must be named `*_benchmark.dart` and reside in the | |
- [x] [radiansToLength](https://github.com/dartclub/turf_dart/blob/main/lib/src/helpers.dart) | ||
- [x] [radiansToDegrees](https://github.com/dartclub/turf_dart/blob/main/lib/src/helpers.dart) | ||
- [ ] toMercator | ||
- [ ] toWgs84 | ||
- [ ] toWgs84 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
name: turf | ||
description: A turf.js-like geospatial analysis library working with GeoJSON, written in pure Dart. | ||
version: 0.0.8 | ||
version: 0.0.9 | ||
environment: | ||
sdk: ">=2.15.0 <4.0.0" | ||
sdk: ">=2.17.0 <4.0.0" | ||
homepage: https://github.com/dartclub/turf_dart | ||
repository: https://github.com/dartclub/turf_dart | ||
|
||
dependencies: | ||
json_annotation: ^4.8.1 | ||
turf_equality: ^0.0.2 | ||
turf_pip: ^0.0.1+1 | ||
turf_equality: ^0.0.3 | ||
turf_pip: ^0.0.2 | ||
rbush: ^1.1.0 | ||
sweepline_intersections: ^0.0.3+1 | ||
sweepline_intersections: ^0.0.4 | ||
|
||
dev_dependencies: | ||
lints: ^2.1.1 | ||
lints: ^3.0.0 | ||
test: ^1.24.3 | ||
json_serializable: ^6.7.0 | ||
build_runner: ^2.4.5 | ||
analyzer: ^5.13.0 | ||
analyzer: ^6.4.0 | ||
benchmark: ^0.3.0 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.