Skip to content

Commit

Permalink
Replace some images
Browse files Browse the repository at this point in the history
  • Loading branch information
wielandb committed Jul 19, 2023
1 parent 7edcd6c commit e9226fe
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/datasets/question_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2666,43 +2666,43 @@
"input": [
{
"name": "Bus",
"image": "assets/images/questions/mode_of_transport_bus.jpg",
"image": "assets/images/questions/bus.jpg",
"osm_tags": {
"bus": "yes"
}
},
{
"name": "Straßenbahn",
"image": "assets/images/questions/mode_of_transport_tram.jpg",
"image": "assets/images/questions/tram.jpg",
"osm_tags": {
"tram": "yes"
}
},
{
"name": "Zug",
"image": "assets/images/questions/mode_of_transport_train.jpg",
"image": "assets/images/questions/train.jpg",
"osm_tags": {
"train": "yes"
}
},
{
"name": "Stadtbahn",
"image": "assets/images/questions/mode_of_transport_lightrail.jpg",
"image": "assets/images/questions/lightrail.jpg",
"description": "Eine Stadtbahn ist eine Zwischenstufe zwischen Straßenbahn und traditionellem Zug. Sie verbindet oft ländliche Gebiete mit der Stadt und sind hochfluriger als Straßenbahnen.",
"osm_tags": {
"light_rail": "yes"
}
},
{
"name":"U-Bahn",
"image": "assets/images/questions/mode_of_transport_subway.jpg",
"image": "assets/images/questions/subway.jpg",
"osm_tags": {
"subway": "yes"
}
},
{
"name": "Einschienenbahn",
"image": "assets/images/questions/mode_of_transport_monorail.jpg",
"image": "assets/images/questions/monorail.jpg",
"description": "Eine Einschienenbahn fährt meistens über der Straßenebene und hat keine sichtbaren Räder.",
"osm_tags": {
"monorail": "yes"
Expand Down
Binary file added assets/images/questions/bus.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed assets/images/questions/mode_of_transport_bus.png
Binary file not shown.
Binary file removed assets/images/questions/mode_of_transport_subway.png
Binary file not shown.
Binary file removed assets/images/questions/mode_of_transport_tram.png
Binary file not shown.
File renamed without changes
Binary file added assets/images/questions/subway.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added assets/images/questions/tram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e9226fe

Please sign in to comment.