You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request for an advanced functionality. When clicking a button “load URI”, a textbox should appear where a URI can be copy pasted. The URI should be requested, and then a wktLiteral on this page that can be found in the Linked Data should be visualized. Two options are possible of what the expect from such a URI:
The URI to a geo:Geometry is given, and a page is returned with multiple literals → select the wkt literal that is linked to this subject URI
The URL to a page is given with 1 or more WKT strings in it. Just select the first one found in this case
Loop through the triples, and filter all WKT literals. If multiple WKT literals given, select the one linked to the current page, else just select the first one.
Now the full WKT literal can be used in the rest of the application: important in this case is however not to change the URL parameters to this specific WKT literal
Limitations:
WKT map can only visualize one WKT string and will only show one string from a map.
WKT map won’t show details of the geometry that could potentially also be extracted from the Linked Data
The limitation of visualizing only 1 WKT string: do you agree with the approach? Or should we allow multiple WKT strings by concatenating them somehow for example?
This is a feature request for an advanced functionality. When clicking a button “load URI”, a textbox should appear where a URI can be copy pasted. The URI should be requested, and then a wktLiteral on this page that can be found in the Linked Data should be visualized. Two options are possible of what the expect from such a URI:
geo:Geometry
is given, and a page is returned with multiple literals → select the wkt literal that is linked to this subject URIFunctionalities to be taken into account:
Implementation
Limitations:
Examples of pages that can be used for testing:
Accept: text/turtle
request header)I will do a first implementation of this
The text was updated successfully, but these errors were encountered: