Skip to content

Commit cca9dab

Browse files
committed
2 parents 93e2c65 + 24fc91f commit cca9dab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Readme.MD

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Downloads](https://pepy.tech/badge/pysld)](https://pepy.tech/project/pysld)
22
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
33

4-
# Documentation
4+
# Pysld
55

66
The library is useful for generating the [SLD](https://www.ogc.org/standards/sld) file for raster as well as vector datasets. The package can generate the 4 types of styles,
77

@@ -10,7 +10,10 @@ The library is useful for generating the [SLD](https://www.ogc.org/standards/sld
1010
3. Classified style
1111
4. Raster style
1212

13-
The library is the small version of [QGIS symbology](https://docs.qgis.org/2.8/en/docs/training_manual/basic_map/symbology.html). This library is very useful for the visual appearance on the map.
13+
The library is the small version of [QGIS symbology](https://docs.qgis.org/2.8/en/docs/training_manual/basic_map/symbology.html). This library is very useful for the visual appearance on the map. Below is the example of categorized style in qgis.
14+
15+
![categorized style qgis](https://github.com/iamtekson/pySLD/blob/main/docs/source/img/categorized_style_qgis.PNG?raw=true, "Categorized style in qgis")
16+
1417

1518
The package is available in official PyPI: https://pypi.org/project/pysld/
1619

0 commit comments

Comments
 (0)