Replies: 1 comment
-
Sure, you need a nearest-neighbor search for that, which is available for quite some time already, see https://github.com/ad-freiburg/qlever/wiki/GeoSPARQL-support-in-QLever and https://qlever.cs.uni-freiburg.de/osm-planet/pgD6OH (buildings more than X km away from a station) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been showing QLever in Singapore this week and learned that I should show schools instead of public transport stops, as this is what every parent is interested in. So I came up with this query here: https://qlever.cs.uni-freiburg.de/osm-planet/5TLib7
Now someone on LinkedIn asked if we can show the ones that are not within that distance. I flipped
maxDistance
tominDistance
but that does not seem to exist. Is there a way to get that in the current spatial search?Beta Was this translation helpful? Give feedback.
All reactions