From 1f1378031e0f643011e22942ed6005d4000d015d Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Mon, 1 Nov 2010 17:05:53 -0400 Subject: sostler prod commit --- static/319/bigspin.jpg | Bin 0 -> 235640 bytes static/319/irhell.html | 4 +- static/319/mapstyle.js | 123 +++++++++++++++++++++++++++++++++++++++++++++++++ static/319/res.html | 60 ++++++++++++++++++++---- 4 files changed, 176 insertions(+), 11 deletions(-) create mode 100644 static/319/bigspin.jpg create mode 100644 static/319/mapstyle.js (limited to 'static/319') diff --git a/static/319/bigspin.jpg b/static/319/bigspin.jpg new file mode 100644 index 0000000..c1e13fb Binary files /dev/null and b/static/319/bigspin.jpg differ diff --git a/static/319/irhell.html b/static/319/irhell.html index 64a541e..f0f5b68 100644 --- a/static/319/irhell.html +++ b/static/319/irhell.html @@ -82,8 +82,8 @@ a:hover{text-decoration:none;color:blue;} Parties in Mexico City and Brooklyn will be connected through dump.fm

RAVE DEN BY *******THUNDERHORSE*******

-Brooklyn Performances by -- Anamanaguchi - Brenmar - Nullsleep - Physical Therapy - Jon Lynn (Unsolved Mysteries) - Laurel Halo - BLISSED OUT - Magick Mountain - DJ Brother Ladypantz - Oscouro - Flash Porno -Mexico City Performances by -- GATEKEEPER - DoubleDigits - Ñaka Ñaka +Brooklyn Performances by -- Anamanaguchi - Brenmar - Nullsleep - Physical Therapy - Jon Lynn (Unsolved Mysteries) - Laurel Halo - BLISSED OUT - Magick Mountain - DJ Brother Ladypantz - MIRRORGATE - Flash Porno - ELEVATORMAN +Mexico City Performances by -- GATEKEEPER - DoubleDigits - Ñaka Ñaka †‡† - DAMAGE
diff --git a/static/319/mapstyle.js b/static/319/mapstyle.js new file mode 100644 index 0000000..bb1ff01 --- /dev/null +++ b/static/319/mapstyle.js @@ -0,0 +1,123 @@ +var electroStyle = [ + { + featureType: "all", + elementType: "all", + stylers: [ + { invert_lightness: true } + ] + }, { + featureType: "administrative.country", + elementType: "geometry", + stylers: [ + { visibility: "off"} + ] + }, { + featureType: "landscape", + elementType: "all", + stylers: [ + { visibility: "off" } + ] + },{ + featureType: "poi", + elementType: "all", + stylers: [ + { visibility: "off" } + ] + },{ + featureType: "road", + elementType: "all", + stylers: [ + { hue: "#ffff00", lightness: 100, saturation: 1000, gamma: 10} + ] + },{ + featureType: "transit", + elementType: "all", + stylers: [ + { hue: "#ffff00", lightness: 300, saturation: 100, gamma: 10 } + ] + },{ + featureType: "water", + elementType: "labels", + stylers: [ + { visibility: "off" } + ] + },{ + featureType: "water", + elementType: "geometry", + stylers: [ + { lightness: 20 } + ] + }, { + featureType: "all", + elementType: "labels", + stylers: [ + { visibility: "off" } + ] + } +] + +var Data = [ + { img: "http://i29.photobucket.com/albums/c268/denny_816/mia.jpg", + location: [30.16175, -97.443502], + link: "http://i29.photobucket.com/albums/c268/denny_816/mia.jpg" + }, + { img: "http://okfoc.us/mia/maps/getshit.png", + location: [37.0625,-95.677068], + link: "http://ithinkyoumightgetshitforthat.com/" + }, + { img: "http://okfoc.us/mia/maps/boat.png", + location: [43.406045,-78.821411], + link: "http://4thepeopleontheboat.com/" + }, + { img: "http://okfoc.us/mia/maps/fb.png", + location: [40.732826,-73.993992], + link: "http://facebookgooglemyspaceyoutube.com/" + }, + { img: "http://okfoc.us/mia/maps/lilpeople.png", + location: [37.0625,-95.677068], + link: "http://yesthelittlepeoplewillneverwinbuttheycanfuckshitup.com/" + }, + { img: "http://okfoc.us/mia/maps/bedroom.png", + location: [34.041281,-118.138733], + link: "http://bedroomtothehallwaytotheroadtotheworld.com/" + }, + +]; + +function markify(url) { + return "http://service.simile-widgets.org/painter/painter?renderer=map-marker&shape=circle&alpha=0.7&width=60&height=60&background=FF9000&label=&icon=" + url + "&iconX=0&iconY=0&pinHeight=6&pinWidth=6&.png"; +} + + +function initialize() { + + var latlng = new google.maps.LatLng(30.16175,-97.443502); + var myOptions = { + zoom: 3, + center: latlng, + disableDefaultUI: true, + mapTypeId: google.maps.MapTypeId.ROADMAP + }; + var map = new google.maps.Map(document.getElementById("map_canvas"), + myOptions); + var electroMapOptions = { + name: "ElectroType" + }; + var electroType = new google.maps.StyledMapType(electroStyle, electroMapOptions); + + map.mapTypes.set('electro', electroType); + map.setMapTypeId('electro'); + + for (var i in Data) { + var d = Data[i]; + var marker = new google.maps.Marker({ + position: new google.maps.LatLng(d.location[0], d.location[1]), + map: map, + icon: markify(d.img) + }); + google.maps.event.addListener(marker, 'click', function() { + + }); + } +} + diff --git a/static/319/res.html b/static/319/res.html index e7a0cce..22ddb71 100644 --- a/static/319/res.html +++ b/static/319/res.html @@ -4,7 +4,9 @@