Earle Martin wrote:
London should now be up-to-date and running OG 0.52, including Google Maps support. Something's a bit up with maps of category/locale entries, but per-page maps seem to work alright - I'll try and get this fixed ASAP.
Please let me know if you find other bugs.
Cheers,
Earle
Individual google maps (via prefs) are working, but maps of categories are not:
http://london.openguides.org/?action=index;index_type=category;index_value=t... "We are sorry but we don't have maps at this zoom level for this region. Try zooming out for a broader look"
Zooming out, it all goes light blue with no map.
Also, the gargantua map doesn't work: http://london.openguides.org/?action=index;format=map This gives the list of all nodes in a scrolling region (correct) but no map at all.
I have both of these working on nurflax:
http://www.nurflax.net/cgi-bin/openguides/wiki.cgi?action=index;index_type=c... http://www.nurflax.net/cgi-bin/openguides/wiki.cgi?action=index;format=map
Attached is the wiki.conf for nurflax (with anything sensitive suppressed as this mail is archived publicly)
Everything else relevant is as per svn or 0.52 (there are a couple of unrelated patches).
My machine can also handle the gargantua map with no problems. If you want me to test this, let me know on IRC.
Ivor.
# What type of database do you want the site to run on? postgres/mysql/sqlite dbtype = mysql
# What's the name of the database that this site runs on? dbname = <suppressed>
# ...the database user that can access that database? dbuser = <suppressed>
# ...the password that they use to access the database? dbpass = <suppressed>
# ...the machine that the database is hosted on? (blank if local) dbhost =
# What do you want the script to be called? script_name = wiki.cgi
# What directory should I install it in? install_directory = /home/nurflax/cgi-bin/openguides/
# What directory should I install the templates in? template_path = /home/nurflax/cgi-bin/openguides/templates
# Where should I look for custom templates? custom_template_path = /home/nurflax/cgi-bin/openguides/custom-templates
# What URL does the install directory map to? script_url = /cgi-bin/openguides/
# Do you want me to munge a custom lib path into the scripts? If so, enter it here. Separate path entries with whitespace. custom_lib_path =
# Do you want to use Plucene for searching? (recommended, but see Changes file before saying yes to this if you are upgrading) use_plucene = 1
# What directory can I use to store indexes in for searching? ***NOTE*** This directory must exist and be writeable by the user that your script will run as. See README for more on this. indexing_directory = /home/nurflax/indexes
# Do you want to enable page deletion? enable_page_deletion = 1
# Please specify a password for the site admin. admin_pass = <suppressed>
# What's the URL of the site's stylesheet? stylesheet_url = /og.css
# What's the site called? (should be unique) site_name = Ivor's test OG site
# Do you want the navigation bar included on the home page? navbar_on_home_page = 1
# What should the home page of the wiki be called? home_name = Home
# How would you describe the site? site_desc = OpenGuides site for testing changes
# How would you like to present addresses? address_format = street,town,city,county,country,postcode
# Contact email address for the site administrator? contact_email = nobody@nospam.net
# What language will the site be in? (Please give an ISO language code.) default_language = en
# What's the name of the node or page to use for the text formatting rules link (this is by default an external document, but if you make formatting_rules_link empty, it will be a wiki node instead formatting_rules_node = Text Formatting Examples
# Make node titles link to node backlinks (C2 style)? backlinks_in_title = 0
# Do you have a Google Maps API key to use with this guide? If you enter it here the Google Maps functionality will be automatically enabled. gmaps_api_key = ABQIAAAAIeTezmbUbV7SPLdoK4Z-thSXrvvR68twf30B4uoXzBTCg4OElBTbTv2FTj28P1YDJg628umnTDxD0w
# What is the longitude of the centre point of a map to draw for your guide? (This question can be ignored if you aren't using Google Maps) centre_long = -0.1231
# What is the latitude of the centre point of a map to draw for your guide? (This question can be ignored if you aren't using Google Maps) centre_lat = 51.5075
# What default zoom level shall we use for Google Maps? (This question can be ignored if you aren't using Google Maps) default_gmaps_zoom = 6
# What default zoom level shall we use for Google Maps in the search results? (This question can be ignored if you aren't using Google Maps) default_gmaps_search_zoom = 3
# Forcibly treat stored lat/long data as if they used the WGS84 ellipsoid? force_wgs84 = 1
# Distance calculation methods available are: 1) British National Grid 2) Irish National Grid 3) UTM ellipsoidWhich would you like to use? geo_handler = 3
# Which ellipsoid do you want to use? (eg 'Airy', 'WGS-84') ellipsoid = WGS-84