Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mini-libraries for geobase #109

Closed
navispatial opened this issue May 22, 2022 · 2 comments
Closed

Mini-libraries for geobase #109

navispatial opened this issue May 22, 2022 · 2 comments
Labels
enhancement New feature or request 🌐 geobase Related to the code package "geobase"

Comments

@navispatial
Copy link
Member

The whole package can be imported using package:geobase/geobase.dart.

Provide also mini-libraries that exports only subsets:

  • package:geobase/codes.dart
  • package:geobase/coordinates.dart
  • package:geobase/meta.dart
  • package:geobase/vector.dart

Also there is a special library that exports separate projection adapter with dependency to external proj4dart package:

  • package:geobase/projections_proj4d.dart
@navispatial navispatial added enhancement New feature or request 🌐 geobase Related to the code package "geobase" labels May 22, 2022
@navispatial
Copy link
Member Author

Changed the geocore package use via subset mini-libraries dependencies on geobase:

  • package:geobase/coordinates.dart
  • package:geobase/vector.dart

Tests (but not lib code) has also dep on:

  • package:geobase/projections_proj4d.dart

@navispatial
Copy link
Member Author

Implemented in pre-relase 0.2.0-dev.7 of beta 0.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 🌐 geobase Related to the code package "geobase"
Projects
None yet
Development

No branches or pull requests

1 participant