Strabon
changeset 514:fb46f4ce4d20
merge
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Thu Jul 26 18:28:57 2012 +0300 (2012-07-26) |
parents | c0f472b25d80 4fb3d66649b6 |
children | 16fcc4747487 |
files |
line diff
1.1 --- a/scripts/v2.2/insertMunicipalities.sparql Thu Jul 26 18:28:39 2012 +0300 1.2 +++ b/scripts/v2.2/insertMunicipalities.sparql Thu Jul 26 18:28:57 2012 +0300 1.3 @@ -17,7 +17,7 @@ 1.4 ?m rdf:type gag:Dhmos ; 1.5 rdfs:label ?mLabel ; 1.6 strdf:hasGeometry ?mGeo . 1.7 - FILTER(strdf:mbbIntersects(?hGeo, ?mGeo)) . 1.8 + FILTER(strdf:intersects(?hGeo, ?mGeo)) . 1.9 } 1.10 GROUP BY ?h 1.11 }