Skip to content

Commit

Permalink
Added link to geobase package (Dart) in README.md / Ports (#115)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
navispatial authored Jul 29, 2024
1 parent 0121820 commit b66a053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ int main() {
- [dart_polylabel](https://github.com/beroso/dart_polylabel) (Dart)
- [ruby-polylabel](https://github.com/fredplante/ruby-polylabel) (Ruby)
- [Polylabel.jl](https://github.com/asinghvi17/Polylabel.jl) (Julia)
- [geobase](https://github.com/navibyte/geospatial/blob/main/dart/geobase/lib/src/geometric/cartesian/areal/polylabel.dart) (Dart)

0 comments on commit b66a053

Please sign in to comment.