commit missing MIN_ZOOM

This commit is contained in:
Jon Atkins 2015-04-03 21:13:49 +01:00
parent 3e7724afe6
commit e2cd19a9c3

View File

@ -160,7 +160,8 @@ window.MOD_TYPE = {RES_SHIELD:'Shield', MULTIHACK:'Multi-hack', FORCE_AMP:'Force
window.ACCESS_INDICATOR_COLOR = 'orange'; window.ACCESS_INDICATOR_COLOR = 'orange';
window.RANGE_INDICATOR_COLOR = 'red' window.RANGE_INDICATOR_COLOR = 'red'
// min zoom for intel map - should match that used by stock intel
window.MIN_ZOOM = 3;
window.DEFAULT_PORTAL_IMG = '//commondatastorage.googleapis.com/ingress.com/img/default-portal-image.png'; window.DEFAULT_PORTAL_IMG = '//commondatastorage.googleapis.com/ingress.com/img/default-portal-image.png';
//window.NOMINATIM = '//nominatim.openstreetmap.org/search?format=json&limit=1&q='; //window.NOMINATIM = '//nominatim.openstreetmap.org/search?format=json&limit=1&q=';