Chapter 2 : The Fragrant Harbour

Submitted by philk on Tue, 10/14/2008 - 20:56

Additional information about Chapter 2.

Comments

Thanks anonymous. Location has been confirmed as 14 Carnarvon Road

The place has now been created here

According the Booth, the rickshaw coolies used to camp out below his window and smoke opium.

Here are the places from this chapter that have been created so far. For more information about a place, either click its name in the list, or click its red marker on the map. Your are welcome to add another place - just remember to give it the tags golden boy, chapter 2 so that it shows up on the list and map below.

<?php
$view_args = array('389,392'); //Term IDs for 'golden boy' and 'chapter N' tags
$view_name = 'places_on_list_simple'; //name of view
$view = views_get_view($view_name);
if (!empty($view)) {
echo $view->execute_display('default', $view_args);
}
?>

The map below is 'live': you can drag it around with your mouse, click the +/- buttons to zoom in and out, and click the Map/ Satellite/ Hybrid buttons to change the appearance of the map.

<?php
$view_args = array('389,392'); //Term IDs for 'golden boy' and 'chapter N' tags
$view_name = 'places_map_arg'; //name of view
$view = views_get_view($view_name);
if (!empty($view)) {
echo $view->execute_display('default', $view_args);
}
?>