oeg-upm / map4rdf

Map4RDF allows visualising and interacting with Linked Geospatial Data available in any SPARQL endpoint

Home Page:http://www.oeg-upm.net/index.php/en/technologies/172-map4rdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow the usage of GeoSPARQL-aware triple stores (e.g. Strabon)

ocorcho opened this issue · comments

Add a new configuration property that allows specifying two triple stores (geosparql aware and generic):
Behaviour:

  • If geoSPARQL-aware triple store is not specified, we cannot do GeoSPARQL filters.
  • If geoSPARQL-aware and generic are the same, then all queries are sent directly to it.
  • If they are different, then a restricted set of queries can be run. Basically, the visualisation of polygons will be based on the GeoSPARQL aware, and the rest of queries go to the generic one.

Done