comparison pkg/geoserver/boot.go @ 4285:6b415dcdaf8a

Let the geoserver expose primary keys for features.
author Raimund Renkert <raimund@renkert.org>
date Fri, 30 Aug 2019 09:29:19 +0200
parents 51cfa54fc5b1
children 2de644208706
comparison
equal deleted inserted replaced
4284:4d5cd3b5775a 4285:6b415dcdaf8a
171 {"schema", databaseScheme}, 171 {"schema", databaseScheme},
172 {"user", config.DBUser()}, 172 {"user", config.DBUser()},
173 {"passwd", config.DBPassword()}, 173 {"passwd", config.DBPassword()},
174 {"dbtype", databaseType}, 174 {"dbtype", databaseType},
175 {"Primary key metadata table", primaryKeyMetadataTbl}, 175 {"Primary key metadata table", primaryKeyMetadataTbl},
176 {"Expose primary keys", true},
176 {"Session startup SQL", startupSQL}, 177 {"Session startup SQL", startupSQL},
177 {"Session close-up SQL", closeupSQL}, 178 {"Session close-up SQL", closeupSQL},
178 {"validate connections", true}, 179 {"validate connections", true},
179 {"Estimated extends", false}, 180 {"Estimated extends", false},
180 }, 181 },