dartclub / turf_dart

A turf.js-like geospatial analysis library working with GeoJSON, written in pure Dart.
https://pub.dev/packages/turf
MIT License
62 stars 28 forks source link

Could you export boolean_point_in_polygon function #151

Closed favazHF closed 4 months ago

favazHF commented 7 months ago

We need to use this specific function but isn't export, please.

lukas-h commented 7 months ago

Hi @favazHF please create a pull request for that. It would be highly appreciated

lukas-h commented 4 months ago

@jsiedentop I think this is one of the implemented functions that is not exported yet? https://github.com/dartclub/turf_dart/blob/main/lib/src/booleans/boolean_point_in_polygon.dart

jsiedentop commented 4 months ago

Exactly, so far none of the boolean functions have been exported at all. I have exported all boolean functions as part of booleanWithin #167 in package:turf/boolean.dart. But we need to take a closer look:

Seems to have grown historically. Maybe we should take another look at it together? @lukas-h

lukas-h commented 4 months ago

closing this in favor of #169, which includes the requested improvement from this issue