Opened 13 years ago
Closed 11 years ago
#152 closed enhancement (fixed)
XQuery interface
Reported by: | Dimitar Misev | Owned by: | Alireza |
---|---|---|---|
Priority: | major | Milestone: | 9.0.x |
Component: | secore | Version: | 8.3 |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Very Hard |
Description (last modified by )
Should be /def/crs-query, not /def/index.jsp. This means that the page that allows to query the database directly should be moved to /def/crs-query
Also, this endpoint should accept an XQuery in a POST request with a query parameter, in a similar way as petascope accepts WCPS queries.
Change History (6)
comment:1 by , 12 years ago
Description: | modified (diff) |
---|
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 12 years ago
Milestone: | → 9.0 |
---|
comment:4 by , 11 years ago
Complexity: | → Very Hard |
---|
comment:5 by , 11 years ago
The interface is moved to /def/query and user can submit post query using a query parameter, for instance:
http://localhost:8080/def/query?xquery=declare namespace gml = "http://www.opengis.net/gml/3.2"; let $d := doc('gml') return $dgml:identifier[contains(text(), '/crs/EPSG/0/4326')]
comment:6 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Alireza is this possible to implement or not? It's 12 months old now, please update on the status.