Changes between Version 10 and Version 11 of qPloneGoogleMaps
- Timestamp:
- Jul 11, 2006 8:59:00 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qPloneGoogleMaps
v10 v11 9 9 10 10 Due to '''qPloneGoogleMaps''' you can set up the latitude and longitude of your site objects and have their maps exhibited on your site. 11 http://quintagroup.com/services/plone-development/products/google-maps/school-portlet-map.png 12 13 http://quintagroup.com/services/plone-development/products/google-maps/school-portlet-map-large-screen.png 14 15 == Use Case 1 == 16 17 * Suppose you have a folder "School". 18 * Create two pages for this folder ("School1", "School2") 11 19 12 20 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. … … 15 23 16 24 In case you want to change the location of your object, you don't need to know the exact latitude and longitude values: just click on the map region you need, and the marker of the object will move in a way you like. 17 Note that you can switch between three modes of the map by clicking on the corresponding buttons on the right top of the Google map: Map, Satellite and Hybrid (two first modes combined).18 25 19 26 … … 26 33 == Use Case 2 == 27 34 35 Due to qPloneGoogleMaps the folders on your site can have an additional content type '''"Map"'''. 28 36 29 30 If you go to the "map" folder, you will notice that it has an additional content type "overlay": 37 * Suppose, you have a folder "Nigeria". 38 * Go to this folder and add '''"map"''' item from the "add item" drop-down menu. 39 * If you go to the '''"map"''' you've created, you will notice that it can have an additional content type '''"overlay"''': 31 40 32 41 http://quintagroup.com/services/plone-development/products/google-maps/overlay.png 33 42 34 It is necessary to create overlays if you want to have a full map with all of the objects having latitude-longitude parameters.35 36 43 You can create an overlay in the following way: 37 * 44 * Add an overlay to the map 45 * Enter its Short Name and title 38 46 39 47 http://quintagroup.com/services/plone-development/products/google-maps/editoverlay.png 40 48 41 Now choose the object for the markerand click "insert":49 * now choose the object with the latitude-longitude parameters you want your marker to be tied to and click "insert": 42 50 43 51 http://quintagroup.com/services/plone-development/products/google-maps/markers.png 44 52 45 53 46 After browsing the object for the marker select the marker's color which will be shown on the map and click the "save" button. 54 * After browsing the object for the marker select the marker's color which will be shown on the map 55 * Click the '''"Save"''' button. 47 56 48 Suppose you have a folder containing other folders with overlays. You can view the map with all of these overlays on it. Go to this folder and choose the maps view. Your map will look like this: 57 You can create overlays for all the pages in the folder if you want all of them to be shown on one map. 58 Go to this folder and choose the maps view. Your map will look like this: 49 59 50 60 http://quintagroup.com/services/plone-development/products/google-maps/wholemap.png