{ "info": { "author": "Tecnoteca srl", "author_email": "tecnoteca@tecnoteca.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)" ], "description": "Tecnoteca GoogleMap Module for Plone 3 and Plone 4\r\n---------------------------------------------------------------------------\r\n\r\nThe Tecnoteca GoogleMap module and these instructions are distributed\r\nin the hope that they will be useful, but WITHOUT ANY WARRANTY;\r\nwithout even the implied warranty of MERCHANTABILITY\r\nor FITNESS FOR A PARTICULAR PURPOSE.\r\n\r\nTecnoteca does not guarantee that there will be no damage to your\r\nexisting Plone installation when using this module.\r\n\r\nIMPORTANT: Before using this module, make sure you have a full backup\r\nof your Plone installation.\r\n\r\n**************************************************************************\r\n\r\n\r\nWarning: upgrade from 1.0 version, please read!\r\n---------------------------------------------------------------------------\r\nIf you are upgrading your tecnoteca.googlemap 1.0 please remember to edit and save your googlemap objects in order to avoid errors.\r\nTo edit your objects just append \"/edit\" to the map object url, for example: http://localhost:8080/Plone/mygooglemap/edit\r\n\r\n\r\nIntroduction\r\n---------------------------------------------------------------------------\r\nThis product lets you include Google Maps v3 in a Plone 3 / Plone 4 environment.\r\nThe Tecnoteca GoogleMap module extends Plone with the capability to display different maps with macro-categories, categories, markers, paths and areas.\r\nThanks to the Plone relations feature it's possible to define georeference from/to map markers and other Plone objects.\r\nYou can also extend your custom content types (Archetypes) to add geolocalization attributes and then show your content types on the google map.\r\n\r\n.. image:: http://www.tecnoteca.com/it/risorse/release/plone-google-map/immagini/TecnotecaGoogleMap.png/image_preview\r\n\r\n\r\nFeatures\r\n---------------------------------------------------------------------------\r\n- Plone 3 and Plone 4 compatibility\r\n- Complete map definition (center,zoom,size,advanced controls,traffic,panoramio,weather,bicycle,street view, etc)\r\n- Custom categories with custom icons and unlimited markers per category\r\n- Location widget to define markers' position\r\n- Georeference for custom content types (Archetypes), see section below\r\n- Georeference for plone pages, events, news, images etc\r\n- Custom paths\r\n- Custom areas\r\n- Portlet to show georeference relations\r\n- Cache load option (@ram.cache)\r\n- Italian, English and French localizations\r\n\r\n**Scenario**\r\n\r\nYou have a Plone site and you'd like to add several maps (culture, health, \r\ntransportation, etc) each one containing several categories (ie museums, \r\ntheaters, churches etc), and every category containing several markers \r\n(ie museum n.1, museum n.2, museum n.3 etc).\r\n\r\nMoreover you'd like to link together the content page regarding the \"museum n.1\" \r\nand the marker \"museum n.1\" you've defined in your map, so that a user reading \r\nthe content page could see where that specific museum is located.\r\n\r\nAlso, you have your custom content types and you would like to extend them with \r\ngeoreference feature so that you can show them on a google map.\r\n\r\nFinally, you'd like to highlight some areas of your city / territory (ie highlight \r\nresidential area) and highlight some paths (ie highlight streets or tourist routes).\r\n\r\n\r\nUsage\r\n---------------------------------------------------------------------------\r\nOnce you've installed and configured the product you can create a google map object.\r\nThen, inside the google map object, you can create paths / areas / categories and, inside categories, markers.\r\nImportant: you must publish categories / markers / paths / areas to show them on the map!\r\n\r\nExample:\r\n\r\n1. Add new >> Google Map\r\n2. (inside Google Map object) Add new >> Google Map Category\r\n3. (inside Google Map Category) Add new >> Google Map Marker\r\n4. **Publish your categories and markers in order to see them on the map**\r\n\r\nIf you'd like to add the \"related markers\" portlet please use the Plone portlet manager ( http://path_to_your_installation/@@manage-portlets ).\r\n\r\n\r\nExtend your custom content types (Archetype)\r\n---------------------------------------------------------------------------\r\n1. Import:\r\n\r\n **from tecnoteca.googlemap.content.ttgooglemapcoordinates import TTGoogleMapCoordinates,TTGoogleMapCoordinatesSchema**\r\n\r\n2. Extend schema:\r\n schemata.ATContentTypeSchema.copy() + atapi.Schema((\r\n ...\r\n\r\n )) + **TTGoogleMapCoordinatesSchema.copy()**\r\n\r\n3. Extend class:\r\n class MyContentType(base.ATCTContent, **TTGoogleMapCoordinates**):\r\n\r\n4. Done! Now your content type has the required georeference fields and you can edit your items to set location\r\n\r\n5. Add to your GoogleMap a new \"Google Map Category Content Type\" object to show your items on the map\r\n\r\n\r\nRequirements\r\n---------------------------------------------------------------------------\r\n- Plone 3 / 4\r\n- SmartColorWidget\r\n\r\n\r\nConfiguration\r\n---------------------------------------------------------------------------\r\nBefore creating a GoogleMap object please configure product parameters in plone control panel (http://path_to_your_installation/plone_control_panel).\r\n\r\nThe google map api key can be generated here: http://code.google.com/apis/maps/signup.html\r\n\r\n\r\nInstallation\r\n---------------------------------------------------------------------------\r\nStandard buildout installation, see docs/INSTALL.txt\r\n\r\n\r\nSupport and issues\r\n---------------------------------------------------------------------------\r\nhttp://www.tecnoteca.com/en/contact\r\n\r\n\r\nAuthor\r\n---------------------------------------------------------------------------\r\nTecnoteca srl\r\nVia l'Aquila, 1/B\r\n33010 Tavagnacco UD\r\nhttp://www.tecnoteca.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.plone.org/svn/collective/", "keywords": "tecnoteca googlemap", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "tecnoteca.googlemap", "package_url": "https://pypi.org/project/tecnoteca.googlemap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tecnoteca.googlemap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/" }, "release_url": "https://pypi.org/project/tecnoteca.googlemap/1.2/", "requires_dist": null, "requires_python": null, "summary": "Tecnoteca GoogleMap Plone Product", "version": "1.2" }, "last_serial": 965334, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "67cf28c2180660f5986583633b9124f0", "sha256": "ad72c747134b2e403ae3cd29cf400dcd7710b147ff708e93d97ad7b841b310f2" }, "downloads": -1, "filename": "tecnoteca.googlemap-1.0.tar.gz", "has_sig": false, "md5_digest": "67cf28c2180660f5986583633b9124f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 179514, "upload_time": "2010-08-05T09:37:39", "url": "https://files.pythonhosted.org/packages/9a/22/6a3293c052f8669633af61394904ba11238180ea4c931cfee056f2ff2080/tecnoteca.googlemap-1.0.tar.gz" } ], "1.0-b1": [ { "comment_text": "", "digests": { "md5": "5dc65c8dfc07fee07379aada15c4c50e", "sha256": "968c67af9564115b4173939172e58a602c5508a963a374df772ea80327b86961" }, "downloads": -1, "filename": "tecnoteca.googlemap-1.0-b1.tar.gz", "has_sig": false, "md5_digest": "5dc65c8dfc07fee07379aada15c4c50e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 178551, "upload_time": "2010-05-13T12:38:13", "url": "https://files.pythonhosted.org/packages/ab/01/8e2d836d90d998c23e1b8c9377a42f55d8afe8a0ce907fadd96f9e6e6cd7/tecnoteca.googlemap-1.0-b1.tar.gz" } ], "1.0-b2": [ { "comment_text": "", "digests": { "md5": "915744d49b80ba121eee93bae5523737", "sha256": "2f5899f06b620da69d3d22f240b93cc1dea7bf6730a9b05f778e40643b360956" }, "downloads": -1, "filename": "tecnoteca.googlemap-1.0-b2.tar.gz", "has_sig": false, "md5_digest": "915744d49b80ba121eee93bae5523737", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 178346, "upload_time": "2010-05-14T11:14:03", "url": "https://files.pythonhosted.org/packages/bc/22/d1c44121f6e949cd275b10ce565c0cc8880f30fbb7f9199d92451956c7b4/tecnoteca.googlemap-1.0-b2.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "01c3ff10748bf45f96a8a7790245d1fe", "sha256": "cc99b92e2f467d4456e10264a93a3caa2d38d82ad35ccd325640a49dfe9d8eaf" }, "downloads": -1, "filename": "tecnoteca.googlemap-1.1.tar.gz", "has_sig": false, "md5_digest": "01c3ff10748bf45f96a8a7790245d1fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 217994, "upload_time": "2013-10-09T16:18:38", "url": "https://files.pythonhosted.org/packages/91/e0/d7449e418d0d5ab6706ed415eedf2762c4b26a17d414112a0f497ae8ada3/tecnoteca.googlemap-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "2a6108e02cc9f3c3d4debe2014192cf2", "sha256": "e31b1bcaf84cbd808e517eef501c3cc9d57cc6dbcb256b773ca93f107a51f82e" }, "downloads": -1, "filename": "tecnoteca.googlemap-1.2.tar.gz", "has_sig": false, "md5_digest": "2a6108e02cc9f3c3d4debe2014192cf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 218236, "upload_time": "2013-11-11T09:05:42", "url": "https://files.pythonhosted.org/packages/6f/3a/55667332a7eb444daa52cb03d81ffc6347d5a5bf4730d9c428c7d1942451/tecnoteca.googlemap-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2a6108e02cc9f3c3d4debe2014192cf2", "sha256": "e31b1bcaf84cbd808e517eef501c3cc9d57cc6dbcb256b773ca93f107a51f82e" }, "downloads": -1, "filename": "tecnoteca.googlemap-1.2.tar.gz", "has_sig": false, "md5_digest": "2a6108e02cc9f3c3d4debe2014192cf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 218236, "upload_time": "2013-11-11T09:05:42", "url": "https://files.pythonhosted.org/packages/6f/3a/55667332a7eb444daa52cb03d81ffc6347d5a5bf4730d9c428c7d1942451/tecnoteca.googlemap-1.2.tar.gz" } ] }