diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-24 16:18:54 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-24 16:18:54 +0100 |
commit | 9be7fa6404bb1acc34a07e665b8ba4675b5261db (patch) | |
tree | 0764b9264b35122dd92f0b6b64381d97c25cc973 /perllib/FixMyStreet/Map/FMS.pm | |
parent | 1571202964425b119ccf056495273e1653caad86 (diff) |
Make zoom levels more configurable.
Diffstat (limited to 'perllib/FixMyStreet/Map/FMS.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/FMS.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/Map/FMS.pm b/perllib/FixMyStreet/Map/FMS.pm index d0a28be9b..a5a2dd9f0 100644 --- a/perllib/FixMyStreet/Map/FMS.pm +++ b/perllib/FixMyStreet/Map/FMS.pm @@ -11,9 +11,6 @@ use base 'FixMyStreet::Map::OSM'; use strict; -use constant ZOOM_LEVELS => 5; -use constant MIN_ZOOM_LEVEL => 13; - # Is set by the JavaScript sub map_type { return '""'; |