ConfigConvert tool
From Geoikia-english
ConfigConvert is a tool that automatically generates configuration files based on other (configuration) documents. The ConfigConvert tool is a command line tool and part of the geoide-utilities.zip, which also comes with the installation.
The tool does not work if using a proxy.
The following conversions are currently supported:
- geoide → wms: uses a geoide configuration to create a deegree wms configuration with the same content (same layers and styles based on the same wfs).
ConfigConvert geoide-to-wms [geoide.xml] [wms_configuration.xml]
- > See Example geoide-to-wms
- wfs → geoide: generates a geoide configuration based on a wfs capabilities document. In combination with the conversion of the wfs to sld (see next), it forms the basis of a geoide service configuration.
ConfigConvert wfs-to-geoide ["http://server/app/service?request=GetCapabilities&service=WFS"] [geoide.xml]
- > See Example wfs-to-geoide
- wfs → sld: creates default styles for all feature types mentioned in a wfs capabilities document. In combination with the conversion of the wfs to geoide (see previous), it forms the basis of a geoide service configuration.
ConfigConvert wfs-to-sld ["http://server/app/service?request=GetCapabilities&service=WFS"] [styles/]
- > See Example wfs-to-sld
> Main Page > System and Application Management > ConfigConvert tool
