forked from MapComplete/MapComplete
Fix typos
This commit is contained in:
parent
27e09bf533
commit
2929c9ab0d
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ export default class GeoJsonSource implements FeatureSourceForLayer, Tiled {
|
||||||
|
|
||||||
eventSource.setData(eventSource.data.concat(newFeatures))
|
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))
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -374,7 +374,7 @@
|
||||||
"render": "<h3>Schwierigkeitsübersicht</h3>{histogram(_difficulty_hist)}"
|
"render": "<h3>Schwierigkeitsübersicht</h3>{histogram(_difficulty_hist)}"
|
||||||
},
|
},
|
||||||
"Contained routes length 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": {
|
"Contained_climbing_routes": {
|
||||||
"render": "<h3> Enthält {_contained_climbing_routes_count} Routen</h3> <ul>{_contained_climbing_routes}</ul>"
|
"render": "<h3> Enthält {_contained_climbing_routes_count} Routen</h3> <ul>{_contained_climbing_routes}</ul>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue