# simple_map.js

var options1 = {
    id: "demo1",
    layer: {
        type: "Tile"
    }
};
var map = new C9.Map(options1);
map.draw();