diff --git a/data/core.yaml b/data/core.yaml index ad6eae123..9873c1660 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -397,6 +397,7 @@ en: fill_area: Fill Areas map_features: Map Features autohidden: "These features have been automatically hidden because too many would be shown on the screen. You can zoom in to edit them." + osmhidden: "These features have been automatically hidden because the OpenStreetMap layer is hidden." feature: points: description: Points diff --git a/dist/locales/en.json b/dist/locales/en.json index 72bb2b2d3..45fbb7888 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -488,7 +488,8 @@ }, "fill_area": "Fill Areas", "map_features": "Map Features", - "autohidden": "These features have been automatically hidden because too many would be shown on the screen. You can zoom in to edit them." + "autohidden": "These features have been automatically hidden because too many would be shown on the screen. You can zoom in to edit them.", + "osmhidden": "These features have been automatically hidden because the OpenStreetMap layer is hidden." }, "feature": { "points": { diff --git a/modules/ui/map_data.js b/modules/ui/map_data.js index 4ea88c40e..21c71324f 100644 --- a/modules/ui/map_data.js +++ b/modules/ui/map_data.js @@ -335,7 +335,8 @@ export function uiMapData(context) { key = (d === 'wireframe' ? t('area_fill.wireframe.key') : null); if (name === 'feature' && autoHiddenFeature(d)) { - tip += '