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
1. Parsing WKT literal that contain extra information
In the case of https://marineregions.org/feed, the wkt literal contains extra information → <http://www.opengis.net/def/crs/OGC/1.3/CRS84> Polygon(180 -42.5802,179.87257 -42.5802,179.87257 -42.86535,180 -42.86535,180 -42.5802). The bucketizer fails to parse this wkt literal.
2. Add support for other geospatial types such as GML
At this moment, only WKT is supported
The text was updated successfully, but these errors were encountered:
Parsing WKT literals with the coordinate system present in the string is fixed. However, wkt literals with an invalid (?) location, e.g. <http://www.opengis.net/def/crs/OGC/1.3/CRS84> Point( ) are failing.
Should we implement behaviour that when failing to process the property path should result that the LDES member is added to a page, through the fallback mechanism?
1. Parsing WKT literal that contain extra information
In the case of https://marineregions.org/feed, the wkt literal contains extra information →
<http://www.opengis.net/def/crs/OGC/1.3/CRS84> Polygon(180 -42.5802,179.87257 -42.5802,179.87257 -42.86535,180 -42.86535,180 -42.5802)
. The bucketizer fails to parse this wkt literal.2. Add support for other geospatial types such as GML
At this moment, only WKT is supported
The text was updated successfully, but these errors were encountered: