planetfederal / geoserver-exts

Other
31 stars 40 forks source link

importer should check for existing style #15

Open ischneider opened 11 years ago

ischneider commented 11 years ago

Before executing Importer.addToCatalog, a check should be made for an existing style and a new one computed if one exists. This usually won't happen but could as the 'unique' style is computed early in the process. If the import process is halted and another is begun, they will both have the same style name as the intermediate state is not persisted to the catalog.

jodygarnett commented 10 years ago

This issue should be migrated to JIRA as importer-core is no longer maintained in this repository.