You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider implementing a capability to reproject geometries between coordinate reference systems (CRS) when receiving STAC item JSON as well as when returning STAC item JSON.
This would be implemented by configuring a ArcGIS Server Geometry Service in Geoportal Server along with a list of STAC fields that may hold geometry information that needs to be projected.
Consider implementing a capability to reproject geometries between coordinate reference systems (CRS) when receiving STAC item JSON as well as when returning STAC item JSON.
This would be implemented by configuring a ArcGIS Server Geometry Service in Geoportal Server along with a list of STAC fields that may hold geometry information that needs to be projected.
add to app-context.xml:
when set, whenever geometry is ingested/returned, Geoportal will convert between what is submitted/returned and what is stored.
to allow for custom CRS to be included, consider adding to app-context.xml the following section that lists the WKT representation of those CRS:
The text was updated successfully, but these errors were encountered: