server/test/data-migractions/cubes/fakegis/schema.py
changeset 11006 096adb786873
parent 11005 f8417bd135ed
child 11007 f9386e3bf3e8
--- a/server/test/data-migractions/cubes/fakegis/schema.py	Wed Dec 09 17:44:18 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-
-from yams.buildobjs import EntityType, make_type
-
-Geometry = make_type('Geometry')
-
-class Location(EntityType):
-    geometry = Geometry(
-        geom_type='GEOMETRYCOLLECTION', srid=4326, coord_dimension=2,
-        description='Geospatial indication of the location')