mengqiuzl

Results 3 comments of mengqiuzl

@jjhembd If I just want to exaggerate the terrain, how should I use this feature?

`from geo.Geoserver import Geoserver` ``` geo = Geoserver( "http://localhost:8089/geoserver", username="admin", password="geoserver" ) ``` ``` geo.upload_style( path="style/县.sld", name="teststyle123", workspace="mengqiu", sld_version="1.1", ) ``` The SLD file I uploaded is encoded in UTF-8,...

Manually add the style file and save it to the geoserver, if the sld file has Chinese, the file encoding will change to GB2312, if there is no Chinese file...