plugin: add night scheme to nokia ovi maps

This commit is contained in:
Jon Atkins 2014-06-08 07:39:42 +01:00
parent 3dfe9df628
commit c23f902f48

View File

@ -2,7 +2,7 @@
// @id iitc-plugin-nokia-ovi-maps // @id iitc-plugin-nokia-ovi-maps
// @name IITC plugin: Nokia OVI maps // @name IITC plugin: Nokia OVI maps
// @category Map Tiles // @category Map Tiles
// @version 0.1.2.@@DATETIMEVERSION@@ // @version 0.1.3.@@DATETIMEVERSION@@
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL @@UPDATEURL@@ // @updateURL @@UPDATEURL@@
// @downloadURL @@DOWNLOADURL@@ // @downloadURL @@DOWNLOADURL@@
@ -27,7 +27,8 @@ window.plugin.mapNokiaOvi.setup = function() {
'normal.day.grey': { name: "Normal (grey)", type: 'png8' }, 'normal.day.grey': { name: "Normal (grey)", type: 'png8' },
'normal.day.transit': { name: "Normal (transit)", type: 'png8' }, 'normal.day.transit': { name: "Normal (transit)", type: 'png8' },
'satellite.day': { name: "Satellite", type: 'jpg' }, 'satellite.day': { name: "Satellite", type: 'jpg' },
'terrain.day': { name: "Terrain", type: 'png8' } //would jpg be better? 'terrain.day': { name: "Terrain", type: 'png8' }, //would jpg be better?
'normal.night.grey': { name: "Normal Night (grey)", type: 'png8' },
}; };