GeoNode / geonode-project

A django template project for creating custom GeoNode projects.
http://geonode.org
77 stars 171 forks source link

Configure UTF-8 encoding for shapefiles in Geoserver by default? #395

Closed giohappy closed 1 year ago

giohappy commented 1 year ago

Geoserver encods shapefiles as ASCII by default. Setting -DGS-SHAPEFILE-CHARSET=UTF-8 is required to enable UTF-8 encoding. What about setting this by default here?

t-book commented 1 year ago

+1

afabiani commented 1 year ago

@giohappy ok, even if that variable will be then overridden by this one here

giohappy commented 1 year ago

@afabiani right, so we should also set it inside .env.sample