Fix typos

This commit is contained in:
Pieter Vander Vennet 2021-12-12 03:01:13 +01:00
parent 27e09bf533
commit 2929c9ab0d
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ export default class GeoJsonSource implements FeatureSourceForLayer, Tiled {
eventSource.setData(eventSource.data.concat(newFeatures))
}).catch(msg => console.error("Could not load geojon layer", url, "due to", msg))
}).catch(msg => console.error("Could not load geojson layer", url, "due to", msg))
}
}

View file

@ -374,7 +374,7 @@
"render": "<h3>Schwierigkeitsübersicht</h3>{histogram(_difficulty_hist)}"
},
"Contained routes length hist": {
"render": "<h3>Längenübersicht</h3>{histogramm(_length_hist)}"
"render": "<h3>Längenübersicht</h3>{histogram(_length_hist)}"
},
"Contained_climbing_routes": {
"render": "<h3> Enthält {_contained_climbing_routes_count} Routen</h3> <ul>{_contained_climbing_routes}</ul>"