{ "info": { "author": "Giorgio Borelli", "author_email": "giorgio@giorgioborelli.it", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python", "Topic :: Internet", "Topic :: Scientific/Engineering :: GIS" ], "description": "Introduction\n============\n\ncollective.geo.settings provides some utility to store settings of `collective.geo`_ packages.\n\n.. image:: https://secure.travis-ci.org/collective/collective.geo.settings.png\n :target: http://travis-ci.org/collective/collective.geo.settings\n\nFound a bug? Please, use the `issue tracker`_.\n\n.. contents:: Table of contents\n\n\nRequirements\n============\n\n* `Plone`_ >= 4\n* `plone.app.registry`_\n\nInstallation\n============\n\nThis addon can be installed has any other addons, please follow official\ndocumentation_.\n\n\nUpgrading\n=========\n\n\nGeneral steps\n-------------\n\nIf you are upgrading from an older version (see below), you may need to run\nupgrade steps. To do this, follow these steps:\n\n#. Browse to ``portal_setup`` in the ZMI of your site\n#. Click onto the ``Upgrades`` tab\n#. Select ``collective.geo.settings:default`` from the drop-down list and\n click ``Choose Profile``\n#. Observe any available upgrades and click the ``Upgrade`` button if any\n are present.\n\n\nVersion 0.2.2 and below\n-----------------------\n\nNew configuration to be added to the portal configuration registry\n(``plone.app.registry``) requires an upgrade step to be run. If you encounter\nerrors like this::\n\n Module collective.geo.settings.utils, line 8, in geo_settings\n Module plone.registry.registry, line 74, in forInterface\n KeyError: 'Interface `collective.geo.settings.interfaces.IGeoSettings` defines a field `map_viewlet_managers`, for which there is no record.'\n\nyou need to run the relevant upgrade step(s).\n\n\nContributors\n============\n\n* Giorgio Borelli - gborelli\n* Silvio Tomatis - silviot\n* David Beitey - davidjb\n* Gerhard Weis - gweis\n* Rob Gietema - robgietema\n* TsungWei Hu - l34marr\n* Leonardo J. Caballero G - macagua\n* Denis Krienb\u00fchl - href\n\n\n.. _collective.geo: http://plone.org/products/collective.geo\n.. _Plone: http://plone.org\n.. _plone.app.registry: http://pypi.python.org/pypi/plone.app.registry\n.. _issue tracker: https://github.com/collective/collective.geo.bundle/issues\n.. _documentation: http://plone.org/documentation/kb/installing-add-ons-quick-how-to\n\nChangelog\n=========\n\n\n4.0 (2019-01-23)\n----------------\n\n- Change/Upgrade default values for image related paths [mathias.leimgruber]\n\n - Change location of marker.png according collective.geo.openlayers 4.0\n - Change location of theme resources according collective.geo.openlayers 4.0\n\n\n- Add uninstall profile.\n [thet]\n\n- Changed fields title and description to enforce behavior usage in plone5\n [pbauer]\n\n- Updated Traditional Chinese translation.\n [l34marr]\n\n\n3.1 (2015-05-02)\n----------------\n\n- Added BalloonStyle.\n [kroman0]\n\n- Added more french translations\n [tiazma]\n\n3.0 (2013-10-29)\n----------------\n\n- Change package layout\n [gborelli]\n\n- moved GEO_STYLE_FIELDS from c.geo.contentlocations\n [gborelli]\n\n- Removed yahooapi from IGeoSettings in Plone registry\n [gborelli]\n\n- Changed content types vocabulary in order\n to list only archetypes content types\n [valentinaB]\n\n\n2.5 (2013-01-28)\n----------------\n\n* added travis-ci configurations [gborelli]\n* integrated test_schema in test_doctests [gborelli]\n* moved TestRequest to testing module [gborelli]\n* refactored tests in order to use plone.app.testing [gborelli]\n* Added standard .gitignore [lgraf]\n* Updated Italian translation [gborelli]\n* Fixed titles and descriptions of various settings fields. Note: this will\n probably break translations [gborelli]\n* Added German translation [Denis Krienb\u00fchl]\n\n\n2.4 (2012-02-11)\n----------------\n\n* Added pt_BR translation [davilima6]\n* Fixed tests [gborelli]\n* Added French translation [Fabien Moret]\n* Added Danish translation [stonor]\n\n\n0.2.3 (2011-09-05)\n------------------\n\n* added support for Spanish translations [macagua]\n* Updated testing to check for the presence of all style fields.\n [davidjb]\n* Add map_width and map_height fields to styles interface for setting\n the height and width of collective.geo maps. Included upgrade step for\n GenericSetup profile.\n [davidjb]\n* Add GenericSetup upgrade profile to handle upgrading plone.app.registry\n configuration with new property. Users with any previous versions\n of collective.geo.settings need to run the upgrade setup under\n portal_setup. [davidjb]\n* Changed GenericSetup profile version number to be whole integers rather than\n package version number. [davidjb]\n* added map_viewlet_position property in IGeoFeatureStyle [gborelli]\n* added mapviewletmanagers vocabulary [gborelli]\n* added map_viewlet_managers property [gborelli]\n* plone 4.1 fixes [gborelli]\n* changed Browser import from Testing.testbrowser [gborelli]\n* added z3c.autoinclude entry point [gborelli]\n\n0.2.2 (2010-12-28)\n------------------\n\n* Added dutch translations [robgietema]\n\n\n0.2.1 (2010-11-13)\n------------------\n\n* added translations\n\n\n0.2 (2010-10-31)\n----------------\n\n* Updated coordinate references to be consistent with WGS 1984\n reference system. This involves standardising the coordinate order\n to be [longitude, latitude] rather than [latitude, longitude].\n [rockdj]\n* Fixed the Google Maps url that is being returned and rendered, producing\n an incorrect API key message each time Google Maps is loaded.\n Fixes http://plone.org/products/collective.geo/issues/2/view\n [rockdj]\n\n\n0.1 (2009-06-19)\n----------------\n\n* Initial release", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://svn.plone.org/svn/collective/collective.geo.settings", "keywords": "Zope Plone GIS KML Google Maps Bing OpenLayers", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "collective.geo.settings", "package_url": "https://pypi.org/project/collective.geo.settings/", "platform": "", "project_url": "https://pypi.org/project/collective.geo.settings/", "project_urls": { "Homepage": "https://svn.plone.org/svn/collective/collective.geo.settings" }, "release_url": "https://pypi.org/project/collective.geo.settings/4.0/", "requires_dist": null, "requires_python": "", "summary": "collective.geo settings", "version": "4.0" }, "last_serial": 4731363, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f659da277f5d32513574146f844a0b54", "sha256": "5c4b0620e07310a0f29a3792da502278d101824e5451545fe88724c2f5d0d356" }, "downloads": -1, "filename": "collective.geo.settings-0.1.tar.gz", "has_sig": false, "md5_digest": "f659da277f5d32513574146f844a0b54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15896, "upload_time": "2009-06-20T12:01:06", "url": "https://files.pythonhosted.org/packages/33/d2/8c1da6622b4bd030a896a4b6672fba91713d17fe98cf5608034592d20d92/collective.geo.settings-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "775a19ac1528381305995830cf03ebbd", "sha256": "50c511626de33cb1584495b63a28f1beddaf8d5cbf13df0748c86b35a5071218" }, "downloads": -1, "filename": "collective.geo.settings-0.2.tar.gz", "has_sig": false, "md5_digest": "775a19ac1528381305995830cf03ebbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14471, "upload_time": "2010-10-31T01:38:48", "url": "https://files.pythonhosted.org/packages/75/96/9d57dacdc99827162828071194e6d015ccd6a515c9d988153e6e5c41bf79/collective.geo.settings-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "e1ba446d75226e110d9e1f32a5d06527", "sha256": "6fb284f82c61f236bb7493ef9af456f2af452ebd0419d0691ff6a81ac2c4e344" }, "downloads": -1, "filename": "collective.geo.settings-0.2.1.tar.gz", "has_sig": false, "md5_digest": "e1ba446d75226e110d9e1f32a5d06527", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14507, "upload_time": "2010-11-13T12:37:18", "url": "https://files.pythonhosted.org/packages/02/7f/ed79ac360cd27aafaa333aea09c4428641b81752595b0b2b1c22086ece87/collective.geo.settings-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "bec82893e762bfdf63077d0e6d1383f7", "sha256": "ad26c9e3d44506b61c44e12812d4f01d5855b3424901e90de3d7fc8161709b50" }, "downloads": -1, "filename": "collective.geo.settings-0.2.2.tar.gz", "has_sig": false, "md5_digest": "bec82893e762bfdf63077d0e6d1383f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15255, "upload_time": "2010-12-28T13:51:32", "url": "https://files.pythonhosted.org/packages/98/f1/bc0987e545486877009e5f88196cdaae85dc62f1bdaeb9152b182decca97/collective.geo.settings-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "4eb8d4032ae07a56da4495aa38f60960", "sha256": "22da8cac71c0c648ff31909587345b956c42aea5c9d52324e005470087aba721" }, "downloads": -1, "filename": "collective.geo.settings-0.2.3.tar.gz", "has_sig": false, "md5_digest": "4eb8d4032ae07a56da4495aa38f60960", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19291, "upload_time": "2011-09-05T09:17:54", "url": "https://files.pythonhosted.org/packages/3a/48/f493ab0cc609d25f0c9f9f4a3c682e74286f959002d82dc814926e8c75e0/collective.geo.settings-0.2.3.tar.gz" } ], "2.4": [ { "comment_text": "", "digests": { "md5": "87d88ff1868eaac910d8e684a860bb5e", "sha256": "358f4c28049fc32c0709a32e50818d85ad6c3b8b0b20e20626ec0155702c9f81" }, "downloads": -1, "filename": "collective.geo.settings-2.4.tar.gz", "has_sig": false, "md5_digest": "87d88ff1868eaac910d8e684a860bb5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22625, "upload_time": "2012-02-11T20:32:22", "url": "https://files.pythonhosted.org/packages/06/62/be7df4bbf4c1f5ad0679fe07c9f2cdf1dd0806b394bd449894c84b8f6a45/collective.geo.settings-2.4.tar.gz" } ], "2.5": [ { "comment_text": "", "digests": { "md5": "a8eeaafe9a1d124c8e2631144cfee137", "sha256": "9882c36f199091d4c6ada1f1467e3c87f5f127379801812c5f8cc86989502703" }, "downloads": -1, "filename": "collective.geo.settings-2.5.zip", "has_sig": false, "md5_digest": "a8eeaafe9a1d124c8e2631144cfee137", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69661, "upload_time": "2013-01-28T22:55:22", "url": "https://files.pythonhosted.org/packages/b7/4a/a0e63de94f7f07cae722a936640082b8506cb94d2b4b4789df8e7ad3b2f3/collective.geo.settings-2.5.zip" } ], "3.0": [ { "comment_text": "", "digests": { "md5": "a39bbf0742d5e39972ddb696d908533a", "sha256": "e8b46e6fd066ec44ab20ee56f37cc0a69cc9b1db6912f22f03b77569e093f5af" }, "downloads": -1, "filename": "collective.geo.settings-3.0.zip", "has_sig": false, "md5_digest": "a39bbf0742d5e39972ddb696d908533a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77051, "upload_time": "2013-10-29T22:42:57", "url": "https://files.pythonhosted.org/packages/5a/4e/8958ce3f2d16210cd5860015a740080f175b2a63f8368ee1d4b78c722983/collective.geo.settings-3.0.zip" } ], "3.0b1": [ { "comment_text": "", "digests": { "md5": "96130b257fc96b78cc957641f90b1287", "sha256": "70a07fb45d6122d58e4c661c886e3821800adecd7f071f29d4a14a945588d638" }, "downloads": -1, "filename": "collective.geo.settings-3.0b1.zip", "has_sig": false, "md5_digest": "96130b257fc96b78cc957641f90b1287", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70673, "upload_time": "2013-06-02T15:40:28", "url": "https://files.pythonhosted.org/packages/3e/6d/43092713958c315fe2a4cdb221a708a158e66a027b57f222c17e21b57240/collective.geo.settings-3.0b1.zip" } ], "3.1": [ { "comment_text": "", "digests": { "md5": "f1f25bc14df6894b8351c7aa137f9179", "sha256": "08669d8e2c380a9bceadbc5d4765a5a8fb9daa59d97c232e0257f6c5548afccc" }, "downloads": -1, "filename": "collective.geo.settings-3.1.tar.gz", "has_sig": false, "md5_digest": "f1f25bc14df6894b8351c7aa137f9179", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32986, "upload_time": "2015-05-02T13:46:37", "url": "https://files.pythonhosted.org/packages/15/06/7a497f12a407e6fd04ed2809907d21fd05ba11c1c07cd8461d752834c97b/collective.geo.settings-3.1.tar.gz" } ], "4.0": [ { "comment_text": "", "digests": { "md5": "9845269060cccf2f5cbf79e06e31d0d0", "sha256": "18ce85ec02672e91d01185c272cdba84b87b99bf90d41aba6262f5860a16959c" }, "downloads": -1, "filename": "collective.geo.settings-4.0.tar.gz", "has_sig": false, "md5_digest": "9845269060cccf2f5cbf79e06e31d0d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33294, "upload_time": "2019-01-23T13:18:07", "url": "https://files.pythonhosted.org/packages/dd/a6/c4db269d904f4a7059207687e73b30f8ed5c3ba3cc7f37b65a451b383412/collective.geo.settings-4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9845269060cccf2f5cbf79e06e31d0d0", "sha256": "18ce85ec02672e91d01185c272cdba84b87b99bf90d41aba6262f5860a16959c" }, "downloads": -1, "filename": "collective.geo.settings-4.0.tar.gz", "has_sig": false, "md5_digest": "9845269060cccf2f5cbf79e06e31d0d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33294, "upload_time": "2019-01-23T13:18:07", "url": "https://files.pythonhosted.org/packages/dd/a6/c4db269d904f4a7059207687e73b30f8ed5c3ba3cc7f37b65a451b383412/collective.geo.settings-4.0.tar.gz" } ] }