<!-- Establish DIV -->
<div id="re_canvas" style="width:800px;height:600px;">RealEarth</div>
<!-- Initialize ViewController -->
<script src="https://myradar.ssec.wisc.edu/js/RELoader.js"></script>
<script>
var options = {
ui: true,
selector: true,
products: '',
center: '38,-97',
zoom: '4'
}
var reController = new ssec.realearth.ViewController('re_canvas', options);
</script>
Value | Description | Format | Values | Default |
iframe | Convert the <div> to an <iframe>. This is useful to prevent CSS conflicts with the container page. |
Boolean | true,false | false |
selector | Flag to enable/disable Product Selector | Boolean | true,false | 1 |
ui | Flag to enable/disable the User Interface | Boolean | true,false | 1 |