From 5356480465750eac43062f8768877dae13efd618 Mon Sep 17 00:00:00 2001 From: navispatial <88932567+navispatial@users.noreply.github.com> Date: Sat, 27 Jul 2024 13:22:12 +0300 Subject: [PATCH] Added link to geobase package (Dart) in README.md / Ports 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c926ad7..b00ccf7 100644 --- a/README.md +++ b/README.md @@ -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)