{ "info": { "author": "kiorky", "author_email": "kiorky@cryptelium.net", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 5.0", "Programming Language :: Python", "Topic :: Software Development" ], "description": "============\nIntroduction\n============\n\n.. contents::\n\nDescription\n===========\n\nEnrich your Plone site with the power of Leaflet maps. Leaflet version of this package is 0.7.3.\n\nhttps://github.com/Leaflet/Leaflet\n\nThis addon registers the Leaflet base Javascript and CSS resources and\noptionally some interesting Leaflet plugins. By installing this addon, the base\nLeaflet mapping resources are automatically integrated. To activate some of the\nPlugins, you have to add one of these resource bundles to your registry.xml\nRegistration:\n\n - leaflet.markercluster - https://github.com/Leaflet/Leaflet.markercluster\n - leaflet.fullscreen - https://github.com/brunob/leaflet.fullscreen\n - leaflet.zoomfs - https://github.com/elidupuis/leaflet.zoomfs\n - leaflet.geosearch - https://github.com/smeijer/L.GeoSearch\n - leaflet.geosearch.openstreetmap\n - leaflet.geosearch.bing\n - leaflet.geosearch.esri\n - leaflet.geosearch.google\n - leaflet.geosearch.nokia\n - leaflet.draw - https://github.com/Leaflet/Leaflet.draw\n - leaflet.stamen - http://maps.stamen.com/\n - leaflet.locatecontrol - https://github.com/domoritz/leaflet-locatecontrol\n - leaflet.MiniMap - https://github.com/Norkart/Leaflet-MiniMap\n - leaflet.providers - https://github.com/leaflet-extras/leaflet-providers\n leaflet.awesome-markers - https://github.com/lvoogdt/Leaflet.awesome-markers\n\nSince this addon only provides Leaflet resources, you have finally provide some\nHTML markup for the map and write your custom Javascript integration code for\nLeaflet maps to work.\n\nYou have an example view at /@@LeafletMapView.\n\nYou can watch a demo video here: `Youtube DEMO\n`_.\n\n\nTODO\n====\n\n* Write proper tests.\n\n\nCredits\n=======\n\nCompanies\n---------\n|makinacom|_\n\n * `Planet Makina Corpus `_\n * `Contact us `_\n\n.. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif\n.. _makinacom: http://www.makina-corpus.com\n\n\nAuthors\n-------\n\n- kiorky \n\n\nContributors\n------------\n\n- Eric BREHAULT \n\n- Johannes Raggam \n\n\ncollective.js.leaflet Installation\n=================================================================================\n\nTo install collective.js.leaflet into the global Python environment (or a workingenv),\nusing a traditional Zope 2 instance, you can do this:\n\n * When you're reading this you have probably already run ::\n\n ``easy_install collective.js.leaflet``.\n\n Find out how to install setuptools (and EasyInstall) here: http://peak.telecommunity.com/DevCenter/EasyInstall\n\n * If you are using Zope 2.9 (not 2.10), get `pythonproducts`_ and install it\n via::\n\n python setup.py install --home /path/to/instance\n\n into your Zope instance.\n\n * Create a file called ``collective.js.leaflet-configure.zcml`` in the\n ``/path/to/instance/etc/package-includes`` directory. The file\n should only contain this::\n\n \n\n.. _pythonproducts: http://plone.org/products/pythonproducts\n\n\nAlternatively, if you are using zc.buildout and the plone.recipe.zope2instance\nrecipe to manage your project, you can do this:\n\n * Add ``collective.js.leaflet`` to the list of eggs to install, e.g.::\n\n [buildout]\n ...\n eggs =\n ...\n collective.js.leaflet\n\n * Tell the plone.recipe.zope2instance recipe to install a ZCML slug::\n\n [instance]\n recipe = plone.recipe.zope2instance\n ...\n zcml =\n collective.js.leaflet\n\n * Re-run buildout, e.g. with::\n\n $ ./bin/buildout\n\nYou can skip the ZCML slug if you are going to explicitly include the package\nfrom another package's configure.zcml file.\n\n\nChangelog\n=========\n\n1.0.0 (2018-10-10)\n------------------\n\n- Migrate to Plone 5\n [mpeeters]\n\n\n0.7.1 (2015-06-25)\n------------------\n\n- Set all JavaScript registrations to cachable and cookable True.\n [thet]\n\n- Remove leaflet.ie.css, as it was removed from Leaflet.\n [thet]\n\n\n0.7 (2014-08-26)\n----------------\n\n- Update Leaflet version of this package (now 0.7.3).\n [bsuttor]\n\n\n0.6 (2014-04-30)\n----------------\n\n- Laflet + Plugins update from 2013-06-24.\n [thet]\n\n\n0.5 (2013-06-11)\n----------------\n\n- Add some interesting plugins and introduce bundle concept to enable\n individual plugins.\n [thet]\n\n- New Leaflet resource structure: Get source directly from Github and adapt the\n resource directory to use the new subdirectory. This change is backwards\n compatible.\n [thet]\n\n- PEP8 Cleanup.\n [thet]\n\n\n0.4.4.1 (2012-09-24)\n--------------------\n\n- Fix CSS images urls [ebrehault]\n\n0.4.4 (2012-09-13)\n------------------\n\n- Upgrade to Leaflet 0.4.4 [ebrehault]\n- Note: we now use the Leaflet lib version as egg version.\n\n0.3.3 (2012-09-03)\n------------------\n\n- Fix egg [ebrehault]\n\n0.3.2 (2012-08-02)\n------------------\n\n- Upgrade to Leaflet 0.4 [ebrehault]\n\n0.3.1.5 (unreleased)\n--------------------\n\n- Nothing changed yet.\n\n\n0.3.1.4 (2012-02-24)\n--------------------\n\n- Fix background urls\n\n\n0.3.1.3 (2012-02-24)\n--------------------\n- FIX: Enable ie css only on ie [kiorky]\n\n0.3.1.2 (2012-02-24)\n--------------------\n\n- Fix for plone < 41 [kiorky]\n\n\n0.3.1 (2012-02-23)\n------------------\n\n- Initial release [kiorky]", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/collective.js.leaflet", "keywords": "plone leaflet gis geo", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "collective.js.leaflet", "package_url": "https://pypi.org/project/collective.js.leaflet/", "platform": "", "project_url": "https://pypi.org/project/collective.js.leaflet/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/collective.js.leaflet" }, "release_url": "https://pypi.org/project/collective.js.leaflet/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Leaflet maps integration for Plone", "version": "1.0.0" }, "last_serial": 4364306, "releases": { "0.3.1": [ { "comment_text": "", "digests": { "md5": "27c56f53804a36cc029387ce99c4e540", "sha256": "6c0e8cc05d136ac58fdc88770e467503bb4bb2d774e293e599db2e6ca35e01ff" }, "downloads": -1, "filename": "collective.js.leaflet-0.3.1.zip", "has_sig": false, "md5_digest": "27c56f53804a36cc029387ce99c4e540", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115175, "upload_time": "2012-02-23T16:19:34", "url": "https://files.pythonhosted.org/packages/e7/87/976e5bb42138b0e987ca4cff824940b09d5a04bd97b274222fd0dcfb6f43/collective.js.leaflet-0.3.1.zip" } ], "0.3.1.2": [ { "comment_text": "", "digests": { "md5": "590ffa9893dc4e3478ce17dce7b638a0", "sha256": "91fca170b0262ca6e8b6190e60631639ed123691d57164c7cd1955b7344bf06f" }, "downloads": -1, "filename": "collective.js.leaflet-0.3.1.2.zip", "has_sig": false, "md5_digest": "590ffa9893dc4e3478ce17dce7b638a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115552, "upload_time": "2012-02-24T09:10:45", "url": "https://files.pythonhosted.org/packages/87/e0/916a649bd853e55fe9ec02c01428813603fa150c6b285914b3a044423565/collective.js.leaflet-0.3.1.2.zip" } ], "0.3.1.3": [ { "comment_text": "", "digests": { "md5": "20b7ea5b5c3502df21bab19a46cab371", "sha256": "26cb849c836e9f567be96d97dd8afec5156a2a12e920e0a782d9fb331c925e35" }, "downloads": -1, "filename": "collective.js.leaflet-0.3.1.3.zip", "has_sig": false, "md5_digest": "20b7ea5b5c3502df21bab19a46cab371", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115661, "upload_time": "2012-02-24T10:40:33", "url": "https://files.pythonhosted.org/packages/c6/5b/a8d2bbbbe9b2c3c8ec0c88b311ba76e44a470b326fc68c632a1fb503db2d/collective.js.leaflet-0.3.1.3.zip" } ], "0.3.1.4": [ { "comment_text": "", "digests": { "md5": "57ba55f5c0cb1b95377e4ec03087e187", "sha256": "4df6507dcc2a3f128b70a36cff367c2f75ad2106e291d5813f3bcb470eacd6d2" }, "downloads": -1, "filename": "collective.js.leaflet-0.3.1.4.zip", "has_sig": false, "md5_digest": "57ba55f5c0cb1b95377e4ec03087e187", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118259, "upload_time": "2012-02-24T11:07:45", "url": "https://files.pythonhosted.org/packages/05/43/8c0a4aeecdfa9670820a526b47e17152458d4e191f7b845895b6bc206556/collective.js.leaflet-0.3.1.4.zip" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "f867d3713b612827b7d94be6bcd0f54e", "sha256": "f73fd1068cb6d79edf8d0c734ca1f55b672c80212e3bb75f88d5621abde9241c" }, "downloads": -1, "filename": "collective.js.leaflet-0.3.2.tar.gz", "has_sig": false, "md5_digest": "f867d3713b612827b7d94be6bcd0f54e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10144, "upload_time": "2012-08-02T10:42:28", "url": "https://files.pythonhosted.org/packages/33/0d/21f269afae7dd8ece4fe81d1be53435ee5ea7624cd9ce6c63930a91e4127/collective.js.leaflet-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "344f7f55d859933bb003fa40821ba9dc", "sha256": "7b05c3c5edfd3abc3508be4a62a56963f1ae74dafae5a4c26fd3164beccede93" }, "downloads": -1, "filename": "collective.js.leaflet-0.3.3.tar.gz", "has_sig": false, "md5_digest": "344f7f55d859933bb003fa40821ba9dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104744, "upload_time": "2012-09-03T09:38:02", "url": "https://files.pythonhosted.org/packages/2f/2a/43ef9cb8214933c1c80ec0beaf913a2187fdc9401448e7d8014b94ffbf72/collective.js.leaflet-0.3.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "baecf99ef91cdeceb3848e6c1ee85f17", "sha256": "b049bfa2494a67fbf881cd5a8a314ef40886d1dd81028a5913ce783db31f44ef" }, "downloads": -1, "filename": "collective.js.leaflet-0.4.4.tar.gz", "has_sig": false, "md5_digest": "baecf99ef91cdeceb3848e6c1ee85f17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104217, "upload_time": "2012-09-13T10:01:41", "url": "https://files.pythonhosted.org/packages/b1/86/cb88b86381f746c73407bc76e51212351d704d31014f9c3d244a58a8d0d7/collective.js.leaflet-0.4.4.tar.gz" } ], "0.4.4.1": [ { "comment_text": "", "digests": { "md5": "1530c976bd4f9c30b55d13b1586663bb", "sha256": "84cf9ca0dbf25a758674a58ae6438cc995658e56f9aaaf2de468e44ec5f82cda" }, "downloads": -1, "filename": "collective.js.leaflet-0.4.4.1.tar.gz", "has_sig": false, "md5_digest": "1530c976bd4f9c30b55d13b1586663bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104309, "upload_time": "2012-09-24T14:24:16", "url": "https://files.pythonhosted.org/packages/2d/83/e8de92a0280c2cd2d5fdb71a243f569175f763192563b47c47be2ebb7704/collective.js.leaflet-0.4.4.1.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "c388ee59fac8bdc52c8034c711c2eb72", "sha256": "21ba3dc7225ea074e1639bfe3f7a40991d374ccdba26245c28dee3c928b3df66" }, "downloads": -1, "filename": "collective.js.leaflet-0.5.tar.gz", "has_sig": false, "md5_digest": "c388ee59fac8bdc52c8034c711c2eb72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2603133, "upload_time": "2013-06-11T02:19:55", "url": "https://files.pythonhosted.org/packages/57/10/30fe04277baa6ec73bda5d11642c094723457793497962993b1d7674903f/collective.js.leaflet-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "ac5f4892d86eee9edef337ef1ecfd447", "sha256": "ffdb5ada9176d4af70cc601d688bf2323f0d4e068de7ba0e2cd5039aae43c5d3" }, "downloads": -1, "filename": "collective.js.leaflet-0.6.tar.gz", "has_sig": false, "md5_digest": "ac5f4892d86eee9edef337ef1ecfd447", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2663165, "upload_time": "2014-04-30T11:33:24", "url": "https://files.pythonhosted.org/packages/03/a2/befc7862b47753468ad9664e175d9ac2882ace6aa384be54ccbd2ce6caf1/collective.js.leaflet-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "a862451cf8accf7402c9024c72848d9d", "sha256": "64d2c64a17b1943f1dc5919e217d10c121d4de2a45485ab5db45fc7e3c74162a" }, "downloads": -1, "filename": "collective.js.leaflet-0.7.zip", "has_sig": false, "md5_digest": "a862451cf8accf7402c9024c72848d9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2871862, "upload_time": "2014-08-26T08:46:22", "url": "https://files.pythonhosted.org/packages/f4/a4/292d39f26b0b9226bcb2549d48effe6ab366f99026df46b5f0d7fb51b8f0/collective.js.leaflet-0.7.zip" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "2b9513150992e5ca25d3d8b50a5ebae0", "sha256": "dc87122df80ba88aabb633bdda1e564015ea504440c25ce5950038b7d4a84e51" }, "downloads": -1, "filename": "collective.js.leaflet-0.7.1.tar.gz", "has_sig": false, "md5_digest": "2b9513150992e5ca25d3d8b50a5ebae0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2677201, "upload_time": "2015-06-25T15:08:27", "url": "https://files.pythonhosted.org/packages/47/a6/fba420e343a966a07c0cf6db008c8d698277e2c6763d40bf415bb590ad57/collective.js.leaflet-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "60078b09cf58854fb8aa1fdc3d4276a3", "sha256": "8d2898d5a401245680710985181ea2c4e6cc75c6f98a210490bcd62cc64b102f" }, "downloads": -1, "filename": "collective.js.leaflet-0.7.2.tar.gz", "has_sig": false, "md5_digest": "60078b09cf58854fb8aa1fdc3d4276a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2681003, "upload_time": "2018-10-11T13:10:15", "url": "https://files.pythonhosted.org/packages/a7/58/13834df40497ca5bac0c32a64913d2bf22aee64a1ccccd93bbd9173e0bba/collective.js.leaflet-0.7.2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "7c97ccbc9b5066a078b6ae55108c7a99", "sha256": "01e2b8b57f2dd1e691981486a56ecd99d63da142d5ada1a939e722538c9a5d57" }, "downloads": -1, "filename": "collective.js.leaflet-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7c97ccbc9b5066a078b6ae55108c7a99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2684347, "upload_time": "2018-10-10T09:04:46", "url": "https://files.pythonhosted.org/packages/2c/4d/1f6c5231eaecb0a8492472ca0f425a4b58a31d48ef79c18806651a7b1600/collective.js.leaflet-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7c97ccbc9b5066a078b6ae55108c7a99", "sha256": "01e2b8b57f2dd1e691981486a56ecd99d63da142d5ada1a939e722538c9a5d57" }, "downloads": -1, "filename": "collective.js.leaflet-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7c97ccbc9b5066a078b6ae55108c7a99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2684347, "upload_time": "2018-10-10T09:04:46", "url": "https://files.pythonhosted.org/packages/2c/4d/1f6c5231eaecb0a8492472ca0f425a4b58a31d48ef79c18806651a7b1600/collective.js.leaflet-1.0.0.tar.gz" } ] }