diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-26 14:34:57 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-26 14:34:57 +0100 |
commit | 8ab2f611d11503cc7fea779be7f7c2b314f91e74 (patch) | |
tree | fb5e4f8e6ebe774a11395468c488a9ed26f1ce51 /perllib/FixMyStreet/Map/Tilma/OpenLayers.pm | |
parent | 408b256e4f863a43c4f81209106b4ac23aaa666a (diff) | |
parent | 14a70af1b2e89efef459cf206ef88683889ab10c (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/Tilma/OpenLayers.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/Tilma/OpenLayers.pm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/perllib/FixMyStreet/Map/Tilma/OpenLayers.pm b/perllib/FixMyStreet/Map/Tilma/OpenLayers.pm index 96d0975f2..31e9eb096 100644 --- a/perllib/FixMyStreet/Map/Tilma/OpenLayers.pm +++ b/perllib/FixMyStreet/Map/Tilma/OpenLayers.pm @@ -14,15 +14,6 @@ sub TILE_WIDTH() { return $FixMyStreet::Map::map_class->tile_width; } sub SCALE_FACTOR() { return $FixMyStreet::Map::map_class->scale_factor; } sub TILE_TYPE() { return $FixMyStreet::Map::map_class->tile_type; } -sub header_js { - return ' -<script type="text/javascript" src="/jslib/OpenLayers-2.10/OpenLayers.js"></script> -<script type="text/javascript" src="/js/map-OpenLayers.js"></script> -<script type="text/javascript" src="/js/map-tilma-ol.js"></script> -<script type="text/javascript" src="/js/OpenLayers.Projection.OrdnanceSurvey.js"></script> -'; -} - # display_map C PARAMS # PARAMS include: # latitude, longitude for the centre point of the map |