@@ -107,12 +107,14 @@ geostyler-cli -t sld testdata/point_simple.qml
107107* ` -o ` / ` --output ` Output filename or directory. Required when the source is a directory.
108108For a file leave this empty to write to ` stdout ` . [ string]
109109* ` -s ` / ` --source ` Source parser, either ` mapbox ` , ` mapfile ` or ` map ` ,
110- ` sld ` or ` se ` for SLD - the parser will read the version from the file,
111- and ` qgis ` or ` qml ` for QGIS QML files. If not given, it will be guessed from the extension of the input file.
110+ "sld" or "se" for SLD - the parser will read the version from the file,
111+ "qgis" or "qml" for QGIS QML files, and "ol-flat" for OpenLayers FlatStyles.
112+ If not given, it will be guessed from the extension of the input file.
112113Mandatory if the the target is a directory.
113114* ` -t ` / ` --target ` Target parser, either ` mapbox ` , ` sld ` (for SLD 1.0), ` se ` (for SLD 1.1),
114- and ` qgis ` or ` qml ` for QGIS QML files. If not given, it will be guessed from
115- the extension of the output file. Mapfiles are not currently supported as target.
115+ "qgis" or "qml" for QGIS QML files, or "ol-flat" for OpenLayers FlatStyles.
116+ If not given, it will be guessed from the extension of the output file.
117+ Mapfiles are not currently supported as target.
116118Mandatory if the the target is a directory.
117119* ` -v ` / ` --version ` Display the version of the program.
118120
0 commit comments