aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modern/src/map/core/useMapStyles.js6
-rw-r--r--web/l10n/en.json1
2 files changed, 7 insertions, 0 deletions
diff --git a/modern/src/map/core/useMapStyles.js b/modern/src/map/core/useMapStyles.js
index 365b4a61..ad68c6ee 100644
--- a/modern/src/map/core/useMapStyles.js
+++ b/modern/src/map/core/useMapStyles.js
@@ -160,6 +160,12 @@ export default () => {
available: true,
},
{
+ id: 'ordnanceSurvey',
+ title: t('mapOrdnanceSurvey'),
+ style: 'https://api.os.uk/maps/vector/v1/vts/resources/styles?key=EAZ8p83u72FTGiLjLC2MsTAl1ko6XQHC',
+ available: true,
+ },
+ {
id: 'mapboxStreets',
title: t('mapMapboxStreets'),
style: styleCustom(
diff --git a/web/l10n/en.json b/web/l10n/en.json
index 94d9ebee..64f56017 100644
--- a/web/l10n/en.json
+++ b/web/l10n/en.json
@@ -284,6 +284,7 @@
"mapYandexMap": "Yandex Map",
"mapYandexSat": "Yandex Satellite",
"mapWikimedia": "Wikimedia",
+ "mapOrdnanceSurvey": "Ordnance Survey",
"mapMapboxStreets": "Mapbox Streets",
"mapMapboxOutdoors": "Mapbox Outdoors",
"mapMapboxSatellite": "Mapbox Satellite",