0

fixed up comments in googlemap.py, moved region.js to web_assets

This commit is contained in:
Andrew Brown
2011-12-03 23:32:45 -05:00
parent 3bdf380b6f
commit e5fed90d04
4 changed files with 24 additions and 17 deletions

View File

@@ -0,0 +1,9 @@
// This is just an example. You can run some scripts to generate regions that
// will be drawn here.
overviewer.collections.regionDatas.push([
// {"color": "#FFAA00", "opacity": 0.5, "closed": true, "path": [
// {"x": 0, "y": 0, "z": 0},
// {"x": 0, "y": 10, "z": 0},
// {"x": 0, "y": 0, "z": 10}
// ]},
]);