Open NicoLaval opened 2 months ago
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
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: https://github.com/ad-freiburg/qlever-petrimaps/issues/18#issuecomment-2497413330
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?