Sha256: 95ea78437e07766be47e24f22f26d7a626588ee212a5302004f8f6c2a771a474
Contents?: true
Size: 1.93 KB
Versions: 5
Compression:
Stored size: 1.93 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1361724135.60032:@value"T{I" class:EFI"BundledAsset;FI"logical_path;FI"Scene/BingMapsStyle.js;TI" pathname;FI"L/Users/bogumil/www/cesium/app/assets/javascripts/Scene/BingMapsStyle.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-02-24T17:09:01+01:00;FI"length;Fi�I"digest;F"%ea3dea58eb247ef1a3fbaea78e655aacI"source;FI"�/*global define*/ define(['../Core/Enumeration'], function(Enumeration) { "use strict"; /** * An enumeration of the types of imagery provided by Bing Maps. * * @exports BingMapsStyle * * @see BingMapsImageryProvider */ var BingMapsStyle = { /** * Aerial imagery. * * @constant * @type {Enumeration} */ AERIAL : new Enumeration(0, 'AERIAL', { imagerySetName : 'Aerial' }), /** * Aerial imagery with a road overlay. * * @constant * @type {Enumeration} */ AERIAL_WITH_LABELS : new Enumeration(1, 'AERIAL_WITH_LABELS', { imagerySetName : 'AerialWithLabels' }), /** * Roads without additional imagery. * * @constant * @type {Enumeration} */ ROAD : new Enumeration(2, 'ROAD', { imagerySetName : 'Road' }), /** * Ordnance Survey imagery * * @constant * @type {Enumeration} */ ORDNANCE_SURVEY : new Enumeration(3, 'ORDNANCE_SURVEY', { imagerySetName : 'OrdnanceSurvey' }), /** * Collins Bart imagery. * * @constant * @type {Enumeration} */ COLLINS_BART : new Enumeration(4, 'COLLINS_BART', { imagerySetName : 'CollinsBart' }) }; return BingMapsStyle; }); ;FI"required_assets_digest;F"%988e222263adfa9531f425163ebaa156I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
5 entries across 5 versions & 1 rubygems