diff --git a/src/map/mapsforge/rastertile.cpp b/src/map/mapsforge/rastertile.cpp index 92fd1211..a8f95a8c 100644 --- a/src/map/mapsforge/rastertile.cpp +++ b/src/map/mapsforge/rastertile.cpp @@ -182,7 +182,9 @@ void RasterTile::processLineLabels(QList &textItems, continue; if (!ri->rule().match(path.path->closed, path.path->tags)) continue; - bool limit = (ri->key() == "ref"); + bool limit = (ri->key() == "ref" || ri->key() == "ele" + || ri->key() == "ref_hike" || ri->key() == "ref_cycle" + || ri->key() == "ref_mtb"); if (limit && set.contains(*lbl)) continue;