-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Objets not displayed #15
Comments
Update. Always 0 object displayed, but when I export as GeoJson I have my data. |
Could you try again with the latest master? We just fixed an issue with the WKT parser. (The GeoJSON export passes the data through from QLever, so was not affected by this). |
Sorry, I didn't succeed to build docker image now: ERROR: failed to solve: process "/bin/sh -c mkdir build && cd build && cmake .. && make -j8" did not complete successfully: exit code: 1 |
@NicoLaval I think that the comment here would be useful for you: #18 (comment) |
I installed qlever-petrimaps today and experience the same issue as @NicoLaval (including correct geoJSON export):
|
@coret, is the dataset you are using available somewhere? |
And could you post the WKT of a single random result row of your query? |
@patrickbr yes, but qlever is only internally available (I tested the petrimaps on qlever of course), the exact same dataset is externally available via https://www.goudatijdmachine.nl/sparql/sparql and SPARQL endpoint https://www.goudatijdmachine.nl/sparql/repositories/gtm Random WKT triple:
|
Hm, there are multiple datasets under the URL you provided. Could you describe exactly which dataset you created and how, so I can download something that can be fed into the QLever index builder? |
My qlever instance is now online available via https://qlever.coret.org NB: The complete dataset (459MB) can be downloaded via https://www.goudatijdmachine.nl/omeka/files/goudatijdmachine.nt.gz |
Hi,
First, thanks a lot for building a so nice stack as Qlever.
I have a qlever instance and I try to display geo Multipolygons with petrimaps.
Because of my strange predicates in my sample data, I updated cache queries.
When I run:
Results seem to be close to those produced on your demo instance with this query:
The only difference is that your polygons are tagged by wktliteral type. I didn't find reference to that in the source code, so I guess it's not me issue.
When I run my query in petrimaps, count query in cache seems to be good:
When I paste my simple query in URL params, results are presents:
But I got 0 object:
Do you have any idea of the mistake?
The text was updated successfully, but these errors were encountered: