diff --git a/README.md b/README.md index b57540480..dce2a14f0 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,9 @@ This project has been made possible thanks to the following open source projects - [SortableJS](https://github.com/SortableJS/Sortable) — creating a sortable file tree - Mapping: - [MapLibre GL JS](https://github.com/maplibre/maplibre-gl-js) — beautiful and fast interactive map rendering - - [GraphHopper](https://github.com/graphhopper/graphhopper) — routing engine - - [OpenStreetMap](https://www.openstreetmap.org) — map data used by most of the map layers, and by the routing engine + - [GraphHopper](https://github.com/graphhopper/graphhopper) — powerful routing engine + - [OpenStreetMap](https://www.openstreetmap.org) — open map data used by most of the map layers, and by the routing engine + - [Mapterhorn](https://github.com/mapterhorn/mapterhorn) — high-quality open terrain data used by some map layers (including for 3D), and by the routing engine - Search: - [DocSearch](https://github.com/algolia/docsearch) — search engine for the documentation diff --git a/website/src/lib/assets/layers.ts b/website/src/lib/assets/layers.ts index f6d9823f1..99b94dde1 100644 --- a/website/src/lib/assets/layers.ts +++ b/website/src/lib/assets/layers.ts @@ -1449,7 +1449,7 @@ export const overpassQueryData: Record = { color: 'DarkBlue', }, tags: { - railway: 'station', + railway: ['station', 'halt'], }, symbol: 'Ground Transportation', }, diff --git a/website/src/lib/docs/nl/menu/settings.mdx b/website/src/lib/docs/nl/menu/settings.mdx index aa87e25fe..f917fe565 100644 --- a/website/src/lib/docs/nl/menu/settings.mdx +++ b/website/src/lib/docs/nl/menu/settings.mdx @@ -13,9 +13,9 @@ title: Instellingen Wijzig de eenheden die worden gebruikt om afstanden in de interface weer te geven. -### Snelheids eenheden +### Snelheidseenheden -Verander de eenheden die worden gebruikt om velocities in de interface weer te geven. +Verander de eenheden die worden gebruikt om snelheden in de interface weer te geven. Je kunt kiezen tussen afstand per uur of minuten per afstand, wat geschikter kan zijn voor het uitvoeren van activiteiten. ### Temperatuureenheden diff --git a/website/src/lib/docs/zh-HK/faq.mdx b/website/src/lib/docs/zh-HK/faq.mdx index 5975d0fc3..6c67801c1 100644 --- a/website/src/lib/docs/zh-HK/faq.mdx +++ b/website/src/lib/docs/zh-HK/faq.mdx @@ -1,5 +1,5 @@ --- -title: FAQ +title: 常見問題 ---