Skip to content

Commit

Permalink
Merge pull request #1 from andymilsted/patch-1
Browse files Browse the repository at this point in the history
update os urls
  • Loading branch information
bluerhinos authored Apr 19, 2020
2 parents d86bb20 + 551f53d commit b6c5502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osgb36.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ class osgb36 {
* @var array
*/
protected $osmaps = array(
'explorer' => 'https://api.ordnancesurvey.co.uk/osl/v1/mapsheet/explorer?bbox=0,0,700000,1300000,27700&tsrs=27700',
'landranger' => 'https://api.ordnancesurvey.co.uk/osl/v1/mapsheet/landranger?bbox=0,0,700000,1300000,27700&tsrs=27700',
'explorer' => 'https://www.ordnancesurvey.co.uk/shop/basket-clickable-map/assets/explorerreshape.json',
'landranger' => 'https://www.ordnancesurvey.co.uk/shop/basket-clickable-map/assets/landrangerreshape.json',
'historic1896' => 'https://www.ordnancesurvey.co.uk/shop/clickable-map/assets/historic1896.json'
);

Expand Down Expand Up @@ -733,4 +733,4 @@ public function distanceFromWGS84($lat, $lon) {
}


}
}

0 comments on commit b6c5502

Please sign in to comment.