{ "info": { "author": "RedTurtle Technology", "author_email": "sviluppoplone@redturtle.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Plone", "Programming Language :: Python", "Topic :: Scientific/Engineering :: GIS", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. contents::\n\nDocumentation\n=============\n\n.. image:: http://keul.it/images/plone/monet.mapsviewlet-0.5.0-02.png\n :alt: Monet Citypass preview\n :align: left\n :target: http://keul.it/images/plone/monet.mapsviewlet-0.5.0-01.png\n\nEvery Plone content can now display a Google's Map inside a viewlet. In the simpler use case the map is\ncentered on a valid address that Google Maps service can understand (like \"*Piazza Grande, Modena, Italy*\")\ntaken from the content's \"*Location*\" field.\n\nThe viewlet is placed (by default) below the content, but your custom theme can move it where you want.\n\nTo finally enable the map you need also to access a new option under the \"*Action*\" menu. Use this\nsame menu for disabling the map. Remember that a map is displayed only if there is a geolocation to\ndisplay; if not, a user with the proper permission only see a warning message while other users don't\nsee anything.\n\nAdvanced use\n------------\n\n.. image:: http://keul.it/images/plone/monet.mapsviewlet-0.6.0-02-mini.png\n :alt: Geolocation fieldset\n :align: right\n :target: http://keul.it/images/plone/monet.mapsviewlet-0.6.0-02.png\n\nWhen you mark a content as \"map enabled\", you will see a new \"*Geolocation*\" fieldset when you edit it.\n\nFrom this fieldset you can customize some map behaviors, like:\n\n* you can choose to point the map onto a different point that isn't the content \"Location\" field (maybe\n still keeping the Location as the displayed baloon info).\n* you can set the starting zoom level of the map\n* you can choose to display or not the baloon on the marker, or display a custom text that isn't the\n Location \n\nIf you don't provide an official Location but only the alternative Geolocation and choose to display\nthe location info, the displayed address will be reverse-geocoded, to display a human readable information.\n\nMaps dependency\n---------------\n\nStarting from version 0.6, the product needs `Maps`__ as dependency. A lot of configuration procedures\n(like put a valid `Google Key`__) are now left to Maps itself. Please refer to its documentation.\n\n__ http://plone.org/products/maps\n__ http://code.google.com/apis/maps/signup.html\n\nIn this way we also use the location field and widget for choose a geolocation directly using Google Maps.\n\nFinally, a content that is \"map enabled\" and were you choosed a geolocation from the new field, can be used\nas a Maps GeoLocation content (in Folder or Collection \"Map view\").\n\n.. image:: http://keul.it/images/plone/monet.mapsviewlet-0.6.0-03-mini.png\n :alt: View of the menu entry\n :target: http://keul.it/images/plone/monet.mapsviewlet-0.6.0-03.png\n\nKML\n---\n\nAlso you can handle `KML`__ file using again the Google APIs.\nYou must simply add Plone files with KML extensions to the *related contents* section of a document\nwhere the map is enabled.\n\n__ http://code.google.com/apis/kml/documentation/whatiskml.html\n\nWhen you have KML data to show, you can also use a new portlet that will help users to enable/disable\nsingle KML data from the map. The portlet must be enabled where you prefer like every other.\n\n.. Note::\n You can use and test KML features only with online site. When working locally all KML features simply\n don't work.\n\nOther dependencies\n==================\n\nTested on Plone 3.3 and 4.1 with `Products.Maps 2.1.1`__\n\n__ http://plone.org/products/maps/releases/2.1.1\n\nTODO and know issues\n====================\n\n* think about moving KML files away from using related contents and into the new geolocation fieldset\n* make the *Products.Maps* dependency optional while keeping all other features\n* find a more elegant way to fix `issue #35 of Maps`__ \n* find how to fix a `bug for using the LocationWidget on Firefox`__ (see also `Maps issue #36`__)\n* some geolocation fieldset's elements are not translable (seems they are using the ``plone`` domain)\n\n__ http://plone.org/products/maps/issues/35\n__ http://permalink.gmane.org/gmane.comp.web.zope.plone.user/115279\n__ http://plone.org/products/maps/issues/36\n\nOther products\n==============\n\nIf you need something more professional, pluggable and modular (also with KML support) don't miss the\n`collective.geo`__ suite!\nWe suggent you to evaluate this suite for a modern Plone 4.0 and 4.1 environment. Still, Monet Maps Viewlet\nis Plone 3 compatible.\n\n__ http://plone.org/products/collective.geo/\n\nCredits\n=======\n\nDeveloped with the support of:\n\n* `Rete Civica Mo-Net - Comune di Modena`__\n \n .. image:: http://www.comune.modena.it/grafica/logoComune/logoComunexweb.jpg \n :alt: Comune di Modena - logo\n \n* `S. Anna Hospital, Ferrara`__\n\n .. image:: http://www.ospfe.it/ospfe-logo.jpg \n :alt: S. Anna Hospital - logo\n\nAll of them supports the `PloneGov initiative`__.\n\n__ http://www.comune.modena.it/\n__ http://www.ospfe.it/\n__ http://www.plonegov.it/\n\nAuthors\n=======\n\nThis product was developed by RedTurtle Technology team.\n\n.. image:: http://www.redturtle.it/redturtle_banner.png\n :alt: RedTurtle Technology Site\n :target: http://www.redturtle.it/\n\n\nChangelog\n=========\n\n0.6.2 (2012-01-04)\n------------------\n\n* registering the view only for the ``IViewView``, not trying to\n render it when in other views [keul]\n\n0.6.1 (2011-09-27)\n------------------\n\n* fixed a bug that raise error if enabling/disabling map on default page in a folder [keul]\n* some more tests [keul] \n\n0.6.0a (2011-09-23)\n-------------------\n\nNow this product depends on `Maps`__ (and the code is now on the collective).\n\n__ http://plone.org/products/maps\n\n* added tests [keul]\n* changed the logic used for beeing able to enable the map: you can always enable it\n (with permission), then it will be displayed if the \"Location\" info has been found [keul]\n* added a product browser layer [keul]\n* package refactoring and cleanup [keul]\n* some label in the portlet were still in italian; now translated [keul]\n* map-enabled-content are now also compatible with ``IMarker`` content, so can be displayed\n in a Maps folder or collection view (only when the \"*Geolocation*\" data has been provided) [keul]\n* all static resources moved in browser directories [keul]\n* added uninstall step, that also remove markers from all contents [keul]\n* map position is now taken from a new content field (\"*Geolocation*\"), falling back to\n a custom location provider (default one: the content \"*Location*\" field) [keul]\n* display a message to the user with proper permissions if the map can't be shown for missing data [keul]\n* use the Products.Maps API keys instead of requiring our own [keul]\n* added ``zoomLevel`` field, for controls the starting zoom of the map [keul]\n* added some additional fields to control if/what/how information must be displayed in the\n map's baloon [keul]\n* map is now loaded in the proper language, not always english [keul]\n* properly unload Google Map for preventing IE memory leaks, and other JavaScript optimizations [keul]\n\n0.5.0 (2011-08-25)\n------------------\n\nFirst public release.\n\n* unified permissions name [keul]\n* map enable/disable was not properly protected [keul]\n* migrated to Plone 4.1 [keul]\n* restored locales (again) and removed i18n folder [keul]\n* JavaScript cleanup [keul]\n* fully translable [keul]\n\n0.4.0 (2009-03-30)\n------------------\n\n* i18n support (but many other string are in **italian**) [keul]\n* removed *locales* and gone back to *i18n* [keul]\n* fixed CSS issue when printing [keul]\n* reinstall no more reset the Google API key [keul]\n* now support multiple hostname (in a syntax like ``Products.Maps``) [keul]\n\n0.3.1 (Unreleased)\n------------------\n\n* removed skins stuff, replaced with browser resources\n* adjusted action for Generic Setup import steps\n* Google's key now is read from a \"**monet_properties**\" property sheet, not from portal object\n* enable the mousewheel use when maps are displayed\n\n0.3.0 (2009-02-25)\n------------------\n\n* moved to Zope 3 egg format\n* added an object action, for enabling/disabling the map (if the content has a location or not)\n* other minor fixes\n\n0.2.0 (2008-11-12)\n------------------\n\n* fixed some style issues\n\n0.1.0 (Unreleased)\n------------------\n\n* initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plone.org/products/monet.mapsviewlet", "keywords": "plone monet google maps plonegov kml", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "monet.mapsviewlet", "package_url": "https://pypi.org/project/monet.mapsviewlet/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/monet.mapsviewlet/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://plone.org/products/monet.mapsviewlet" }, "release_url": "https://pypi.org/project/monet.mapsviewlet/0.6.2/", "requires_dist": null, "requires_python": null, "summary": "A viewlet for Plone that show up a Google Maps using the document location field. Also can handle KML files using related contents.", "version": "0.6.2" }, "last_serial": 360123, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "f6a0ea57107cea043a4e8480210973ec", "sha256": "213488b192d137ce9663182385b79a63cf68b4df2a224ac0739f03b8c4d3a6ab" }, "downloads": -1, "filename": "monet.mapsviewlet-0.5.0.tar.gz", "has_sig": false, "md5_digest": "f6a0ea57107cea043a4e8480210973ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17748, "upload_time": "2011-08-25T14:57:35", "url": "https://files.pythonhosted.org/packages/e7/e1/1cde76a3ca2c127ed35675129ff2333e1f312f6697d17a074bf0e7950db4/monet.mapsviewlet-0.5.0.tar.gz" } ], "0.6.0a": [ { "comment_text": "", "digests": { "md5": "a8c2ba959ab6120bd7d0d3f466cf9ac8", "sha256": "26218a6e8d40344c6ec5ac58865517d17c7719e861a6646c430cea0c6b0035ae" }, "downloads": -1, "filename": "monet.mapsviewlet-0.6.0a.tar.gz", "has_sig": false, "md5_digest": "a8c2ba959ab6120bd7d0d3f466cf9ac8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28554, "upload_time": "2011-09-23T16:30:09", "url": "https://files.pythonhosted.org/packages/3c/1e/fbf4dc85f2b90fa2b2b5c03339ea597865ede21e0c7601b429e4d88e564a/monet.mapsviewlet-0.6.0a.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "cd0ed75fabbe6dfa772bb0fff4bfc374", "sha256": "c3de95b629b6d51d51c00769cd781397892278ba4e4d725a78c2f6927563834d" }, "downloads": -1, "filename": "monet.mapsviewlet-0.6.1.tar.gz", "has_sig": false, "md5_digest": "cd0ed75fabbe6dfa772bb0fff4bfc374", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28985, "upload_time": "2011-09-27T14:23:58", "url": "https://files.pythonhosted.org/packages/e2/f2/1f256d9cef43c985649d65cac8f3f93e71c239567cfa050437dab8413b83/monet.mapsviewlet-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "edf0848982c3d724e50e169a8e261a19", "sha256": "bda6d4990d1dcd498e035ce286bbd3e683a1fabef4c0bc970c0ee5cfd2ef7935" }, "downloads": -1, "filename": "monet.mapsviewlet-0.6.2.tar.gz", "has_sig": false, "md5_digest": "edf0848982c3d724e50e169a8e261a19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29075, "upload_time": "2012-01-04T11:45:08", "url": "https://files.pythonhosted.org/packages/11/2d/4a79846d0a9e5aa7749ab91cc634289bf0977e605b3d372a65c4561c879b/monet.mapsviewlet-0.6.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "edf0848982c3d724e50e169a8e261a19", "sha256": "bda6d4990d1dcd498e035ce286bbd3e683a1fabef4c0bc970c0ee5cfd2ef7935" }, "downloads": -1, "filename": "monet.mapsviewlet-0.6.2.tar.gz", "has_sig": false, "md5_digest": "edf0848982c3d724e50e169a8e261a19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29075, "upload_time": "2012-01-04T11:45:08", "url": "https://files.pythonhosted.org/packages/11/2d/4a79846d0a9e5aa7749ab91cc634289bf0977e605b3d372a65c4561c879b/monet.mapsviewlet-0.6.2.tar.gz" } ] }