Skip to content

Commit

Permalink
Merge pull request #55 from cga-harvard/utf8shape
Browse files Browse the repository at this point in the history
Change layer download links for zipped shapefiles to use UTF-8 encoding
  • Loading branch information
ingenieroariel committed Aug 30, 2011
2 parents 4d946a7 + efed2ed commit 33e1198
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 33e1198

Please sign in to comment.