Update Mapillary map_features URL and remove request_data button

This commit is contained in:
Nikola Plesa
2020-07-01 16:50:30 +02:00
parent bf41736dc1
commit 944953dbf2
2 changed files with 2 additions and 15 deletions
-12
View File
@@ -4,7 +4,6 @@ import {
import { t } from '../../core/localizer';
import { uiTooltip } from '../tooltip';
import { svgIcon } from '../../svg/icon';
import { uiSection } from '../section';
export function uiSectionPhotoOverlays(context) {
@@ -93,17 +92,6 @@ export function uiSectionPhotoOverlays(context) {
return t(id.replace(/-/g, '_') + '.title');
});
labelEnter
.filter(function(d) { return d.id === 'mapillary-map-features'; })
.append('a')
.attr('class', 'request-data-link')
.attr('target', '_blank')
.attr('tabindex', -1)
.call(svgIcon('#iD-icon-out-link', 'inline'))
.attr('href', 'https://mapillary.github.io/mapillary_solutions/data-request')
.append('span')
.text(t('mapillary_map_features.request_data'));
// Update
li