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

alterative coordinate systems (SRS/CRS) in Geo view #233

Open
VladimirAlexiev opened this issue Jan 12, 2024 · 0 comments
Open

alterative coordinate systems (SRS/CRS) in Geo view #233

VladimirAlexiev opened this issue Jan 12, 2024 · 0 comments

Comments

@VladimirAlexiev
Copy link

YasGUI supports only WKT without a coordinate system specification (which defaults to WGS 84).
This should display the same point (in Tegel airport https://github.com/Accord-Project/Tegel/issues/1) three times:

PREFIX geo: <http://www.opengis.net/ont/geosparql#>
select * where { 
  values (?xTooltip ?x) {
    ("1" "Point(13.2927928 52.5555023)"^^geo:wktLiteral)
    ("2" "<http://www.opengis.net/def/crs/OGC/1.3/CRS84> Point(13.2927928 52.5555023)"^^geo:wktLiteral)
    ("3" "<http://www.opengis.net/def/crs/EPSG/0/25833> Point(5824764.247 386088.435)"^^geo:wktLiteral)
  }
}

But only 1 is displayed. Even though 2 uses the same CRS (only specified explicitly), it is not displayed.

@VladimirAlexiev VladimirAlexiev changed the title alterative coordinate systems (SRS/CRS) in GeoSPARQL alterative coordinate systems (SRS/CRS) in Geo view Jan 12, 2024
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

1 participant