aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-11-19 16:22:04 +0000
committerMatthew Somerville <matthew@mysociety.org>2014-11-19 16:22:04 +0000
commit77dd10ba87673dff3d2bf55d12ec67343ad29bd3 (patch)
treeda470141b15eae5be3fe57c5698b48bb461964a0 /perllib
parentbb07940e9e3d6d80bd6af9d18ead285cdcdb26f2 (diff)
parent3b8258aefc9cff59b6be47e471af553612fe5652 (diff)
Merge remote-tracking branch 'origin/fiksgatami-update'
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/Cobrand/FiksGataMi.pm16
1 files changed, 0 insertions, 16 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm
index 461018639..822a0c43b 100644
--- a/perllib/FixMyStreet/Cobrand/FiksGataMi.pm
+++ b/perllib/FixMyStreet/Cobrand/FiksGataMi.pm
@@ -8,11 +8,6 @@ use Carp;
use mySociety::MaPit;
use FixMyStreet::Geocode::OSM;
-sub path_to_web_templates {
- my $self = shift;
- return [ FixMyStreet->path_to( 'templates/web', $self->moniker )->stringify ];
-}
-
sub country {
return 'NO';
}
@@ -41,17 +36,6 @@ sub admin_base_url {
return 'http://www.fiksgatami.no/admin';
}
-# If lat/lon are present in the URL, OpenLayers will use that to centre the map.
-# Need to specify a zoom to stop it defaulting to null/0.
-sub uri {
- my ( $self, $uri ) = @_;
-
- $uri->query_param( zoom => 3 )
- if $uri->query_param('lat') && !$uri->query_param('zoom');
-
- return $uri;
-}
-
sub geocode_postcode {
my ( $self, $s ) = @_;