summaryrefslogtreecommitdiff
path: root/modules/googlemap_readme.txt
diff options
context:
space:
mode:
authorVeit Olschinski <veit@olschinski.de>2010-04-05 10:29:41 +0000
committerVeit Olschinski <veit@olschinski.de>2010-04-05 10:29:41 +0000
commit5bc7b36708d272081ffd2df5658ddf12275447dd (patch)
tree7884d88bd634f62d94e0239c911305ac4349dba8 /modules/googlemap_readme.txt
parent5dbb23df7f03aeb32c6c5a3fa6139dd479f9c0b4 (diff)
downloadwebtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.tar.gz
webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.tar.bz2
webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.zip
Diffstat (limited to 'modules/googlemap_readme.txt')
-rw-r--r--modules/googlemap_readme.txt74
1 files changed, 74 insertions, 0 deletions
diff --git a/modules/googlemap_readme.txt b/modules/googlemap_readme.txt
new file mode 100644
index 0000000000..8ebbba5460
--- /dev/null
+++ b/modules/googlemap_readme.txt
@@ -0,0 +1,74 @@
+README file for the Googlemap module for phpGedView
+
+The files in this archive should be extracted into your modules directory.
+
+These are the instruction on getting your Googlemap interface to work:
+
+1. Get your personal Google Map API key from
+ http://www.google.com/apis/maps/signup.html
+2. Go to the Googlemap configuration page. You can find this page under the
+ Administration page.
+3. Set Enable Googlemap to ‘Yes’.
+4. Enter the key in the input field, and click save.
+
+The map will only be shown if at least one fact has a place with coordinates
+attached to it. Attaching a coordinate can be done through the generic
+place-location interface (located at the Googlamp configuration page) or by
+specifying a MAP record with an event.
+
+Adding places one by one to your GEDCOM file (not recommended):
+
+This method is included so that you may have an idea of how a GEDCOM stores
+place data. You do not need the Googlemap module to use this procedure.
+The co-ordinates for an event can only be added directly to a GEDCOM file.
+The correct way to do this is for a PLAC record:
+2 PLAC <Placename>
+3 MAP
+4 LONG <Longitude>
+4 LATI <Latitude>
+(Make sure you use the "3 MAP" record after a PLAC record.)
+The MAP, LONG and LATI lines should be added directly after the PLAC line.
+In the ‘edit’ function pop-up window, there is a ‘+’ (plus sign) under ‘Place’
+where you can select a country, state, county, and city that exists in your
+PhpGedview ‘place’ file. This can help avoid duplications by various spellings
+or versions of the same place. The PhpGedView configuration allows for ‘expanded’
+editing if that option is selected.
+
+It is also possible to define a MAP record within a ADDR record, even though
+this is not according to the standard (these records are created by Legacy).
+
+Add a place using PhpGedView Googlemap module (recommended method):
+
+Forenote: the Google Map module is designed to work with locations in tree-like
+fashion. If we were to consider a suburb of London, the tree would take the
+order 'England, London, Hackney'. This is not how we enter place names in our
+family data, but it is how we manage the Google Map module. This will give
+access to useful place lookup features as we build up map information. It will
+help you find groups of people from the same locale. And it conforms to the
+GEDCOM specification, a feature of PhpGedView.
+
+And, BEFORE you start with any mapping endeavours, review your data. Make sure
+spelling is consistent, there are no 'almost' duplicates, places are in their
+right country, and the places you describe are in true tree fashion. Only then
+will the module make it easy for you to connect family data with Google Maps.
+
+This feature uses new database tables to store place text and location
+information. Existing places can be imported and location information can be
+added using graphic tools (zoom/click on map) or specific location data.
+
+The location information is held outside the GEDCOM (and can be shared between
+GEDCOMs in PGV) and location data is entered only once for each place. Backup
+of location data is available by export of each new place database table to a
+text file (separated with ";"). Bulk additions can be performed by text file
+import (with reservations for specific place structure and spelling).
+
+Using the tree structure mentioned above, we start to build location data
+from the top down – which, in 99% of cases, will mean starting by entering
+a country. When that is done, we move to the next layer (state, county,
+whatever is appropriate for your locale.)
+
+To make the flags work in PGV basic, copy the flags directory from images to
+places, or download the flags from the full version.
+
+More information:
+http://wiki.phpgedview.net/en/index.php?title=How_to:Add_Google_maps \ No newline at end of file