Sha256: f34426c1d2f94bd954441b88eca80c4f979efec3d75f13e2666ebbfb1f853e35
Contents?: true
Size: 831 Bytes
Versions: 16
Compression:
Stored size: 831 Bytes
Contents
// basemaps GeoBlacklight.Basemaps = { darkMatter: L.tileLayer( 'https://cartodb-basemaps-{s}.global.ssl.fastly.net/dark_all/{z}/{x}/{y}{retina}.png', { attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http://cartodb.com/attributions">CartoDB</a>', maxZoom: 18, worldCopyJump: true, retina: '@2x', detectRetina: false } ), positron: L.tileLayer( 'https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}{retina}.png', { attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http://cartodb.com/attributions">CartoDB</a>', maxZoom: 18, worldCopyJump: true, retina: '@2x', detectRetina: false } ) };
Version data entries
16 entries across 16 versions & 1 rubygems