Releases: zazuko/trifid
Releases · zazuko/trifid
[email protected]
Patch Changes
- 9d79fe7: Also support
xLabel
in casewktLabel
is not defined.
[email protected]
Minor Changes
-
ce4ff33: A new configuration field
mapKind
has been added to the YASGUI plugin.
This field allows to set the map kind to use in the YASGUI interface, when there are results that have thehttp://www.opengis.net/ont/geosparql#wktLiteral
datatype.
The default value isdefault
and the supported values aredefault
andswisstopo
.If in the query a row has a column with the
http://www.opengis.net/ont/geosparql#wktLiteral
datatype, the map will be displayed with themapKind
specified in the configuration in the Map tab of the YASGUI interface.
If in that row, there is a column calledwktLabel
, the value of that column will be used as the label of the map, when the geometry is clicked by the user.
Patch Changes
@zazuko/[email protected]
[email protected]
Patch Changes
- 7d6a17a: Upgrade Oxigraph to 0.4.0-rc.1.
@zazuko/[email protected]
Patch Changes
- 79a91eb: Fix issues in case of DestroyableTransform
[email protected]
Patch Changes
- b26b6e9: Add support for turtle compression
[email protected]
Patch Changes
- 76c0832: Add compression support for additional content-types: n-triples, n-quads, trig and JSON SPARQL results.
@zazuko/[email protected]
Patch Changes
- a257043: Enable stream support back
@zazuko/[email protected]
Patch Changes
- b986500: Include missing
lib
directory
@zazuko/[email protected]
Patch Changes
- 1cafa55: Return
reply
in therouteHandler
, in order to be compatible with the support for compression.