0

cdn support

This commit is contained in:
aheadley
2011-01-27 10:45:53 -05:00
parent 850f4fcf7d
commit d1e3f660c9
2 changed files with 7 additions and 4 deletions

View File

@@ -36,12 +36,14 @@ var signGroups = [
* Required:
* label : string. Displayed on the control.
* path : string. Location of the rendered tiles.
* Optional:
* base : string. Base of the url path for tile locations, useful for serving tiles from a different server than the js/html server.
*/
var mapTypeData=[
{'label': 'Unlit', 'path': 'tiles'},
// {'label': 'Day', 'path': 'lighting/tiles'},
// {'label': 'Night', 'path': 'night/tiles'},
// {'label': 'Spawn', 'path': 'spawn/tiles'}
// {'label': 'Spawn', 'path': 'spawn/tiles', 'base': 'http://example.cdn.amazon.com/'}
];
// Please leave the following variables here: