diff --git a/modules/ui/map_data.js b/modules/ui/map_data.js index b485d4250..09ebe0a73 100644 --- a/modules/ui/map_data.js +++ b/modules/ui/map_data.js @@ -450,8 +450,8 @@ export function uiMapData(context) { _dataLayerContainer .call(drawOsmItem) .call(drawPhotoItems) - .call(drawGpxItem) - .call(drawMvtItem); + .call(drawGpxItem); + // .call(drawMvtItem); _fillList .call(drawListItems, fills, 'radio', 'area_fill', setFill, showsFill);