index.rst 684 B

12345678910111213141516171819202122232425
  1. .. _extensions_importer:
  2. Importer
  3. ========
  4. The Importer extension gives a GeoServer administrator an alternate, more-streamlined method for uploading and configuring new layers.
  5. There are two primary advantages to using the Importer over the standard GeoServer data-loading workflow:
  6. #. **Supports batch operations** (loading and publishing multiple spatial files or database tables in one operation)
  7. #. **Creates unique styles** for each layer, rather than linking to the same (existing) styles.
  8. This section will discuss the Importer extension.
  9. .. toctree::
  10. :maxdepth: 1
  11. installing
  12. configuring
  13. using
  14. guireference
  15. formats
  16. rest_reference
  17. rest_examples