for (MapArea area : mapData.getMapAreas()) {
if (area.getPrimaryRepresentation() == null) continue;
AreaElevationProfile profile =
new AreaElevationProfile(area);
for (MapNode node : area.getBoundaryNodes()) {
//TODO replace old ElevationProfile stuff
// profile.addPointWithEle(
// node.getElevationProfile().getPointWithEle());