NASAWorldWind / WorldWindServerKit

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

Add the Importer extension to the WWSK build #103

Closed emxsys closed 6 years ago

emxsys commented 7 years ago

From the GeoServer Importer extension page:

The Importer extension gives a GeoServer administrator an alternate, more-streamlined method for uploading and configuring new layers.

There are two primary advantages to using the Importer over the standard GeoServer data-loading workflow:

  • Supports batch operations (loading and publishing multiple spatial files or database tables in one operation)
  • Creates unique styles for each layer, rather than linking to the same (existing) styles.

See: http://docs.geoserver.org/latest/en/user/extensions/importer/index.html

emxsys commented 7 years ago

The jar file for the org.geoserver:gs-importer is not in the boundless maven repository.