diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-05-25 18:08:04 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-05-25 18:08:04 +0100 |
commit | 2e8794adaa69ea258b568b67b284eb143081b0cd (patch) | |
tree | 345a604e471df294c8201ba858446450969297f4 /perllib/FixMyStreet/Map/Tilma/Original.pm | |
parent | 349dd7c35e2ad5d1cef4c8e4a023ec3b17dd8d80 (diff) |
Template the rest of the maps. Some more complete than others.
Diffstat (limited to 'perllib/FixMyStreet/Map/Tilma/Original.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/Tilma/Original.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map/Tilma/Original.pm b/perllib/FixMyStreet/Map/Tilma/Original.pm index f834c2d2a..ddabf2ed5 100644 --- a/perllib/FixMyStreet/Map/Tilma/Original.pm +++ b/perllib/FixMyStreet/Map/Tilma/Original.pm @@ -83,7 +83,6 @@ sub display_map { py => $py, tile_type => TILE_TYPE, tilewidth => TILE_WIDTH, - tileheight => TILE_WIDTH, watermark => $self->watermark(), copyright => $self->copyright(), }; |