most things should now work

This commit is contained in:
sanj 2010-10-26 02:49:55 +02:00
parent 3c0e9b02c0
commit 9f74168155
2 changed files with 7 additions and 5 deletions

View File

@ -47,19 +47,19 @@ $(function() {
);
geojson_format = new OpenLayers.Format.GeoJSON();
//yes, jsonLayer is global. Yes, I know it's wrong.
/*
var symbolizer = OpenLayers.Util.applyDefaults(
{fillColor: 'green', opacity: 0.5, strokeColor: '#000', cursor: 'pointer'},
OpenLayers.Feature.Vector.style["default"]);
defaultStyles = new OpenLayers.StyleMap({"default": symbolizer, "selected": symbolizer});
*/
jsonLayer = layers[1] = new OpenLayers.Layer.Vector({'geometryType': 'Point'});
// map.addLayer(vector_layer);
map.addLayers(layers);
map.setCenter(center, 12);
// mapControl = new OpenLayers.Control.SelectFeature(layers[1], {hover: true});
mapControl = new OpenLayers.Control.SelectFeature(layers[1], {hover: true});
mapControl = new OpenLayers.Control.SelectFeature(layers[1]);
zoomControl = new OpenLayers.Control.ZoomToMaxExtent();
map.addControl(mapControl);
// map.addControl(zoomControl);
@ -260,7 +260,7 @@ function getLocationById(id) {
}
$('.mediaThumb').live("mouseover", function() {
var id = $(this).attr("data-location");
var id = $(this).data("location");
// console.log(id);
// var location = getLocationById(id);
// mapControl.select(flyover);
@ -270,6 +270,7 @@ $('.mediaThumb').live("mouseover", function() {
});
$('.mediaThumb').live("mouseout", function() {
var id = $(this).data("location");
highlightFeatures([]);
$('#event_' + id).removeClass("highlightedEvent");
});

View File

@ -59,8 +59,9 @@
</script>
<script type="text/html" id="tmpl_padmas">
Padma Videos:
</script>
<script type="text/html" id="tmpl_about">
<div class="navContent" id="about">
<div class="contentWrapper about">