Skip to content

Commit

Permalink
[Buckinghamshire] Update map server locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Dec 3, 2024
1 parent 09f8525 commit 5387e05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ around 'munge_sendreport_params' => sub {
sub car_park_wfs_query {
my ($self, $row) = @_;

my $uri = URI->new("https://maps.buckscc.gov.uk/arcgis/services/Transport/BC_Car_Parks/MapServer/WFSServer");
my $uri = URI->new("https://maps.buckinghamshire.gov.uk/server/services/Transport/Car_Parks/MapServer/WFSServer");
$uri->query_form(
REQUEST => "GetFeature",
SERVICE => "WFS",
Expand All @@ -758,12 +758,12 @@ sub car_park_wfs_query {
sub speed_limit_wfs_query {
my ($self, $row) = @_;

my $uri = URI->new("https://maps.buckscc.gov.uk/arcgis/services/Transport/OS_Highways_Speed/MapServer/WFSServer");
my $uri = URI->new("https://maps.buckinghamshire.gov.uk/server/services/Transport/OS_Highways_Speed/MapServer/WFSServer");
$uri->query_form(
REQUEST => "GetFeature",
SERVICE => "WFS",
SRSNAME => "urn:ogc:def:crs:EPSG::27700",
TYPENAME => "OS_Highways_Speed:CORPGIS.CORPORATE.OS_Highways_Speed",
TYPENAME => "OS_Highways_Speed:OS_Highways_Speed",
VERSION => "1.1.0",
propertyName => 'OBJECTID,Shape,speed',
);
Expand Down

0 comments on commit 5387e05

Please sign in to comment.