collective.geo.bundle 0.1
Plone Maps (collective.geo)
Introduction
collective.geo allows to geo-reference Plone content types and to display this information over a map.
collective.geo bundle is composed by the following packages:
- collective.geo.geographer
- provides geo annotation for Plone.
- collective.geo.openlayers
- enables openlayers machinery into Plone.
- collective.geo.settings
- provides some utility to store settings of collective.geo packages.
- collective.geo.mapwidget
- provides some handy page macros and adapters to easily manage multiple maps on one page.
- collective.geo.contentlocations
- provides a GUI for collective.geo.geographer. It provides some simple forms to add geographical coordinates to Plone content types.
- collective.geo.kml
- provides KML views for georeferenced objects, allowing Plone content types to be visualized in Google Earth.
To display the maps, collective.geo takes advantage of Openlayers, a JavaScript library for displaying map data in web browsers, with no server-side dependencies.
As a default map source we can select OpenStreetMap, Google Maps, Yahoo Maps or Bing Maps.
Requirements
- libgeos_c (2.2.3 or 3.0.0+)
- Shapely
- BeautifulSoup (geopy)
- geopy
- Plone >= 4.0
- zope.schema = 3.6.0 (z3c.form requirement)
- plone.app.z3cform
- collective.geo.colorpicker
Installation
Add collective.geo.bundle to your buildout's list of eggs such as:
[buildout]
...
eggs =
collective.geo.bundle
...
and run the buildout. Start Zope, go to Site Setup -> Add-on Products in your Plone site and install the Plone Maps (collective.geo) product.
You can find a buildout example here
Contributors
- Giorgio Borelli - gborelli
- Silvio Tomatis - silviot
- Gerhard Weis - gweis
- David Breitkreutz - rockdj
- Maurizio Delmonte - miziodel (Spingitore di Cavalieri)
Changelog
0.1 (2011-03-06)
- First release
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| collective.geo.bundle-0.1.tar.gz (md5) | Source | 2011-03-06 | 11KB | 1878 | |
- Author: Giorgio Borelli
- Home Page: http://plone.org/products/collective.geo
- Keywords: Zope Plone GIS KML Google Maps Bing Yahoo OpenLayers
- License: GPL
- Categories
- Package Index Owner: giorgio
- DOAP record: collective.geo.bundle-0.1.xml
