Strabon

view testsuite/src/test/resources/geoSPARQL/QueryFunctionsTest/BufferWithConstantTest.rq @ 1552:0e334dc20181

bug in google maps key
author Dimitris Bilidas <d.bilidas@di.uoa.gr>
date Mon Nov 09 18:09:06 2020 +0200 (2020-11-09)
parents 0ee7d82135bf
children
line source
1 select (geof:buffer("<http://www.opengis.net/def/crs/EPSG/0/2100> POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))"^^<http://strdf.di.uoa.gr/ontology#WktLiteral>, 1, ogc:degree) as ?buffer)
2 where
3 {
4 <http://example.org#A> geo:hasGeometry ?geom .
5 ?geom geo:asWKT ?g.
6 }