NASAWorldWind / WorldWindServerKit

The NASA WorldWind Server Kit (WWSK) is an open source Java project that assembles GeoServer for easy distribution and implementation.
92 stars 54 forks source link

Add support for GML data stores #71

Closed emxsys closed 7 years ago

emxsys commented 7 years ago

GeoServer does not come built-in with support for GML; it must be installed through an extension.

See GeoServer 2.11.x User Manual » Data management » Vector data » GML

emxsys commented 7 years ago

GeoServer does not have the capability to create data stores from GML. GML is seen as a data exchange format and is not ideal for querying in the context of supporting WMS and WFS services. GML should be converted to a compatible vector format (using ogr2ogr) and then load the output into GeoServer.

The issue is documented in this thread (circa 2011): http://www.mail-archive.com/geoserver-users@lists.sourceforge.net/msg07665.html