Editing ModranaOsmTagsForSearchPresets

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 2: Line 2:
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! :)
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 more or less JSON, with the currently used Google Local Search strings marked as "searchNatural". Suggestions on how to incorporate OSM tags search to the format welcome! :)
 
-
=== Sleep ===
 
-
  {
 
-
  "hotel" : {"name": "Hotel", "searchNatural": "hotel"},
 
-
  "hostel" : {"name": "Hostel", "searchNatural": "hostel"},
 
-
  "motel" : {"name": "Motel", "searchNatural": "motel"},
 
-
  "camp" : {"name": "Camp", "searchNatural": "camp"}
 
-
  }
 
-
 
-
=== Buy ===
 
-
  {
 
-
  "supermarket" : {"name": "Supermarket", "searchNatural": "supermarket"},
 
-
  "hypermarket" : {"name": "Hypermarket", "searchNatural": "hypermarket"},
 
-
  "shopping_center" : {"name": "Shopping center", "searchNatural": "shopping center"},
 
-
  "gas_station" : {"name": "Gas station", "searchNatural": "gas station"},
 
-
  "outdoor" : {"name": "Outdoor", "searchNatural": "outdoor"},
 
-
  "diy" : {"name": "DIY", "searchNatural": "DIY"},
 
-
  "bank" : {"name": "Bank", "searchNatural": "bank"},
 
-
  "atm" : {"name": "ATM", "searchNatural": "ATM"},
 
-
  "bookstore" : {"name": "Bookstore", "searchNatural": "bookstore"},
 
-
  "computer_store" : {"name": "Computer store", "searchNatural": "computer store"}
 
-
  }
 
-
 
-
=== Food ===
 
-
  {
 
-
  "pub" : {"name": "Pub", "searchNatural": "pub"},
 
-
  "pub_food" : {"name": "Pub food", "searchNatural": "pub food"},
 
-
  "bar" : {"name": "Bar", "searchNatural": "bar"},
 
-
  "food" : {"name": "Food", "searchNatural": "food"},
 
-
  "restaurant" : {"name": "Restaurant", "searchNatural": "restaurant"},
 
-
  "cafe" : {"name": "Cafe", "searchNatural": "cafe"},
 
-
  "pizza" : {"name": "Pizza", "searchNatural": "pizza"},
 
-
  "fast_food" : {"name": "Fast food", "searchNatural": "fast food"}
 
-
  }
 
-
 
-
=== Help ===
 
-
  {
 
-
  "police" : {"name": "Police station", "searchNatural": "police"},
 
-
  "fire_station" : {"name": "Fire dpt.", "searchNatural": "fire"},
 
-
  "info" : {"name": "Information", "searchNatural": "information"},
 
-
  "hospital" : {"name": "Hospital", "searchNatural": "hospital"},
 
-
  "pharmacy" : {"name": "Pharmacy", "searchNatural": "pharmacy"},
 
-
  "ranger" : {"name": "Ranger", "searchNatural": "ranger"},
 
-
  "law" : {"name": "Law", "searchNatural": "law"},
 
-
  "embassy" : {"name": "Embassy", "searchNatural": "embassy"}
 
-
  }
 
-
 
-
=== Hire ===
 
-
  {
 
-
  "car_hire" : {"name": "Car hire", "searchNatural": "car hire"},
 
-
  "bike_hire" : {"name": "Bike hire", "searchNatural": "bike hire"},
 
-
  "ski_hire" : {"name": "Ski hire", "searchNatural": "Sky hire"}
 
-
  }
 
-
 
-
=== Park ===
 
-
  {
 
-
  "car_park" : {"name": "Car park", "searchNatural": "car park"},
 
-
  "free_car_park" : {"name": "Free car park", "searchNatural": "free car park"},
 
-
  "bike_park" : {"name": "Bike park", "searchNatural": "bike park"},
 
-
  "lay_by" : {"name": "Lay-by", "searchNatural": "lay by"}
 
-
  }
 
-
 
-
=== Travel ===
 
-
  {
 
-
  "airport" : {"name": "Airport", "searchNatural": "airport"},
 
-
  "heliport" : {"name": "Heliport", "searchNatural": "heliport"},
 
-
  "spaceport" : {"name": "Spaceport", "searchNatural": "spaceport"},
 
-
  "train_station" : {"name": "Train station", "searchNatural": "train station"},
 
-
  "bus" : {"name": "Bus", "searchNatural": "bus"},
 
-
  "tram" : {"name": "Tram", "searchNatural": "tram"},
 
-
  "subway" : {"name": "Subway", "searchNatural": "subway"},
 
-
  "station" : {"name": "Station", "searchNatural": "station"},
 
-
  "ev" : {"name": "EV charging", "searchNatural": "EV charging station"},
 
-
  "gas_station" : {"name": "Gas station", "searchNatural": "gas station"},
 
-
  "ferry" : {"name": "Ferry", "searchNatural": "ferry"},
 
-
  "harbour" : {"name": "Harbour", "searchNatural": "harbour"}
 
-
  }
 
-
 
-
=== Repair ===
 
-
  {
 
-
  "bike_shop" : {"name": "Bike shop", "searchNatural": "bike shop"},
 
-
  "garage" : {"name": "Garage", "searchNatural": "garage"}
 
-
  }
 
-
 
-
=== Internet ===
 
-
  {
 
-
  "hotspot" : {"name": "Hotspot", "searchNatural": "hotspot"},
 
-
  "free_wifi" : {"name": "Free wifi", "searchNatural": "free wifi"},
 
-
  "wireless_internet" : {"name": "Wireless", "searchNatural": "wireless internet"},
 
-
  "internet_cafe" : {"name": "Internet cafe", "searchNatural": "Category: Internet cafe"},
 
-
  "library" : {"name": "Library", "searchNatural": "library"}
 
-
  }
 
-
 
-
=== Tourism ===
 
-
  {
 
-
  "sightseeing" : {"name": "Sightseeing", "searchNatural": "sightseeing"},
 
-
  "tourist_information" : {"name": "Tourist info", "searchNatural": "tourist information"},
 
-
  "cinema" : {"name": "Cinema", "searchNatural": "cinema"},
 
-
  "theater" : {"name": "Theater", "searchNatural": "theater"},
 
-
  "gallery" : {"name": "Gallery", "searchNatural": "gallery"},
 
-
  "museum" : {"name": "Museum", "searchNatural": "museum"},
 
-
  "wine_cellar" : {"name": "Wine cellar", "searchNatural": "wine cellar"},
 
-
  "national_park" : {"name": "National park", "searchNatural": "national park"},
 
-
  "wc" : {"name": "WC", "searchNatural": "WC"},
 
-
  "swimming_pool" : {"name": "Swimming pool", "searchNatural": "swimming pool"}
 
-
  }
 

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)