Skip to content

Commit 2b8a91a

Browse files
authored
docs update
1 parent ec8e98a commit 2b8a91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ geo.publish_featurestore(workspace='demo', store_name='geo_data', pg_table='geod
4141

4242
# For uploading SLD file and connect it with layer
4343
geo.upload_style(path=r'path\to\sld\file.sld', workspace='demo')
44-
geo.publish_style(layer_name='geoserver_layer_name', style_name='sld_file_name', workspace='demo', sld_version='1.0.0')
44+
geo.publish_style(layer_name='geoserver_layer_name', style_name='sld_file_name', workspace='demo')
4545

4646
# For creating the style file for raster data dynamically and connect it with layer
4747
geo.create_coveragestyle(raster_path=r'path\to\raster\file.tiff', style_name='style_1', workspace='demo',

0 commit comments

Comments
 (0)