# Layer configuration file # # The layer configuration parameters are: # (parameters marked with a "*" are required) # # singular*: a singular name representing the layer # plural*: a plural name representing the layer # table*: the name of the table in the database # epsg*: the geometry column's EPSG code # geomcolumn*: the name of the table's geometry column # geomtype: the geometry type of the geometry column (default: Geometry) # schema: the name of the schema hosting the table # Example: # #[users] #singular=user #plural=users #table=users #epsg=4326 #geomcolumn=the_geom #geomtype=Point #schema=my_schema [kultura] singular=kultura plural=kultura table=vse epsg=900913 geomcolumn=way geomtype=Point schema=b11 useexisting=True [divadla] singular=divadlo plural=divadla table=divadla epsg=900913 geomcolumn=way geomtype=Point schema=b11 useexisting=True [kina] singular=kino plural=kina table=kina epsg=900913 geomcolumn=way geomtype=Point schema=b11 useexisting=True [muzea] singular=muzeum plural=muzea table=musea epsg=900913 geomcolumn=way geomtype=Point schema=b11 useexisting=True [kluby] singular=kluby plural=kluby table=kluby epsg=900913 geomcolumn=way geomtype=Point schema=b11 useexisting=True