{ "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.openlayers enables `Openlayers`_ machinery into Plone.\n\nThis package registers two javascript files into Plone javascript registry:\n\n1. OpenLayers.js\n2. proj4js-compressed.js\n\n\n\n.. image:: https://secure.travis-ci.org/collective/collective.geo.openlayers.png\n :target: http://travis-ci.org/collective/collective.geo.openlayers\n\nFound a bug? Please, use the `issue tracker`_.\n\n.. contents:: Table of contents\n\n\nRequirements\n============\n\n* `Plone`_ >= 5.0\n\nfor previous Plone versions use collective.geo.openlayers < 4.x\n\n\nInstallation\n============\n\nThis addon can be installed has any other addons, please follow official\ndocumentation_.\n\n\nUpgrading\n=========\n\nVersion 3.0\n-----------\n\nIf you are upgrading from an older version to 3.0, 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.openlayers: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\nIntegration example\n===================\n\nYou can include openlayers in a Plone browser page in this way\n(for further information about openlayers see\nother `openlayers examples`_)::\n\n \n \n \n \n \n \n \n \n \n
\n \n
\n
\n
\n \n \n\n\nUpdating this package\n=====================\n\nWhen a new version of OpenLayers is released, the javascript on this package\ncan be updated by using the Makefile in the root directory. Commands available:\n\n * build - it builds a new version of OpenLayer javascript.\n * copysrc - it copies all necessary files in plone resources directory.\n * dist - it is the default command, it executes all previous commands.\n\n\nContributors\n============\n\nSee the complete `list of contributors`_ on Github:\n\n* https://github.com/collective/collective.geo.openlayers/graphs/contributors\n\n\n.. _Openlayers: http://openlayers.org\n.. _Plone: http://plone.org\n.. _openlayers examples: http://dev.openlayers.org/releases/OpenLayers-2.12/examples\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.. _list of contributors: https://github.com/collective/collective.geo.openlayers/graphs/contributors\n\nChangelog\n=========\n\n\n4.0 (2019-01-23)\n----------------\n\n- Use self build Openlayers.js from 3.x branch. [mathias.leimgruber]\n\n - Display issues with the terrain google maps layer. Also see https://github.com/collective/collective.geo.openlayers/pull/6\n - Fix getting several images in static folder. Fixed by Openlayers.js in _getScriptLocation method.\n\n\n- Added nodejs/bower configuration and specific Makefile in order to have a simple way\n to compile and update OpenLayers.js\n [giorgio]\n\n- Moved proj4js and geo-openlayers to plone resources directory\n [gborelli]\n\n- Removed skin layer, use plone resources instead\n [gborelli]\n\n- Fixed tests and doctests for plone5 and external api modifications\n [pbauer]\n\n- Modified openlayer css to fix collectivegeo-controlpanel issues\n [pbauer]\n\n- Fixed typo in resources registration\n [pbauer]\n\n\n3.1 (2014-02-26)\n----------------\n\n- Updated OpenLayers to 2.13.1\n [gborelli]\n\n- Add style for IGeoFeatureStyle behavior\n [gborelli]\n\n\n3.0 (2013-10-29)\n----------------\n\n- changed package layout\n [gborelli]\n\n- added javascripts in portal_javascript registry [gborelli]\n\n\n2.5 (2013-01-28)\n----------------\n\n- added travis-ci configurations [gborelli]\n- moved openlayers_test.pt template to tests directory [gborelli]\n- refactored tests in order to use plone.app.testing and unittest2 [gborelli]\n- Updated OpenLayers to version 2.12. ``deprecated.js`` is available\n in this package for deprecated elements as per\n https://github.com/openlayers/openlayers/blob/master/notes/2.12.md#deprecated-components\n [davidjb]\n- Encourage OpenLayers to shorten popup widths via CSS. Long marker\n headings (eg content titles) would cause popups to fill the map.\n [davidjb]\n- Added OpenLayers language files [href]\n\n\n0.2.4 (2012-01-21)\n------------------\n\n- Updated Openlayers to 2.11 version\n\n\n0.2.3 (2011-09-05)\n------------------\n\n- added integration example in readme file [gborelli]\n- plone 4.1 fixes [gborelli]\n- changed Browser import from Testing.testbrowser [gborelli]\n- added z3c.autoinclude entry point [gborelli]\n\n\n0.2.2 (2010-12-28)\n------------------\n\n- fixed css registry entries [gborelli]\n\n\n0.2.1 (2010-11-13)\n------------------\n\n- Updated Openlayers to 2.10 version\n\n\n0.2 (2010-10-31)\n----------------\n* renamed cgeo-openlayers css and included in css registry [gborelli]\n* removed openlayers-macros [gborelli]\n* Added CSS for definition lists within the framed cloud popups,\n as used in collective.geo.kml\n [rockdj]\n* Added ZCML registration for all skin subdirectories. Without this,\n elements like the Edit toolbar don't appear when Plone isn't running\n in debug mode.\n [rockdj]\n* Updated OpenLayers.js to 2.8 (+styles and resources)\n* Register all browser pages and resources for IOpenLayers browser\n layer\n* Removed geo-point.js in favour of editing features provided by OpenLayers\n* Updated coordinate reference order 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* Gave the Map element a relative position via CSS to allow Plone\n drop-down menus to appear over the top (z-index doesn't apply\n unless position is specified).\n [rockdj]\n* Added ZCML registration for 'img' and 'theme' skin subdirectories.\n Without registration, these folders are unable to be seen in Plone\n and the OpenLayers controls don't appear.\n [rockdj]\n* Added unit tests to ensure skin subdirectory registration works.\n [rockdj]\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://github.com/collective/collective.geo.openlayers", "keywords": "Zope Plone GIS KML Google Maps Bing OpenLayers", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "collective.geo.openlayers", "package_url": "https://pypi.org/project/collective.geo.openlayers/", "platform": "", "project_url": "https://pypi.org/project/collective.geo.openlayers/", "project_urls": { "Homepage": "https://github.com/collective/collective.geo.openlayers" }, "release_url": "https://pypi.org/project/collective.geo.openlayers/4.0/", "requires_dist": null, "requires_python": "", "summary": "openlayers support for Plone", "version": "4.0" }, "last_serial": 4730833, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6b71e5816211097ffc9ca37989c0dda7", "sha256": "24924f8eda69af628c3c044095b9362de11ce02790491117a1e1480283a15a2a" }, "downloads": -1, "filename": "collective.geo.openlayers-0.1.tar.gz", "has_sig": false, "md5_digest": "6b71e5816211097ffc9ca37989c0dda7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 198221, "upload_time": "2009-06-20T12:00:36", "url": "https://files.pythonhosted.org/packages/f8/db/ead3397ab4610e552c6dc4084a8e6c0c9ea6d640adf71cc200ee6fa2edd1/collective.geo.openlayers-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "a03d9e745b28494ef2f1981f88b44333", "sha256": "d849a55e517935d8a020d01e5aae45067d1c96567444c9e1e54694a36c6518ad" }, "downloads": -1, "filename": "collective.geo.openlayers-0.2.tar.gz", "has_sig": false, "md5_digest": "a03d9e745b28494ef2f1981f88b44333", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 309127, "upload_time": "2010-10-31T01:27:57", "url": "https://files.pythonhosted.org/packages/01/7a/4085905f02aa8d3b4bf3687a6b5c251f79cfc0bfa7b2c72152b8afbdcacd/collective.geo.openlayers-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "102d72377e2c85e161a7e4c679fe4a33", "sha256": "fa97dd47c86b146b6b3ab7f03f2e0525d59d4a5e0dc8e1de431f4ce395fb98d8" }, "downloads": -1, "filename": "collective.geo.openlayers-0.2.1.tar.gz", "has_sig": false, "md5_digest": "102d72377e2c85e161a7e4c679fe4a33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 324241, "upload_time": "2010-11-13T12:16:45", "url": "https://files.pythonhosted.org/packages/fb/44/fbb4646b290f2240fc84a7199ef343f574d949b4889c0c925fa1b7a50319/collective.geo.openlayers-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "2b034b07283bc7c3062045981878e37a", "sha256": "9b6024981d00f2f8431561a07e64c92ad901b301770ddcf9a8829a5d91deb587" }, "downloads": -1, "filename": "collective.geo.openlayers-0.2.2.tar.gz", "has_sig": false, "md5_digest": "2b034b07283bc7c3062045981878e37a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 324360, "upload_time": "2010-12-28T14:13:55", "url": "https://files.pythonhosted.org/packages/3c/9d/ac131d14bc85ed2138dfc98b6088abed2089d13ab8233cb786ccf214bba0/collective.geo.openlayers-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "9b467dbd1a96bcdda4e07476460466fb", "sha256": "8704cd932582dea6a70038a320cacdf28b61ba964798c37b02e11fa67f771416" }, "downloads": -1, "filename": "collective.geo.openlayers-0.2.3.tar.gz", "has_sig": false, "md5_digest": "9b467dbd1a96bcdda4e07476460466fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 326040, "upload_time": "2011-09-05T09:12:00", "url": "https://files.pythonhosted.org/packages/b6/2e/0cbf4034389b98ceff503dd10ef27583b4b49d82915e45e2931eb7f110c1/collective.geo.openlayers-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "8da819ff59907b8f806c1105a0529583", "sha256": "bbfd4bfd76a38f90020c35f3e67c9e4a03aea92e006ba26fd88004397dd70c37" }, "downloads": -1, "filename": "collective.geo.openlayers-0.2.4.tar.gz", "has_sig": false, "md5_digest": "8da819ff59907b8f806c1105a0529583", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 332699, "upload_time": "2012-01-21T12:55:06", "url": "https://files.pythonhosted.org/packages/35/9f/44f9f093e15a71517219982dc2b8fe99392939609b46c80d1470a9aa6475/collective.geo.openlayers-0.2.4.tar.gz" } ], "2.5": [ { "comment_text": "", "digests": { "md5": "862012089958aabeb9b627f43d648860", "sha256": "ff92b55bf52f4512ecf993347c1bb953bcb42df346faacac2855a72492d48aa1" }, "downloads": -1, "filename": "collective.geo.openlayers-2.5.zip", "has_sig": false, "md5_digest": "862012089958aabeb9b627f43d648860", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1730828, "upload_time": "2013-01-28T22:45:17", "url": "https://files.pythonhosted.org/packages/3d/e2/6d7010bc345a54cc6cfdfc014a91d471eaf8b19b60d9dc81c57981023e38/collective.geo.openlayers-2.5.zip" } ], "3.0": [ { "comment_text": "", "digests": { "md5": "f483df04aa92856264f8add9166e4d95", "sha256": "4994d40f5a1f50e222280df016f7a22b1fadeaef940a6147dcf2e78219fffd85" }, "downloads": -1, "filename": "collective.geo.openlayers-3.0.zip", "has_sig": false, "md5_digest": "f483df04aa92856264f8add9166e4d95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1734186, "upload_time": "2013-10-29T22:41:22", "url": "https://files.pythonhosted.org/packages/04/97/6b62e32d70c79766ac9ae217f648cd3206b934355598d0c78aa6dc02910f/collective.geo.openlayers-3.0.zip" } ], "3.0b1": [ { "comment_text": "", "digests": { "md5": "a2886f58b02b0ee17697523e3a992bba", "sha256": "e4ac115fdd7521689d84b73e58a96d6bdb251fb53b13681d890d4c326244d1e8" }, "downloads": -1, "filename": "collective.geo.openlayers-3.0b1.zip", "has_sig": false, "md5_digest": "a2886f58b02b0ee17697523e3a992bba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1731932, "upload_time": "2013-06-02T15:26:06", "url": "https://files.pythonhosted.org/packages/8d/7e/cba0a7a0d7b1eaff9babb295c73d99ea3aa5af0c99bd601be4ad131f5b5b/collective.geo.openlayers-3.0b1.zip" } ], "3.1": [ { "comment_text": "", "digests": { "md5": "3579bd5d21c8da589211b0b9e33fad04", "sha256": "55cd860d1b994eef746fa58a086125d88fbcd8ca8c93a92cdee6f10ca269d440" }, "downloads": -1, "filename": "collective.geo.openlayers-3.1.zip", "has_sig": false, "md5_digest": "3579bd5d21c8da589211b0b9e33fad04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1751985, "upload_time": "2014-02-26T18:17:49", "url": "https://files.pythonhosted.org/packages/dd/d0/feab5acb7ad5635cb1d774b75c0f915695a07804aa52592b12f51f5ce92a/collective.geo.openlayers-3.1.zip" } ], "3.2b1": [ { "comment_text": "", "digests": { "md5": "b192de2893a18d3cbf783e80e117fc69", "sha256": "283760cd0219baef9c31f3f46612e0b2c3c4b33b77e654a79b489779da2c4055" }, "downloads": -1, "filename": "collective.geo.openlayers-3.2b1.tar.gz", "has_sig": false, "md5_digest": "b192de2893a18d3cbf783e80e117fc69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1678500, "upload_time": "2016-08-05T12:48:21", "url": "https://files.pythonhosted.org/packages/be/b1/f92261ad948bbb87032a609c980a9f2a5d500417e82e6588af362695b29f/collective.geo.openlayers-3.2b1.tar.gz" } ], "4.0": [ { "comment_text": "", "digests": { "md5": "bd8ade6865f6512b5a403cb6be5d595e", "sha256": "54abafa7db0fe929f78026fff7117953c97abfa088da6678647332af9590fbb0" }, "downloads": -1, "filename": "collective.geo.openlayers-4.0.tar.gz", "has_sig": false, "md5_digest": "bd8ade6865f6512b5a403cb6be5d595e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 338433, "upload_time": "2019-01-23T10:47:32", "url": "https://files.pythonhosted.org/packages/33/49/674a12eaedd53c913e9f19aa49ddbcd6be2ba64fa0f47253c649f295ce93/collective.geo.openlayers-4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bd8ade6865f6512b5a403cb6be5d595e", "sha256": "54abafa7db0fe929f78026fff7117953c97abfa088da6678647332af9590fbb0" }, "downloads": -1, "filename": "collective.geo.openlayers-4.0.tar.gz", "has_sig": false, "md5_digest": "bd8ade6865f6512b5a403cb6be5d595e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 338433, "upload_time": "2019-01-23T10:47:32", "url": "https://files.pythonhosted.org/packages/33/49/674a12eaedd53c913e9f19aa49ddbcd6be2ba64fa0f47253c649f295ce93/collective.geo.openlayers-4.0.tar.gz" } ] }