Chapter 4 : Three lives on the edge

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

This is another chapter that is low on locations.

Hing Loon on Hankow Rd is mentioned again.

Liberty Avenue is mentioned with reference to the old lady - Queen of Kowloon. It is between Peace and Victory Avenues off Waterloo Road.

Old Bank of China Building is also mentioned as being the tallest building in Asia (remember, this is 1952/53).

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

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