Changes between Version 13 and Version 14 of qPloneGoogleMaps
- Timestamp:
- Jul 11, 2006 12:04:34 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qPloneGoogleMaps
v13 v14 3 3 4 4 == Plone Google Maps Features == 5 5 6 1. Due to '''qPloneGoogleMaps''' you can set up the latitude and longitude of your site objects and have their maps exhibited on your site. 6 2. Any object with the latitude-longitude 7 2. Any object with the latitude-longitude has an additional [http://quintagroup.com/services/plone-development/products/google-maps/school-portlet-map.png/ map portlet] displaying this object. This portlet, in turn, has a template '''"Large screen"'''. If you click on the [http://quintagroup.com/services/plone-development/products/google-maps/school-portlet-map-large-screen.png/ '''"large screen"'''] below the portlet, you will be able to see the full-size map of the page with its description. 8 3. The folders containing objects with the latitude-longitude parameters have an additional display view - '''"maps view"''', which gives an opportunity to see the full-size map with all these objects. 9 4. There is a new content type '''"Map"''' which can have other content types - '''"overlays"'''. It enables the positioning of different objects on one map showing them with the markers of different colours. 10 7 11 8 12 == Plone Google Maps Installation == 13 9 14 * Install '''qPloneGoogleMaps''' and '''geolocation''' as Zope products 10 15 * Install these two products in your Plone instance with Quick Installer (Plone Control Panel ->Add/remove Products) … … 12 17 == How To Use qPloneGoogleMaps == 13 18 14 19 === Use Case 1 === 15 20 16 Let's assume you have a page with the description of School1 and with the latitude-longitude parameters set up. Go to this page and have a look at the portlet with the map on the bottom of the page: 17 18 http://quintagroup.com/services/plone-development/products/google-maps/school-portlet-map.png/ 19 20 If you click on the "large screen" below the portlet, you will be able to see the full-size map of the page with its description: 21 22 http://quintagroup.com/services/plone-development/products/google-maps/school-portlet-map-large-screen.png/ 23 24 == Use Case 1 == 25 26 * Suppose you have a folder "School". 27 * Create two pages for this folder ("School1", "School2") 28 29 Choose the object you need and click on the tab '''"geolocation"''', which appeared after the installation of the Plone product with the same name. You will see a page with latitude and longitude fields and an empty Google map. Fill in the fields with the latitude and longitude values, click the "Save" button and you will see the changes on the map below. 21 * Suppose you have a folder '''"School"''' 22 * Create two pages for this folder ('''"School 1"''', '''"School 2"''') 23 * Go to the page '''"School 1"''' and click on the tab '''"geolocation"''' 24 * You will see a page with the latitude and longitude fields and an empty Google map. Fill in the fields with the latitude and longitude values, click the '''"Save"''' button and you will see the changes on the map below: 30 25 31 26 http://quintagroup.com/services/plone-development/products/google-maps/geolocation.png 32 27 33 In case you want to change the location of your object, you don't need to know the exact latitude http://koi.mail.ru/cgi-bin/readmsg?id=11525514330000009789and longitude values: just click on the map region you need, and the marker of the object will move in a way you like. 34 35 36 If you click on the display view drop-down menu, you will see an additional "maps view". 37 38 Suppose, we have a folder with two pages, for both of which the latitude and longitude parameters have been set up. Go to this folder and choose "maps view" from the "display" drop-down menu. You will see the map with both of these objects marked with the markers. If you click on one of these objects you will see its name appear beside it. 28 * Do the same steps for the page '''"School 2"''' 29 * Go to the folder '''"School"''' 30 * Choose "maps view" from the "display" drop-down menu. You will see the map with both of these objects ('''"School 1"''', '''"School 2"''') marked with the markers. If you click on one of these markers you will see its name appear beside it (after the click on this name you will be taken to the page the marker displays) 39 31 40 32 http://quintagroup.com/services/plone-development/products/google-maps/mapsview.png 41 33 42 == Use Case 2 ==43 34 44 Due to qPloneGoogleMaps the folders on your site can have an additional content type '''"Map"'''. 35 === Use Case 2 === 45 36 46 37 * Suppose, you have a folder "Nigeria". … … 50 41 http://quintagroup.com/services/plone-development/products/google-maps/overlay.png 51 42 52 You can create an overlay in the following way: 53 * Add an overlay to the map 54 * Enter its Short Name and title 43 * Choose "overlay" from "add item" drop-down menu 44 * Enter Short Name and title of a new overlay (f.eg. "Satellite Uplink Stations") 55 45 56 46 http://quintagroup.com/services/plone-development/products/google-maps/editoverlay.png 57 47 58 * now choose the object with the latitude-longitude parameters you want your marker to be tied to and click "insert": 48 * Click "browse" button for the "Markers Source" pop-up window to appear 49 * now choose the object with the latitude-longitude parameters you want your marker to be tied to ("Nigeria=>"Satellite Uplink Stations") and click "insert": 59 50 60 51 http://quintagroup.com/services/plone-development/products/google-maps/markers.png 61 52 62 53 63 * After browsing the object for the markerselect the marker's color which will be shown on the map64 * Click the '''"Save"''' button .54 * Return to the '''"Edit Overlay"''' page to select the marker's color which will be shown on the map 55 * Click the '''"Save"''' button 65 56 66 You can create overlays for all the pages in the folder if you want all of them to be shown on one map. 67 Go to this folder and choose the maps view. Your mapwill look like this:57 * Complete the same steps for creating overlays for other objects of the folder '''"Nigeria"''' 58 * Go to this folder and choose the map. It will look like this: 68 59 69 60 http://quintagroup.com/services/plone-development/products/google-maps/wholemap.png