Skip to content

Commit

Permalink
Add more practices to Apidae
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Oct 29, 2024
1 parent 2e6cb4d commit a330038
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions datasources/sources/apidae.rb
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,23 @@ def self.event(events)
'Parcours / sentier thématique' => 'hiking',
'Itinéraire de Trail' => 'hiking',
'Pôle trail' => 'hiking',
# foot
'Routes touristiques' => 'foot', # Generic
'Jeu de piste / Chasse au trésor' => 'foot',
# water
'Sports d\'eau' => nil,
'Itinéraire en canoë / en kayak' => 'canoe',
# other random data
'Parcours santé/obstacles' => 'fitness_trail',
'Loisirs récréatifs' => nil,
'Sports d\'adresse' => nil,
'Paintball' => nil,
'Golf' => nil,
'Golf practice' => nil,
'Golf 9 trous' => nil,
'Golf 18 trous' => nil,
'Laser game / Laser Tag' => nil,
'Salle de jeux d\'arcade' => nil,
'Sports divers' => nil,
}]

Expand Down

0 comments on commit a330038

Please sign in to comment.