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
- �🔍 **Text Search**: Integrated Lucene indexing for SKOS labels and RDF literals
21
22
- 📊 **High Performance**: TDB storage with optimized configurations
22
23
- 🔐 **Secure**: Built-in authentication with configurable admin password
23
24
- 🐳 **Docker Ready**: Production-ready container with proper security settings
@@ -26,7 +27,7 @@ This Docker container provides Apache Jena Fuseki with built-in GeoSPARQL suppor
26
27
27
28
More information about the GeoSPARQL implementation of Apache Jena Fuseki can be found in the [official documentation](https://jena.apache.org/documentation/geosparql/).
28
29
29
-
Limitation: coordinate transformations are currently an issue. Distance calculation seems to be related to this. This probably has something to do with SIS_DATA.
30
+
**Note**: This container includes Apache SIS command line tools to enable download of EPSG datasets. The SIS_DATA environment variable is configured to a directory inside /fuseki-base (recommended to as docker volume). It seems that this is insufficient for Jena Fuseki to properly transform coordinates or calculate metric distances for WGS84 coordinates.
30
31
31
32
## Usage
32
33
@@ -192,6 +193,14 @@ The container uses several configuration files in the `config/` directory:
192
193
- `shiro.ini`- Security and authentication configuration
0 commit comments