Skip to content

Instantly share code, notes, and snippets.

@brucecrevensten
Created September 2, 2014 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brucecrevensten/a065ea0f49a039475760 to your computer and use it in GitHub Desktop.
Save brucecrevensten/a065ea0f49a039475760 to your computer and use it in GitHub Desktop.
Working configuration file
services:
demo:
tms:
layers:
- name: bing
title: Bing Maps
sources: [bing_cache]
caches:
bing_cache:
grids: [global_mercator]
sources: [bing_source]
sources:
bing_source:
type: tile
url: http://ecn.t3.tiles.virtualearth.net/tiles/a%(quadkey)s.jpeg?g=2868
grid: global_mercator
grids:
global_mercator:
base: GLOBAL_WEBMERCATOR
num_levels: 24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment