<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">// Filename, full name, X, Y, type
// Types: 1=snow, 2=surf, 3=weather, 4=tide, 5=mountain
var places_multi = new Array(
new Array("Bowen", "Bowen", 323, 194, 3),
new Array("Abbot-Point-Australia", "Abbot Point, Australia", 139, 30, 4),
new Array("Bowen-Australia", "Bowen, Australia", 300, 200, 4)
);
</pre></body></html>