improve discovery of all geometry types during when adding a Mysql Host layer by nprigour · Pull Request #232 · locationtech/udig-platform
when adding a new Layer through the top level menu and selecting MySql Host as data source (Layer-->add -->MySql Host) after selection of the appropriate DB schema, only tables with a spatial column of generic Geometry are visible.
The provided pull request improves this by making visible also tables containing a spatial column of all possible geometry types ("point", "multipoint", "line", "linestring", "polygon", "multipolygon") so that they can be added to the CatalogView
Signed-off-by: Nikolaos Pringouris nprigour@gmail.com