Skip to content

Instantly share code, notes, and snippets.

@maphew
Created December 7, 2016 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maphew/f39867da6bae6763ecb21dd4f8feb0ef to your computer and use it in GitHub Desktop.
Save maphew/f39867da6bae6763ecb21dd4f8feb0ef to your computer and use it in GitHub Desktop.
Meteo Earth, centred over the Yukon Territory
<script type='text/javascript' src='http://www.meteoearth.com/service/me.js'></script>
<div id='meDiv' style='width:420px;height:420px;background:#000;position:relative'></div>
<script type='text/javascript'>var meConfig={div:document.getElementById('meDiv'),viewSettings:{longitude: -132.8662,latitude: 65.7642,zoom:8.3868,is3DEnabled:true,isLightingEnabled:true, isPrecipitationEnabled:true, isWindEnabled:true}};me_createView(meConfig);</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment