ModranaOsmTagsForSearchPresets

Contents

Mapping OSM tags to modRana search preset

This page attempts to build a mapping of OpenStreetMap tags to categorised search presets. The primary target for use of this mapping is the modRana GPS navigation system, but any other applications is welcome to use (and contribute) them too! :)

Search categories

Currently in a pseudo JSON-like format, suggestions for improvement of both the format and data welcome! :)

Sleep

 "hotel" : {"name": "Hotel", "search": "hotel"}
 "hostel" : {"name": "Hostel", "search": "hostel"}
 "motel" : {"name": "Motel", "search": "motel"}
 "camp" : {"name": "Camp", "search": "camp"}

Buy

 "supermarket" : {"name": "Supermarket", "search": "supermarket"}
 "hypermarket" : {"name": "Hypermarket", "search": "hypermarket"}
 "shopping_center" : {"name": "Shopping center", "search": "shopping center"}
 "gas_station" : {"name": "Gas station", "search": "gas station"}
 "outdoor" : {"name": "Outdoor", "search": "outdoor"}
 "diy" : {"name": "DIY", "search": "DIY"}
 "bank" : {"name": "Bank", "search": "bank"}
 "atm" : {"name": "ATM", "search": "ATM"}
 "bookstore" : {"name": "Bookstore", "search": "bookstore"}
 "computer_store" : {"name": "Computer store", "search": "computer store"}

Food

 "pub" : {"name": "Pub", "search": "pub"}
 "pub_food" : {"name": "Pub food", "search": "pub food"}
 "bar" : {"name": "Bar", "search": "bar"}
 "food" : {"name": "Food", "search": "food"}
 "restaurant" : {"name": "Restaurant", "search": "restaurant"}
 "cafe" : {"name": "Cafe", "search": "cafe"}
 "pizza" : {"name": "Pizza", "search": "pizza"}
 "fast_food" : {"name": "Fast food", "search": "fast food"}

Help

 "police" : {"name": "Police station", "search": "police"}
 "fire_station" : {"name": "Fire dpt.", "search": "fire"}
 "info" : {"name": "Information", "search": "information"}
 "hospital" : {"name": "Hospital", "search": "hospital"}
 "pharmacy" : {"name": "Pharmacy", "search": "pharmacy"}
 "ranger" : {"name": "Ranger", "search": "ranger"}
 "law" : {"name": "Law", "search": "law"}
 "embassy" : {"name": "Embassy", "search": "embassy"}

Hire

 "car_hire" : {"name": "Car hire", "search": "car hire"}
 "bike_hire" : {"name": "Bike hire", "search": "bike hire"}
 "ski_hire" : {"name": "Ski hire", "search": "Sky hire"}

Park

 "car_park" : {"name": "Car park", "search": "car park"}
 "free_car_park" : {"name": "Free car park", "search": "free car park"}
 "bike_park" : {"name": "Bike park", "search": "bike park"}
 "lay_by" : {"name": "Lay-by", "search": "lay by"}

Travel

 "airport" : {"name": "Airport", "search": "airport"}
 "heliport" : {"name": "Heliport", "search": "heliport"}
 "spaceport" : {"name": "Spaceport", "search": "spaceport"}
 "train_station" : {"name": "Train station", "search": "train station"}
 "bus" : {"name": "Bus", "search": "bus"}
 "tram" : {"name": "Tram", "search": "tram"}
 "subway" : {"name": "Subway", "search": "subway"}
 "station" : {"name": "Station", "search": "station"}
 "ev" : {"name": "EV charging", "search": "EV charging station"}
 "gas_station" : {"name": "Gas station", "search": "gas station"}
 "ferry" : {"name": "Ferry", "search": "ferry"}
 "harbour" : {"name": "Harbour", "search": "harbour"}

Repair

 "bike_shop" : {"name": "Bike shop", "search": "bike shop"}
 "garage" : {"name": "Garage", "search": "garage"}

Internet

 "hotspot" : {"name": "Hotspot", "search": "hotspot"}
 "free_wifi" : {"name": "Free wifi", "search": "free wifi"}
 "wireless_internet" : {"name": "Wireless", "search": "wireless internet"}
 "internet_cafe" : {"name": "Internet cafe", "search": "Category: Internet cafe"}
 "library" : {"name": "Library", "search": "library"}

Tourism

 "sightseeing" : {"name": "Sightseeing", "search": "sightseeing"}
 "tourist_information" : {"name": "Tourist info", "search": "tourist information"}
 "cinema" : {"name": "Cinema", "search": "cinema"}
 "theater" : {"name": "Theater", "search": "theater"}
 "gallery" : {"name": "Gallery", "search": "gallery"}
 "museum" : {"name": "Museum", "search": "museum"}
 "wine_cellar" : {"name": "Wine cellar", "search": "wine cellar"}
 "national_park" : {"name": "National park", "search": "national park"}
 "wc" : {"name": "WC", "search": "WC"}
 "swimming_pool" : {"name": "Swimming pool", "search": "swimming pool"}