davidblasby
davidblasby
ok, I havent been able to run this version of geoserver. I get an error like this; ``` Caused by: java.lang.NoSuchFieldError: QUETTA at org.geotools.measure.PrefixDefinitions. (PrefixDefinitions.java:52) at org.geotools.measure.UnitDefinition.withStandardPrefixes (UnitDefinition.java:47) at org.geotools.measure.UnitDefinitions....
I tried building GT locally, and havent figure out how to run this PR. I also killed my `~/.m2/repository` OK - i had to `git merge origin/main` -- that seems...
I noticed that http://localhost:8888/geoserver/collections/tiger:poly_landmarks/queryables?f=application%2Fjson gives a 404 (HTML page is ok). However, this happens in the old and new version (i.e. not caused by this PR).
I noticed that the dropdown for downloading the data in another format looks like this: `text/csv` However the actual request is `http://localhost:8080/geoserver/ogc/features/v1/collections/tiger:poly_landmarks/items?f=text%2Fcsv&limit=50` (with a &limit=50). This was unexpected. I think...
Also noticed that most of the conformance links (from http://localhost:8080/geoserver/ogc/features/v1/conformance?f=text%2Fhtml) don't go anywhere. Only first few do - the rest return a "not found". Example: https://geoserver.org/spec/ecql/1.0/req/ecql-text http://www.opengis.net/spec/cql2/1.0/req/spatial-operators (only first few...
Moving on to OGCAPI-maps. 1. The API Definition doesn't go anywhere (both old and new): http://localhost:8080/geoserver/ogc/maps/v1/openapi?f=text%2Fhtml 2. All the conformance links go to "not found" (except the 1st one): http://www.opengis.net/spec/ogcapi-common-1/1.0/conf/core...
For OGCAPI Tiles: Some conformance links don't go anywhere ("Not found"): http://www.opengis.net/spec/ogcapi-common-2/1.0/conf/collections http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/multitiles http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/info http://www.opengis.net/spec/ogcapi-tiles-1/1.0/conf/tmxs http://www.opengis.net/spec/tilematrixset/1.0/conf/tilematrixset http://www.opengis.net/spec/tilematrixset/1.0/conf/json-tilematrixset (this isn't a new issue)
For OGCAPI-Coverages: 1. Most of the conformance links go to "not found": http://www.opengis.net/spec/ogcapi-common-2/1.0/conf/collections http://www.opengis.net/spec/ogcapi-common/1.0/req/oas30 http://www.opengis.net/spec/ogcapi-common-2/1.0/conf/geodata http://www.opengis.net/spec/ogcapi-coverages-1/1.0/conf/geodata-coverage http://www.opengis.net/spec/ogcapi-coverages-1/1.0/conf/geotiff http://www.opengis.net/spec/ogcapi-coverages-1/1.0/req/coverage-subset 2. Several of the standard `release` coverages wouldn't render: {"type":"NoApplicableCode","title":"Cannot encode this...
OGCAPI-Styles: 1. ALL Conformance links go to "not found": http://www.opengis.net/t15/opf-styles-1/1.0/conf/core http://www.opengis.net/t15/opf-styles-1/1.0/conf/html http://www.opengis.net/t15/opf-styles-1/1.0/conf/json http://www.opengis.net/t15/opf-styles-1/1.0/conf/mapbox-styles http://www.opengis.net/t15/opf-styles-1/1.0/conf/sld-10 http://www.opengis.net/t15/opf-styles-1/1.0/conf/sld-11 2. The ".properties" (converted). `Stylesheet as Property 1.0.0 (converted)` doesn't seem to correctly do the...
For DDGS: The conformance links (only one) goes to "Not Found". http://www.opengis.net/spec/ogcapi-dggs-1/1.0/conf/core (issue with both old and new)