Skip to content

Commit b66a053

Browse files
authored
Added link to geobase package (Dart) in README.md / Ports (#115)
The [geobase](https://pub.dev/packages/geobase) package provides geospatial tools for Dart. The latest version 1.3.0 added a port for the polylabel algorithm. This is described in docs about [geometry calculations](https://geospatial.navibyte.dev/v1/geobase/geometry-calculations/). In the repo the port is in one Dart source code file: [polylabel.dart](https://github.com/navibyte/geospatial/blob/main/dart/geobase/lib/src/geometric/cartesian/areal/polylabel.dart) This pull request asks to add link to it in the README of the polylabel repo.
1 parent 0121820 commit b66a053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ int main() {
7474
- [dart_polylabel](https://github.com/beroso/dart_polylabel) (Dart)
7575
- [ruby-polylabel](https://github.com/fredplante/ruby-polylabel) (Ruby)
7676
- [Polylabel.jl](https://github.com/asinghvi17/Polylabel.jl) (Julia)
77+
- [geobase](https://github.com/navibyte/geospatial/blob/main/dart/geobase/lib/src/geometric/cartesian/areal/polylabel.dart) (Dart)

0 commit comments

Comments
 (0)