Skip to content
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

MapView seems not working for relations #1299

Open
sun-geo opened this issue Mar 9, 2024 · 4 comments
Open

MapView seems not working for relations #1299

sun-geo opened this issue Mar 9, 2024 · 4 comments

Comments

@LorenzBuehmann
Copy link

it maybe doesn't work for WKT literals of type GEOMETRYCOLLECTION yet?
@patrickbr or @hannahbast ?

@patrickbr
Copy link
Member

Indeed, GEOMETRYCOLLECTIONs are not supported so far. We are working on it :)

@hannahbast
Copy link
Member

@LorenzBuehmann Can you post the corresponding query for sophox.org?

@LorenzBuehmann
Copy link

Hi Hannah and Patrick!

Well, it's not my query, but the Sophos link above leads to standard Blazegraph UI. On the right-hand side of that UI there will popup some overlay menu, when you click on "Edit code" there, you'll get to the query editor:

So the query in Sophox will be

#defaultView:Map
SELECT * WHERE {
  VALUES ?types { "r" }
  ?osmId osmm:type ?types;
         osmt:educational ?key;
         osmm:loc ?loc.
}

Ok, so it sounds like an "easy" to fix limitation somehow? Not sure, you probably already cover LINESTRING and POINT and POLYGON? What about the MULTI* representations of those? I mean those are simply containers of each type, so a bit more restrictive than the GEOMETRYCOLLECTION.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants