You are viewing the community [info]melbournesteam

Melbourne Steampunks and Neovictorians - Time Travellers Picnic - Tue 3rd November (Melb Cup Holiday) [entries|archive|friends|userinfo]
Melbourne Steampunks and Neovictorians

[ userinfo | livejournal userinfo ]
[ archive | journal archive ]

Time Travellers Picnic - Tue 3rd November (Melb Cup Holiday) [Oct. 5th, 2009|10:07 am]
Previous Entry Add to Memories Share Next Entry

melbournesteam

[omegamorningsta]
[mood |chipperchipper]

All right.. let's do this!

It seems the good [info]prof_vonbradley after coming up with the smashing idea for a picnic on Melbourne Cup Day  is unable now to make it... so those of us who are able to get there will have to raise a glass in his honour..

I'm going to go ahead and nail down the "Whens and Wheres" so this can happen..

When: from 11am, Tuesday 3 November (Melb Cup Day)
Where: Fitzroy Gardens
- I think we should meet on the nice lawn in front of the Conservatory.. this would be a good place to retreat to in the case of any showers, too..
Bring: Bring some food to share - and your own beverages.  Also bring blankets, baskets, cushions/seating, parasols, croquet sets, boules and other necessaries for a lovely afternoon in the park.
RSVP: to omega at steampunkerie AT gmail DOT com , or comment here, so I know there's people coming.



var map = null;
var bounds = null;
var lastIconType = "";
var lastMarkerOptions = null;

if (GBrowserIsCompatible())
{

// Setup the map.
var map = new GMap2(document.getElementById("mapContainer"));
map.setCenter(new GLatLng(-37.8156674, 144.9800019), 16);

// Initialise the bounds.
bounds = new GLatLngBounds();

// Add the map tool.
var mapTypeControl = new GMapTypeControl();
var topRight = new GControlPosition(G_ANCHOR_TOP_RIGHT, new GSize(10,10));
map.addControl(mapTypeControl, topRight);

// Add the small map tool.
map.addControl(new GSmallMapControl());

// Add the scale.
map.addControl(new GScaleControl(), new GControlPosition(G_ANCHOR_BOTTOM_RIGHT, new GSize(5, 20)));

// Enable the scroll wheel.
map.enableScrollWheelZoom();

}

// Init marker options.
function initMarkerOptions(iconType)
{

var markerIcon;

// Centre icon.
if (iconType == "Centre")
{
markerIcon = new GIcon(G_DEFAULT_ICON);
}

// Cafes icon.
else if (iconType == "Cafes")
{
markerIcon = new GIcon(G_DEFAULT_ICON);
markerIcon.image = "/system/images/mapping/cafe_3.gif";
markerIcon.iconSize = new GSize(20, 20);
markerIcon.iconAnchor = new GPoint(10, 10);
markerIcon.shadow = "/system/images/mapping/shadow-square.png";
markerIcon.shadowSize = new GSize(31, 20);
}

// Train stations icon.
else if (iconType == "TrainStations")
{
markerIcon = new GIcon(G_DEFAULT_ICON);
markerIcon.image = "/system/images/mapping/MapTrainStationPin.gif";
markerIcon.iconSize = new GSize(40, 40);
markerIcon.iconAnchor = new GPoint(19, 34);
markerIcon.shadow = "/system/images/mapping/WingsShadow.png";
}

// Public toilets icon.
else if (iconType == "PublicToilets")
{
markerIcon = new GIcon(G_DEFAULT_ICON);
markerIcon.image = "/system/images/mapping/toilet.gif";
markerIcon.iconSize = new GSize(20, 20);
markerIcon.iconAnchor = new GPoint(10, 10);
markerIcon.shadow = "/system/images/mapping/shadow-square.png";
markerIcon.shadowSize = new GSize(31, 20);
}

// Restaurants icon.
else if (iconType == "Restaurants")
{
markerIcon = new GIcon(G_DEFAULT_ICON);
markerIcon.image = "/system/images/mapping/restaurant_3.gif";
markerIcon.iconSize = new GSize(20, 20);
markerIcon.iconAnchor = new GPoint(10, 10);
markerIcon.shadow = "/system/images/mapping/shadow-square.png";
markerIcon.shadowSize = new GSize(31, 20);
}

// Bars/Pubs icon.
else if (iconType == "Pubs")
{
markerIcon = new GIcon(G_DEFAULT_ICON);
markerIcon.image = "/system/images/mapping/bar_2.gif";
markerIcon.iconSize = new GSize(20, 20);
markerIcon.iconAnchor = new GPoint(10, 10);
markerIcon.shadow = "/system/images/mapping/shadow-square.png";
markerIcon.shadowSize = new GSize(31, 20);
}

// What's Near icon.
else if (iconType == "WhatsNear")
{
markerIcon = new GIcon(G_DEFAULT_ICON);
markerIcon.image = "/system/images/mapping/whats_near.gif";
markerIcon.iconSize = new GSize(20, 20);
markerIcon.iconAnchor = new GPoint(10, 10);
markerIcon.shadow = "/system/images/mapping/shadow-star.png";
markerIcon.shadowSize = new GSize(31, 20);
}

// Setup the marker options.
lastMarkerOptions = { icon:markerIcon };
lastIconType = iconType;

}

// Add marker.
function addMarker(latitude, longitude, title, iconType, infoWindowHtml)
{

var marker;

// Re-initialise the marker options if the icon type is different from the last one.
if (iconType != lastIconType)
{
initMarkerOptions(iconType);
}

// Setup the marker.
lastMarkerOptions.title = title;
marker = new GMarker(new GLatLng(latitude, longitude), lastMarkerOptions);

// Add an info window to the marker.
if (infoWindowHtml != "")
{
GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml(infoWindowHtml);
});
}

// Add the marker to the map.
map.addOverlay(marker);

// Extend the bounds.
bounds.extend(marker.getLatLng());

}

// Zoom to bounds.
function zoomToBounds()
{
map.setZoom(map.getBoundsZoomLevel(bounds));
map.setCenter(bounds.getCenter());
}

</script>

Location

Fitzroy Gardens
230-298 Wellington Parade
East Melbourne VIC 3002
Show on the map


linkReply

Comments:
[User Picture]From: [info]connikins
2009-10-05 12:16 am (UTC)

(Link)

I was actually just wondering about this the other day! I'll try to make it pending my exam timetable.
[User Picture]From: [info]fredchook
2009-10-05 04:11 am (UTC)

(Link)

Regretfully, we cannot attend; we'll be elsewhen on that day! It sounds wonderful - those Gardens are gorgeous.
[User Picture]From: [info]evilfuzzydoom
2009-10-06 04:15 am (UTC)

(Link)

I must find my Boules set.
[User Picture]From: [info]profunclefesta
2009-10-08 09:57 am (UTC)

(Link)

Yah I'm pretty sure I can make it, tally ho.
[User Picture]From: [info]delirieuse
2009-10-18 09:41 am (UTC)

(Link)

Oh, yes please!