Author: ivorw Date: 2005-12-24 13:38:06 +0000 (Sat, 24 Dec 2005) New Revision: 732
Modified: trunk/Build.PL trunk/INSTALL trunk/MANIFEST Log: Some changes that were missing for Google Maps
Modified: trunk/Build.PL =================================================================== --- trunk/Build.PL 2005-12-21 18:47:52 UTC (rev 731) +++ trunk/Build.PL 2005-12-24 13:38:06 UTC (rev 732) @@ -274,6 +274,7 @@ "footer.tt", "header.tt", "home_node.tt", + "map_index.tt", "navbar.tt", "newpage.tt", "node.tt",
Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2005-12-21 18:47:52 UTC (rev 731) +++ trunk/INSTALL 2005-12-24 13:38:06 UTC (rev 732) @@ -191,7 +191,33 @@ Note that these the latter question will override the former, so if you want to use a local node make sure to leave the latter blank.
+ "Make node titles link to node backlinks (C2 style)?"
+This refers to turning titles into links which bring up a list of referring +pages. This was the convention with older wikis, but is not intuitive. + + "Do you have a Google Maps API key to use with this guide?" + +If you want Google Maps integration, you need to register with Google to get +an API key. Visit http://www.google.com/apis/maps/signup.html and follow the +instructions. Paste the great long string into the console window where you +are installing. + + "What is the longitude of the centre point of a map to draw for your guide?" + "What is the latitude of the centre point of a map to draw for your guide?" + +It's probably a good idea to pick some notionally central point for your +guide. For example, Carfax for Oxford, Charing Cross for London. + + "What default zoom level shall we use for Google Maps?" + "What default zoom level shall we use for Google Maps in the search results?" + +The defaults are probably appropriate in most cases. + + "Forcibly treat stored lat/long data as if they used the WGS84 ellipsoid?" + +Default this answer if you don't know what it means. + "Distance calculation methods available are: 1) British National Grid 2) Irish National Grid
Modified: trunk/MANIFEST =================================================================== --- trunk/MANIFEST 2005-12-21 18:47:52 UTC (rev 731) +++ trunk/MANIFEST 2005-12-24 13:38:06 UTC (rev 732) @@ -38,6 +38,7 @@ templates/footer.tt templates/header.tt templates/home_node.tt +templates/map_index.tt templates/navbar.tt templates/newpage.tt templates/node.tt @@ -64,6 +65,7 @@ t/25_write_geo_data.t t/26_geo_data_search_form.t t/27_geo_data_edit_form.t +t/28_wgs84_coords.t t/31_search.t t/32_search_simple_metadata.t t/33_search_advanced_search.t