diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-25 16:43:40 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-25 16:43:40 +0100 |
commit | d974cc0258d26a366262bce7b456d39b0c71a40b (patch) | |
tree | 03534cbf86dcf83a36df3839ff49e70cbf458b5b /perllib/FixMyStreet/Map/OSM/CycleMap.pm | |
parent | 6a679dbe9f0d7021f176ca23106a74bc2475539e (diff) | |
parent | c5ace4f09cb6a31942a4be688f883ca141ca6649 (diff) |
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
Diffstat (limited to 'perllib/FixMyStreet/Map/OSM/CycleMap.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/OSM/CycleMap.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Map/OSM/CycleMap.pm b/perllib/FixMyStreet/Map/OSM/CycleMap.pm index 06b07ae20..71b86de8f 100644 --- a/perllib/FixMyStreet/Map/OSM/CycleMap.pm +++ b/perllib/FixMyStreet/Map/OSM/CycleMap.pm @@ -15,4 +15,8 @@ sub map_type { return 'OpenLayers.Layer.OSM.CycleMap'; } +sub base_tile_url { + return 'tile.opencyclemap.org/cycle'; +} + 1; |