Geo tags widget
Project description
Contents
Introduction
EEA Geotags is an alternative for the default location field in Plone.
Main features
EEA Geotags features:
User friendly search for locations
Map preview of selected locations
Suggest geographic entities based on http://geonames.org
Country/regions drill down selection, including several layers like biogeographical region, countries group, country, nuts region, city and natural feature
The widget can be used as single or multiple location picker
Also read README.txt under eea.alchemy.
More details about how to use this package can be found at the following link:
Installation
The easiest way to get eea.geotags support in Plone 4 using this package is to work with installations based on zc.buildout. Other types of installations should also be possible, but might turn out to be somewhat tricky.
To get started you will simply need to add the package to your “eggs” and “zcml” sections, run buildout, restart your Plone instance and install the “eea.epub” package using the quick-installer or via the “Add-on Products” section in “Site Setup”.
You can download a sample buildout at:
https://svn.eionet.europa.eu/repositories/Zope/trunk/eea.geotags/buildouts
Dependecies
Plone 4.x
Products.ATVocabularyManager
archetypes.schemaextender
eea.jquery
eea.alchemy
Source code
- Latest source code (Plone 4 compatible):
https://svn.eionet.europa.eu/repositories/Zope/trunk/eea.geotags/branches/plone4/
- Plone 2 and 3 compatible:
https://svn.eionet.europa.eu/repositories/Zope/trunk/eea.geotags/trunk/
Copyright and license
The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.
The EEA Geotags (the Original Code) is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
More details under docs/License.txt
Links
EEA Geotags wiki page: https://svn.eionet.europa.eu/projects/Zope/wiki/HowToGeotag
Funding
EEA - European Enviroment Agency (EU)
Changelog
4.3 - (2011-11-29)
Bug fix: Fixed geotags widget to keep filled values if the edit form fails to submit due to validation errors [voineali #4773]
4.2 - (2011-11-21)
Bug fix: Fixed required validation for location field [voineali #4694]
Bug fix: Fix test if context is annotable [voineali #4741]
4.1 - (2011-11-18)
Rerelease broken egg
4.0 - (2011-11-18)
Feature: Added a way to override default Archetypes location field/widget by just adding eea.geotags.default within zcml directive in your buildout [voineali #4694]
Bug fix: Fixed geotags dialog on Add form when portal_factory is enabled [voineali #4696]
Bug fix: Fixed search results description and tags when searching with geonames.org [voineali #4525]
Feature: Updated geonames API usage according with this specifications: http://www.geonames.org/export/web-services.html Please update the ‘geonames_key’ in portal_properties/geographical_properties with your geonames username [voineali #4525]
Feature: Use geonames.org service for free search, then fallback to Google service [voineali #4525]
Feature: Geotag widget usability, add tag in one click [voineali #4429]
Bugfix: Fixed IE js error on google maps, we don’t move the navigation widget to the right of the map on preview [szabozo #4542]
Bugfix: Fixed missing google map api [szabozo0 #4428]
Cleanup: Fixed all pylint, pyflakes warnings [voineali #4236]
Feature: Added upgrade steps [voineali #4392]
Feature: Plone 4.0.4 compatible release [ghicaale #4236]
1.3 - (2011-04-20)
Bug fix: fix widget bugs [szabozo0 #4260]
1.2 - (2011-04-19)
Bug fix: fix import errors [szabozo0 #4260]
Feature: created formlib version of the widget [szabozo0 #4260]
Cleanup: of most pylint violations [ichimdav #4140]
Cleanup: of pyflakes warnings [ichimdav #4141]
Bug fix: Remove geotags suggestion duplicates [voineali #3357]
Change: Moved alchemy auto-discover code to eea.alchemy as it’s not only about geotags, it will also discover temporal coverage and keywords [voineali #3357]
1.1 - (2010-12-13)
Bug fix: Fixed jslint warnings [voineali #3821]
Bug fix: Fixed doc tests [voineali #3821]
1.0 - (2010-10-12)
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.