Chapter 11 : 'Homeward' bound

Submitted by philk on Tue, 10/14/2008 - 21:05

A few more places mentioned such as Whitfield Barracks on Nathan Road.

Walking down Haiphong and Hankow Roads with his mother.

The TST firestation and Marine Police HQ are noted.

Comments

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 11 so that it shows up on the list and map below.

<?php
$view_args = array('389,400'); //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,400'); //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);
}
?>