This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git
commit f06cbd23c0207443ac9c6ca0573885f49dbfaeda Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Wed Feb 12 12:01:48 2025 +0100 Fix wrong maven coordinates for `sis-referencing`. --- content/howto/compound_crs.md | 6 +++--- content/howto/crs_equality.md | 6 +++--- content/howto/envelopes_in_different_crs.md | 6 +++--- content/howto/geodetic_paths.md | 6 +++--- content/howto/instantiate_utm_projection.md | 2 +- content/howto/lookup_crs_urn.md | 2 +- content/howto/parse_and_format_mgrs_codes.md | 6 +++--- content/howto/transform_coordinates.md | 2 +- content/howto/transform_envelopes.md | 6 +++--- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/content/howto/compound_crs.md b/content/howto/compound_crs.md index 51272ff6..85d1929d 100644 --- a/content/howto/compound_crs.md +++ b/content/howto/compound_crs.md @@ -16,9 +16,9 @@ Apache SIS accepts both, illustrated below. # Direct dependencies -Maven coordinates | Module info -------------------------------------------- | ---------------------------- -`org.apache.sis.storage:sis-referencing` | `org.apache.sis.referencing` +Maven coordinates | Module info +------------------------------------- | ---------------------------- +`org.apache.sis.core:sis-referencing` | `org.apache.sis.referencing` # Code example diff --git a/content/howto/crs_equality.md b/content/howto/crs_equality.md index 61ab3ce7..a37d1b47 100644 --- a/content/howto/crs_equality.md +++ b/content/howto/crs_equality.md @@ -16,9 +16,9 @@ is to request the coordinate operation between them, and check if that operation # Direct dependencies -Maven coordinates | Module info -------------------------------------------- | ---------------------------- -`org.apache.sis.storage:sis-referencing` | `org.apache.sis.referencing` +Maven coordinates | Module info +------------------------------------- | ---------------------------- +`org.apache.sis.core:sis-referencing` | `org.apache.sis.referencing` # Code example diff --git a/content/howto/envelopes_in_different_crs.md b/content/howto/envelopes_in_different_crs.md index 2bd41dcb..c5a8aaed 100644 --- a/content/howto/envelopes_in_different_crs.md +++ b/content/howto/envelopes_in_different_crs.md @@ -12,9 +12,9 @@ Apache {{% SIS %}} can handle this task automatically. # Direct dependencies -Maven coordinates | Module info -------------------------------------------- | ---------------------------- -`org.apache.sis.storage:sis-referencing` | `org.apache.sis.referencing` +Maven coordinates | Module info +------------------------------------- | ---------------------------- +`org.apache.sis.core:sis-referencing` | `org.apache.sis.referencing` # Code example diff --git a/content/howto/geodetic_paths.md b/content/howto/geodetic_paths.md index e3841fb1..6086ed19 100644 --- a/content/howto/geodetic_paths.md +++ b/content/howto/geodetic_paths.md @@ -10,9 +10,9 @@ with the property that the azimuths at the two curve extremities are preserved. # Direct dependencies -Maven coordinates | Module info | Remarks ----------------------------------------- | ---------------------------- | ------- -`org.apache.sis.storage:sis-referencing` | `org.apache.sis.referencing` | +Maven coordinates | Module info +------------------------------------- | ---------------------------- +`org.apache.sis.core:sis-referencing` | `org.apache.sis.referencing` # Code example diff --git a/content/howto/instantiate_utm_projection.md b/content/howto/instantiate_utm_projection.md index 11517653..baa7e498 100644 --- a/content/howto/instantiate_utm_projection.md +++ b/content/howto/instantiate_utm_projection.md @@ -31,7 +31,7 @@ The code example below instantiates the same {{% CRS %}} using the three approac Maven coordinates | Module info | Remarks ------------------------------------------- | ------------------------------------- | ----------------------------- -`org.apache.sis.storage:sis-referencing` | `org.apache.sis.referencing` | +`org.apache.sis.core:sis-referencing` | `org.apache.sis.referencing` | `org.apache.sis.non-free:sis-embedded-data` | `org.apache.sis.referencing.database` | Optional. Non-Apache license. The [EPSG dependency](../epsg.html) is optional for examples using the `CommonCRS` enumeration diff --git a/content/howto/lookup_crs_urn.md b/content/howto/lookup_crs_urn.md index a8e95dcb..9104c9ff 100644 --- a/content/howto/lookup_crs_urn.md +++ b/content/howto/lookup_crs_urn.md @@ -26,7 +26,7 @@ Consequently if the given {{% CRS %}} has (_longitude_, _latitude_) axis order, Maven coordinates | Module info | Remarks ------------------------------------------- | ------------------------------------- | ----------------------------- -`org.apache.sis.storage:sis-referencing` | `org.apache.sis.referencing` | +`org.apache.sis.core:sis-referencing` | `org.apache.sis.referencing` | `org.apache.sis.non-free:sis-embedded-data` | `org.apache.sis.referencing.database` | Optional. Non-Apache license. The [EPSG dependency](../epsg.html) is not needed if the {{% WKT %}} string declares an `AUTHORITY` element. diff --git a/content/howto/parse_and_format_mgrs_codes.md b/content/howto/parse_and_format_mgrs_codes.md index b1c1e094..18c058a0 100644 --- a/content/howto/parse_and_format_mgrs_codes.md +++ b/content/howto/parse_and_format_mgrs_codes.md @@ -10,9 +10,9 @@ Apache SIS supports also GeoHash if desired, in a way similar to this example. # Direct dependencies -Maven coordinates | Module info | Remarks ----------------------------------------- | ---------------------------- | ------- -`org.apache.sis.storage:sis-referencing` | `org.apache.sis.referencing` | +Maven coordinates | Module info +------------------------------------- | ---------------------------- +`org.apache.sis.core:sis-referencing` | `org.apache.sis.referencing` # Code example diff --git a/content/howto/transform_coordinates.md b/content/howto/transform_coordinates.md index 853fed73..6f4697de 100644 --- a/content/howto/transform_coordinates.md +++ b/content/howto/transform_coordinates.md @@ -14,7 +14,7 @@ Unexpected results are often caused by wrong axis order. Maven coordinates | Module info | Remarks ------------------------------------------- | ------------------------------------- | ----------------------------- -`org.apache.sis.storage:sis-referencing` | `org.apache.sis.referencing` | +`org.apache.sis.core:sis-referencing` | `org.apache.sis.referencing` | `org.apache.sis.non-free:sis-embedded-data` | `org.apache.sis.referencing.database` | Optional. Non-Apache license. The [EPSG dependency](../epsg.html) is optional for this example. diff --git a/content/howto/transform_envelopes.md b/content/howto/transform_envelopes.md index 57eb084a..22e13c54 100644 --- a/content/howto/transform_envelopes.md +++ b/content/howto/transform_envelopes.md @@ -18,9 +18,9 @@ the same Apache {{% SIS %}} methods can transform efficiently _N_-dimensional en # Direct dependencies -Maven coordinates | Module info -------------------------------------------- | ---------------------------- -`org.apache.sis.storage:sis-referencing` | `org.apache.sis.referencing` +Maven coordinates | Module info +------------------------------------- | ---------------------------- +`org.apache.sis.core:sis-referencing` | `org.apache.sis.referencing` # Code example