add a couple of more nice styles to cloudmade basemap template plugin

This commit is contained in:
Jon Atkins 2013-08-09 17:09:19 +01:00
parent b9a4f91f39
commit e85af06559

View File

@ -25,7 +25,7 @@
// @id iitc-plugin-cloudmade-maps // @id iitc-plugin-cloudmade-maps
// @name IITC plugin: CloudMade.com maps // @name IITC plugin: CloudMade.com maps
// @category Map Tiles // @category Map Tiles
// @version 0.0.1 // @version 0.0.2
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @description TEMPLATE PLUGIN - add back the CloudMade.com map layers. YOU WILL NEED TO EDIT THIS PLUGIN BEFORE IT WILL RUN // @description TEMPLATE PLUGIN - add back the CloudMade.com map layers. YOU WILL NEED TO EDIT THIS PLUGIN BEFORE IT WILL RUN
// @include https://www.ingress.com/intel* // @include https://www.ingress.com/intel*
@ -53,8 +53,10 @@ window.plugin.mapTileCloudMade.setup = function() {
//the list of styles you'd like to see //the list of styles you'd like to see
var cmStyles = { var cmStyles = {
'998': "Pale Dawn",
'999': "Midnight", '999': "Midnight",
'22677': "Minimal", '22677': "Minimal",
'27169': "Amused",
'78603': "Armageddon", '78603': "Armageddon",
}; };