pwin opened a new issue, #3987:
URL: https://github.com/apache/jena/issues/3987
### Version
6.1
### Question
When loading data in a fresh simple installation of Fuseki 6.1 which has an
assembler to set up a spatial index (which is created), adding data that has
WKT such as:
```ex:LondonWGS84 a sf:Point ;
geo:asWKT "POINT(-0.1278 51.5074)"^^geo:wktLiteral .
ex:London27700 a sf:Point ;
geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/27700> POINT(530000
180000)"^^geo:wktLiteral .
ex:London3857 a sf:Point ;
geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/3857> POINT(-14226
6711540)"^^geo:wktLiteral .
```
I get the following error in the console
```14:55:10 INFO Fuseki :: [7] POST
http://localhost:3030/stress_test/data
14:55:11 WARN SRSRegistry :: SRS URI not recognised so operation
results may not be correct or accurate:
http://www.opengis.net/def/crs/EPSG/0/27700 - Unrecognised SRS URI code:
http://www.opengis.net/def/crs/EPSG/0/27700 - No
ÔÇÿCoordinateReferenceSystemÔÇÖ object found for code ÔÇ£27700ÔÇØ. However,
only a subset of the EPSG geodetic dataset has been queried. See
https://sis.apache.org/epsg.html for instruction about how to install the full
EPSG database.
14:55:11 WARN SRSRegistry :: SRS URI not recognised so operation
results may not be correct or accurate:
http://www.opengis.net/def/crs/EPSG/0/3857 - Unrecognised SRS URI code:
http://www.opengis.net/def/crs/EPSG/0/3857 - No ÔÇÿCoordinateReferenceSystemÔÇÖ
object found for code ÔÇ£3857ÔÇØ. However, only a subset of the EPSG geodetic
dataset has been queried. See https://sis.apache.org/epsg.html for instruction
about how to install the full EPSG database.
14:55:11 INFO Fuseki :: [7] Filename: London.ttl,
Content-Type=application/octet-stream, Charset=null => Turtle : Count=6
Triples=6 Quads=0
```
Installing SIS, loading up the EPSG data, and setting SIS_DATA does not
result in any change - I get the same result.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]