PrimaGIS 0.5.1 released
18.02.2006
About
PrimaGIS 0.5.1 is a follow-up on the 0.5.0 that contains bugfixes and some new features. It requires ZCO 0.7.1 and PCL 0.10.0. In addition, version 0.5.1 replaced the json-py (which was bundled within) with simplejson (which is not bundled within), so you will need to install simplejson if you haven't already. With setuptools, it can be done easily with:
$ easy_install simplejson
Download
- PrimaGIS-0.5.1.tar.gz (516kB)
- ZCO-0.7.1.tar.gz (63kB)
- PCL-0.10.0.tar.gz
(127kB)
Features
- Ticket #80: Use the ZCO MapRendererTool (portal_gis).
- Ticket #84: Upgraded MochiKit library to version 1.2
- Ticket #17: Integrated Tim Schaub's Javascript Scalebar.
- Alpha blending for the background of the zoom-in box (thanks jlivni)
Bug fixes
- Ticket #76: Replace json-py with simplejson.
- Ticket #78: Copy object properties in migration code
- Ticket #79: Fixed coordinate translation in KML export
- Ticket #85: Use 'portal_gis' instead of 'portal_maprenderer'
- Ticket #86: PrimaGISMap.view() does not pass the 'units' parameter to ZCO MapRenderer
Kai Hänninen