Opened 8 years ago
Closed 8 years ago
#1477 closed defect (fixed)
WCPS_Cannot encode 3D coverage with time axis in GML
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.4 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Vlad Merticariu | |
Complexity: | Medium |
Description
for c in (test_irregular_time_nc) return encode(c, "gml")
exception
http://localhost:8080/def/crs-compound?1=http://localhost:8080/def/crs/OGC/0/UnixTime&2=http://localhost:8080/def/crs/EPSG/0/3577: general exception while parsing definition.
it works with
for c in (test_float_4d) return encode(c, "gml")
Note:
See TracTickets
for help on using tickets.