{ "info": { "author": "Beno\u00eet Suttor", "author_email": "benoit.suttor@imio.be", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": ".. contents::\n\n==========================================================================\ncollective.geo.leaflet\n==========================================================================\n\nThis package use the collective.geo.* suite with leaflet.\n\n\nTodo\n====\n\n[ ] Get \"attribution\" map from registry\n\n[ ] Testing loading map with Robot\n\n[x] Add uninstall profile\n\n[x] Translations\n\n[ ] Simple element view should use geojson\n\n[ ] Use leaflet for control panel map\n\n[ ] Use leaflet for configure map\n\nDependencies\n============\n\n- collective.geo.behaviour\n- collective.geo.contentlocations\n- collective.geo.geographer\n- collective.geo.json\n- collective.geo.mapwidget\n- collective.geo.openlayers\n- collective.geo.settings\n- collective.js.leaflet\n- collective.z3cform.mapwidget\n- collective.z3cform.colorpicker\n\nHow to add baseLayer\n====================\n\nWhat is a leaflet baseLayer :\nhttp://leafletjs.com/examples/layers-control.html\n\n\nIn Plone, if you want to add a baseLayer, you have to add a subscriber on collective.geo.geographer.interfaces.IGeoreferenced (for exemple, in `configure.zcml`)::\n\n \n\nAfter, create your factory in python (`maplayers.py`)::\n\n from collective.geo.leaflet.maplayers import MapLayer\n from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile\n\n\n class OpenStreetMap(MapLayer):\n name = u\"osm\"\n title = _(u\"Open Street Map\")\n index = ViewPageTemplateFile('browser/layers/osm.pt')\n\nAnd add your javascript into a template file `osm.pt`::\n\n \n\n\nTests\n=====\n\nThis package is tested using Travis CI. The current status is :\n\n.. image:: https://travis-ci.org/collective/collective.geo.leaflet.svg\n :target: https://travis-ci.org/collective/collective.geo.leaflet\n\nContributors\n============\n\n- Beno\u00eet Suttor, bsuttor@imio.be\n- Martin Peeters [Affinitic]\n\n\nChangelog\n=========\n\n\n1.0.1 (2019-10-07)\n------------------\n\n- Fix default imagePath.\n [bsuttor]\n\n\n1.0.0 (2019-10-07)\n------------------\n\n- Fix default value of L.Icon.Default.imagePath if this default value is not yet loaded.\n [bsuttor]\n\n- Fix uninstall warning#1\n [bsuttor]\n\n- Fix the default width for maps\n [mpeeters]\n\n- Fix typo in method `absolute_url`\n [mpeeters]\n\n\n0.2.5 (2017-04-11)\n------------------\n\n- Add image and address into geojson popup if values are in geojson properties.\n [bsuttor]\n\n\n0.2.4 (2017-04-05)\n------------------\n\n- Get geojson content into a #geojson object into a data-geojson attribute.\n [bsuttor]\n\n\n0.2.3 (2016-09-20)\n------------------\n\n- Add adapter for adapting geomap settings (as map_center, ...)\n [bsuttor]\n\n\n0.2.2 (2016-08-12)\n------------------\n\n- Use google api key from control panel.\n [bsuttor]\n\n- Do not get js from relatif url anymore.\n [bsuttor]\n\n\n0.2.1 (2016-03-24)\n------------------\n\n- Fix bug, get coordiantes.\n [bsuttor]\n\n\n0.2 (2016-03-23)\n----------------\n\n- Add polygon and polyline support.\n [bsuttor]\n\n\n0.1b8 (2015-11-27)\n------------------\n\n- Remove old Topic support\n [bsuttor]\n\n\n0.1b7 (2015-01-14)\n------------------\n\n- Marker are not more hidden with google baselayer.\n [bsuttor]\n\n\n0.1b6 (2015-01-14)\n------------------\n\n- Remove Markercluster plugin because it do not run with control.layers.\n [bsuttor]\n\n\n0.1b5 (2015-01-06)\n------------------\n\n- Fix name of upgrade step profile.\n [bsuttor]\n\n\n0.1b4 (2015-01-06)\n------------------\n\n- Fix one french translation ('recheche' instead of 'recherche').\n [bsuttor]\n\n- Use Markercluster plugins (https://github.com/Leaflet/Leaflet.markercluster) with collective.js.leaflet.\n [bsuttor]\n\n\n0.1b3 (2014-08-26)\n------------------\n\n- Use a \"local\" version of leaflet-google.js downloaded from https://gist.github.com/crofty/2197042\n [bsuttor]\n\n\n0.1b2 (2014-08-21)\n------------------\n\n- Fix an indentation error.\n [bsuttor]\n\n- Add collective_geo_styles indexer for dexterty content.\n [bsuttor]\n\n- Prevent attribute error for popup content.\n [bsuttor]\n\n\n0.1b1 (2014-08-07)\n------------------\n\n- Initial release.\n [bsuttor]", "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.geo.leaflet", "keywords": "leaflet collective.geo geo plone dexterity map", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "collective.geo.leaflet", "package_url": "https://pypi.org/project/collective.geo.leaflet/", "platform": "", "project_url": "https://pypi.org/project/collective.geo.leaflet/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/collective.geo.leaflet" }, "release_url": "https://pypi.org/project/collective.geo.leaflet/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Add geo views for dexterity content with leaflet js library", "version": "1.0.1" }, "last_serial": 5938776, "releases": { "0.1b1": [ { "comment_text": "", "digests": { "md5": "03d5855fcecb64ed4a4101b2da8f594e", "sha256": "3843168279251444b38b242f581f8fa83fedf3eee4ff2535bc16f82c7c48b631" }, "downloads": -1, "filename": "collective.geo.leaflet-0.1b1.zip", "has_sig": false, "md5_digest": "03d5855fcecb64ed4a4101b2da8f594e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 47646, "upload_time": "2014-08-07T07:10:12", "url": "https://files.pythonhosted.org/packages/c4/a9/5a0253705414008b29aa55f50ef4d1aa0b2bc81ec42bac4313ba85d61f66/collective.geo.leaflet-0.1b1.zip" } ], "0.1b2": [ { "comment_text": "", "digests": { "md5": "ca330759a576ce89109c21676dfbcd92", "sha256": "e2b7420a189a5ed6db658e5ed3dae60b7a41e4729e35e77d49597ec03041977e" }, "downloads": -1, "filename": "collective.geo.leaflet-0.1b2.zip", "has_sig": false, "md5_digest": "ca330759a576ce89109c21676dfbcd92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48387, "upload_time": "2014-08-21T06:58:16", "url": "https://files.pythonhosted.org/packages/0a/88/a58f54eb04ade8e16f6b2513d81a748c7e55fecc531c104324a3912f3e8b/collective.geo.leaflet-0.1b2.zip" } ], "0.1b3": [ { "comment_text": "", "digests": { "md5": "e32fcacdf912f6db25313ae17025c53a", "sha256": "c1db7c615d89ead3c2f015ef847b31055f6bdb9eb3ece0153c0bd3b1110bcc54" }, "downloads": -1, "filename": "collective.geo.leaflet-0.1b3.zip", "has_sig": false, "md5_digest": "e32fcacdf912f6db25313ae17025c53a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 50146, "upload_time": "2014-08-26T08:57:33", "url": "https://files.pythonhosted.org/packages/79/af/6a13f91589e6b8dd5c582ee1b48def8ebfb3a0312a70dcd3bf635c9c9807/collective.geo.leaflet-0.1b3.zip" } ], "0.1b4": [ { "comment_text": "", "digests": { "md5": "4a7428599e5d8a9bf5ffb8a538bf9ad2", "sha256": "dca6de77bd20ee5789740eb784049960440cd44b0f321c993d10423c08018792" }, "downloads": -1, "filename": "collective.geo.leaflet-0.1b4.zip", "has_sig": false, "md5_digest": "4a7428599e5d8a9bf5ffb8a538bf9ad2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51692, "upload_time": "2015-01-06T13:46:53", "url": "https://files.pythonhosted.org/packages/44/ba/05d257d396320f2a41437508a93eab1434942df9ca203bbce57e3c25ee49/collective.geo.leaflet-0.1b4.zip" } ], "0.1b5": [ { "comment_text": "", "digests": { "md5": "10348742aab3fb98ff5d355725fad3d0", "sha256": "f4950d5b6f4722ac67f82717d7c0a90ea713febf0e321ae5c703fb1b9e78415f" }, "downloads": -1, "filename": "collective.geo.leaflet-0.1b5.zip", "has_sig": false, "md5_digest": "10348742aab3fb98ff5d355725fad3d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51786, "upload_time": "2015-01-06T15:49:45", "url": "https://files.pythonhosted.org/packages/8d/ef/56feab03bbc04a6a4603a56fb8c5f2cb01059ba8e05fc2f134f84ffe9663/collective.geo.leaflet-0.1b5.zip" } ], "0.1b6": [ { "comment_text": "", "digests": { "md5": "0f7d93160b36cf2c2c1f182c3f0d5ede", "sha256": "d01aa9f342bbda09bbfdd086225fcfd3929cc51b08e329e986eb2c9c1fefdc12" }, "downloads": -1, "filename": "collective.geo.leaflet-0.1b6.zip", "has_sig": false, "md5_digest": "0f7d93160b36cf2c2c1f182c3f0d5ede", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51854, "upload_time": "2015-01-14T11:04:10", "url": "https://files.pythonhosted.org/packages/d1/93/d9ca1ac6c237afde72127e4fd306cf1839e223da48ca34bc3c2b22a76145/collective.geo.leaflet-0.1b6.zip" } ], "0.1b7": [ { "comment_text": "", "digests": { "md5": "c6b0d991250080bea454dc44801b0a8e", "sha256": "3f3c28adef20a742336fd6cbad78d4dd5a6ada3b46f5af2437139bdc96cda5ec" }, "downloads": -1, "filename": "collective.geo.leaflet-0.1b7.zip", "has_sig": false, "md5_digest": "c6b0d991250080bea454dc44801b0a8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52015, "upload_time": "2015-01-14T16:40:24", "url": "https://files.pythonhosted.org/packages/28/dc/df4061d57fe8449e16353f0b576b9c4c4a5903efb6b9a8448b953eb24041/collective.geo.leaflet-0.1b7.zip" } ], "0.1b8": [ { "comment_text": "", "digests": { "md5": "5eb9dd648427f2a173c842549949cfdf", "sha256": "7f7b4ac263f6d634e796a2f979a9e37c16210989c87e7da514f635b880a18d85" }, "downloads": -1, "filename": "collective.geo.leaflet-0.1b8.tar.gz", "has_sig": false, "md5_digest": "5eb9dd648427f2a173c842549949cfdf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26946, "upload_time": "2015-11-27T15:24:23", "url": "https://files.pythonhosted.org/packages/ad/7e/5bd798b597a7699696f4fbda9c8aaffb2ff4bcd224c042c8b6a6a250c706/collective.geo.leaflet-0.1b8.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "a11db0538085aa8d219a4be54f18f63b", "sha256": "d4974a6186ad7826106744e0e1d2793912fbecf8590514bcbfd47f19022c9ce3" }, "downloads": -1, "filename": "collective.geo.leaflet-0.2.tar.gz", "has_sig": false, "md5_digest": "a11db0538085aa8d219a4be54f18f63b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27966, "upload_time": "2016-03-23T14:26:09", "url": "https://files.pythonhosted.org/packages/45/a1/e2934c620303ee27ca605f1cface0ddd974f80153e46976d64527772204e/collective.geo.leaflet-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "b0e4352ae7ce1b9bd907a3bf227aa06c", "sha256": "827bafe69df9aa2f6e955b289fbe676a54e1880ea7b1f5a1be50d92fd361fa4a" }, "downloads": -1, "filename": "collective.geo.leaflet-0.2.1.tar.gz", "has_sig": false, "md5_digest": "b0e4352ae7ce1b9bd907a3bf227aa06c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28026, "upload_time": "2016-03-24T09:02:27", "url": "https://files.pythonhosted.org/packages/d7/72/4f03700b45b29864e5afe556874f453782baad4969cf10113846d06f73f6/collective.geo.leaflet-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "7cb8ec5bc4b238bc9bc86998ae16abc6", "sha256": "6b9ce9b29929c840208a2099042e39cdb143a90a98370907c11693663392912d" }, "downloads": -1, "filename": "collective.geo.leaflet-0.2.2.tar.gz", "has_sig": false, "md5_digest": "7cb8ec5bc4b238bc9bc86998ae16abc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28189, "upload_time": "2016-08-12T12:17:51", "url": "https://files.pythonhosted.org/packages/7c/c9/9f836bfd77807c0bab4fc76e332640406ba0bc7e8f390a1b587489e1ea2d/collective.geo.leaflet-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "cecd47d379a1b067d0854a0d8301aa30", "sha256": "c6de1d028eb347c1da5ae03107fb66f0cc1fe4aab171eb071fc66aebf6ad9ce5" }, "downloads": -1, "filename": "collective.geo.leaflet-0.2.3.tar.gz", "has_sig": false, "md5_digest": "cecd47d379a1b067d0854a0d8301aa30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28384, "upload_time": "2016-09-20T11:27:39", "url": "https://files.pythonhosted.org/packages/1b/f9/d1f12dc7295d04a542c2cfb000b73517cde22dd4f2d2d1a596c55304e2a3/collective.geo.leaflet-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "be4e2d4b7bdf029df947844616cceef7", "sha256": "a3ec977aa73d91c598fa0ae96403ff5c7fa8ce3d3d994b4f880e8c538c5879d9" }, "downloads": -1, "filename": "collective.geo.leaflet-0.2.4.tar.gz", "has_sig": false, "md5_digest": "be4e2d4b7bdf029df947844616cceef7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28450, "upload_time": "2017-04-05T12:55:41", "url": "https://files.pythonhosted.org/packages/dc/0c/d99d9776b7d696f5ab64d6a68cbe72d827b549e0a9d87a2f93c4540e8aeb/collective.geo.leaflet-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "db3d3d3a5d60fd166b58e8b94ec08c47", "sha256": "e1ecf01b237615f3ab58ff847ba023cd4f8f2354ff7b5a149b0fb1c11e83d16c" }, "downloads": -1, "filename": "collective.geo.leaflet-0.2.5.tar.gz", "has_sig": false, "md5_digest": "db3d3d3a5d60fd166b58e8b94ec08c47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28591, "upload_time": "2017-04-11T08:44:36", "url": "https://files.pythonhosted.org/packages/44/6a/5a95f59c55d139b61183c937eb899005c952307f936473d5ebc735de9a60/collective.geo.leaflet-0.2.5.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "0d3987cb8ff080ccfe19869bc2708437", "sha256": "76b7fc69728d1640dc051763759bf8d1fb394b39f7d5e2aa6f17040696185ac5" }, "downloads": -1, "filename": "collective.geo.leaflet-1.0.0.tar.gz", "has_sig": false, "md5_digest": "0d3987cb8ff080ccfe19869bc2708437", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28555, "upload_time": "2019-10-07T12:12:32", "url": "https://files.pythonhosted.org/packages/d1/25/b00bc1a55ddd0584abf772114809eea6857d8725cdf546f7a5cc4bc8fa37/collective.geo.leaflet-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "dd13f78ba360494b89992268b94918f6", "sha256": "fab6834e29f5f6399bfc8fb31ec655c11864f475cb518b541bca707091199414" }, "downloads": -1, "filename": "collective.geo.leaflet-1.0.1.tar.gz", "has_sig": false, "md5_digest": "dd13f78ba360494b89992268b94918f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28556, "upload_time": "2019-10-07T13:43:24", "url": "https://files.pythonhosted.org/packages/d1/43/c1854f739b601a06110a97373ab3afc71e5aa2fa22268bf3ea73416a4855/collective.geo.leaflet-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dd13f78ba360494b89992268b94918f6", "sha256": "fab6834e29f5f6399bfc8fb31ec655c11864f475cb518b541bca707091199414" }, "downloads": -1, "filename": "collective.geo.leaflet-1.0.1.tar.gz", "has_sig": false, "md5_digest": "dd13f78ba360494b89992268b94918f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28556, "upload_time": "2019-10-07T13:43:24", "url": "https://files.pythonhosted.org/packages/d1/43/c1854f739b601a06110a97373ab3afc71e5aa2fa22268bf3ea73416a4855/collective.geo.leaflet-1.0.1.tar.gz" } ] }