Skip to content

Commit fa6023b

Browse files
authored
Merge pull request #430 from jansule/ol-flat-style-parser
Ol flat style parser
2 parents dd309cc + 057ff14 commit fa6023b

File tree

7 files changed

+3103
-3114
lines changed

7 files changed

+3103
-3114
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
108108
For 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.
112113
Mandatory 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.
116118
Mandatory if the the target is a directory.
117119
* `-v` / `--version` Display the version of the program.
118120

0 commit comments

Comments
 (0)