Strabon

view testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/UnionTest.srx @ 1245:b0b702ec95b4

fixed the tests according to the #47 bug fix
author Stella Giannakopoulou <sgian@di.uoa.gr>
date Thu Aug 01 15:33:10 2013 +0300 (2013-08-01)
parents f4bec2b78f1f
children c8cc4daeeafa
line source
1 <?xml version='1.0' encoding='UTF-8'?>
2 <sparql xmlns='http://www.w3.org/2005/sparql-results#'>
3 <head>
4 <variable name='union'/>
5 </head>
6 <results>
7 <result>
8 <binding name='union'>
9 <literal datatype='http://strdf.di.uoa.gr/ontology#WKT'>MULTIPOLYGON (((1 1, 1 0, 0 0, 0 1, 1 1)), ((1 1, 1 2, 3 2, 3 1, 1 1)));http://www.opengis.net/def/crs/EPSG/0/4326</literal>
10 </binding>
11 </result>
12 </results>
13 </sparql>