Difference between revisions of "Metadata:Mapping/Map.js"

From Neocron Wiki
Jump to: navigation, search
(Some colour tweaks to the map highlight)
Line 6: Line 6:
  
 
// NC-Wiki map
 
// NC-Wiki map
$('.ncwiki_map').maphilight();
+
$('.ncwiki_map').maphilight(
 +
fill: true,
 +
fillColor: 'ffffff',
 +
fillOpacity: 0.2,
 +
stroke: true,
 +
strokeColor: 'ffffff',
 +
strokeOpacity: 1,
 +
strokeWidth: 2,
 +
fade: true,
 +
alwaysOn: false
 +
 
 +
);
  
 
// End of functions
 
// End of functions
 
});
 
});

Revision as of 20:21, 13 May 2008

Sorry you do not have permissions to view this page.