Skip to content

Commit

Permalink
Force geoserver to export zipped shapefiles with UTF-8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
mbertrand committed Aug 19, 2011
1 parent bc4be94 commit efed2ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/GeoNodePy/geonode/maps/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,8 @@ def wfs_link(mime):
'service': 'WFS',
'request': 'GetFeature',
'typename': self.typename,
'outputFormat': mime
'outputFormat': mime,
'format_options': 'charset:UTF-8'
})
types = [
("zip", _("Zipped Shapefile"), "SHAPE-ZIP"),
Expand Down

0 comments on commit efed2ed

Please sign in to comment.