Skip to content

Add sections in the README file about how to use GeoAPI #119

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

Merged
merged 1 commit into from
May 6, 2025

Conversation

desruisseaux
Copy link
Contributor

The proposed addition is as below (Maven section):

Using Proj4j with GeoAPI

Proj4j-GeoAPI module provides wrappers for using Proj4J behind GeoAPI interfaces. GeoAPI is a set of Java interfaces derived from OGC/ISO standards for using different implementations of metadata and referencing services through a standard API. To include the module in a Maven project, add a dependency block like the following:

<properties>
    <proj4j.version>{latest version}</proj4j.version>
</properties>
<dependency>
    <groupId>org.locationtech.proj4j</groupId>
    <artifactId>proj4j-geoapi</artifactId>
    <version>${proj4j.version}</version>
</dependency>

where {latest version} refers to the version indicated by the badge above. Usage examples are available on the GeoAPI site.

Copy link
Member

@pomadchin pomadchin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Looks good!

@pomadchin pomadchin merged commit c856914 into locationtech:master May 6, 2025
2 checks passed
@desruisseaux
Copy link
Contributor Author

Thanks. For information, I added Proj4J on the list of Known implementations.

@pomadchin
Copy link
Member

pomadchin commented May 6, 2025

Thanks Martin, that's awesome! Thank you for all of your contributions. 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants