GeoJcrIndex working
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jcr / src / main / resources / org / argeo / jcr / gis / argeo_gis.cnd
index 14c24e7b06843f640b9fa5753ffc2942598ebc79..76f029c2d9d844280e19e158d7faad1b1fe2645f 100644 (file)
@@ -1,4 +1,4 @@
-<gis = 'http://www.argeo.org/gis'>
+<gis = 'http://www.argeo.org/ns/gis'>
 
 // GEOMETRIES (based on JTS http://www.vividsolutions.com/jts/JTSHome.htm) 
 [gis:coordinate] > nt:base
@@ -27,6 +27,11 @@ abstract mixin
 // GEOTOOLS
 [gis:feature] > nt:base
 mixin
+- gis:srs (STRING) m
+// WKB
+- gis:bbox (BINARY) m
+// WKB
+- gis:centroid (BINARY) m
 //- gis:relatedNode (REFERENCE) *
 
 [gis:featureSource] > nt:unstructured, mix:title