jena icon indicating copy to clipboard operation
jena copied to clipboard

GH-3587: add yasgui-geo-tg plug-in to render geosparql results

Open SimonBin opened this issue 4 months ago • 4 comments

GitHub issue resolved #3587

Pull request Description:

A small convenience feature for the Fuseki UI, add the https://github.com/Thib-G/yasgui-geo-tg Yasgui-geo-tg plug-in to be able to render GeoSPARQL results on a map.

image
  • [ ] Tests are included.
  • [ ] Documentation change and updates are provided for the Apache Jena website
  • [x] Commits have been squashed to remove intermediate development commit messages.
  • [x] Key commit messages start with the issue number (GH-xxxx)

By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the Contributor's Agreement.


See the Apache Jena "Contributing" guide.

SimonBin avatar Nov 13 '25 13:11 SimonBin

GitHub issue resolved #

Hi @SimonBin -- could you raise an issue please? (People from outside search in issues; PRs are details)

Thanks

afs avatar Nov 13 '25 14:11 afs

  1. The build is grumpy about a file .css:

https://github.com/apache/jena/actions/runs/19701807394/job/56577824838?pr=3585

  1. The compare is showing 300+ files different. Could you rebase your branch to current main please?

afs avatar Nov 27 '25 19:11 afs

2 -> that's odd, on https://github.com/apache/jena/pull/3585/files there are only minor changes and

$ git rebase origin/main
Current branch geoyasr is up to date.

SimonBin avatar Nov 27 '25 20:11 SimonBin

for reference, the error reported by yarn test:unit is

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Failed Suites 1 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯

 FAIL  tests/unit/views/dataset/query.vue.spec.js [ tests/unit/views/dataset/query.vue.spec.js ]
TypeError: Unknown file extension ".css" for jena/jena-fuseki2/jena-fuseki-ui/node_modules/leaflet/dist/leaflet.css
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯

SimonBin avatar Nov 27 '25 20:11 SimonBin