Skip to content

Releases: zazuko/trifid

[email protected]

10 Sep 17:35
bd66347
Compare
Choose a tag to compare

Patch Changes

  • 9d79fe7: Also support xLabel in case wktLabel is not defined.

[email protected]

10 Sep 16:46
62f999f
Compare
Choose a tag to compare

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 the http://www.opengis.net/ont/geosparql#wktLiteral datatype.
    The default value is default and the supported values are default and swisstopo.

    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 the mapKind specified in the configuration in the Map tab of the YASGUI interface.
    If in that row, there is a column called wktLabel, the value of that column will be used as the label of the map, when the geometry is clicked by the user.

Patch Changes

  • 8166a7f: Improve the Map plugin icon
  • b900aea: Upgrade yasgui to 4.3.3

@zazuko/[email protected]

29 Aug 13:43
3550a74
Compare
Choose a tag to compare

Patch Changes

  • c5ef560: Fixes Service Description to only respond to requests without any query strings, as it is required by the spec.

[email protected]

27 Aug 06:16
e1fbf21
Compare
Choose a tag to compare

Patch Changes

  • 7d6a17a: Upgrade Oxigraph to 0.4.0-rc.1.

@zazuko/[email protected]

27 Aug 06:16
e1fbf21
Compare
Choose a tag to compare

Patch Changes

  • 79a91eb: Fix issues in case of DestroyableTransform

[email protected]

23 Aug 16:41
37e42ba
Compare
Choose a tag to compare

Patch Changes

  • b26b6e9: Add support for turtle compression

[email protected]

22 Aug 06:26
d41b894
Compare
Choose a tag to compare

Patch Changes

  • 76c0832: Add compression support for additional content-types: n-triples, n-quads, trig and JSON SPARQL results.

@zazuko/[email protected]

22 Aug 05:14
103897f
Compare
Choose a tag to compare

Patch Changes

  • a257043: Enable stream support back

@zazuko/[email protected]

21 Aug 12:35
adf284b
Compare
Choose a tag to compare

Patch Changes

  • b986500: Include missing lib directory

@zazuko/[email protected]

21 Aug 12:27
ce623a9
Compare
Choose a tag to compare

Patch Changes

  • 1cafa55: Return reply in the routeHandler, in order to be compatible with the support for compression.