Skip to content

Instantly share code, notes, and snippets.

@tokapeb
Created August 22, 2012 10:46
Show Gist options
  • Save tokapeb/3424301 to your computer and use it in GitHub Desktop.
Save tokapeb/3424301 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
var editor = new JCSDLGui('#jcsdl', {
//Change the speed of animation to 0
animate : 0,
//Sets the Map Overlay element color, opacity, and stroke
mapsOverlay : {
strokeWeight : 1,
strokeColor: '#ffffff',
fillColor : '#ff0000',
fillOpacity : 0.3
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment