Skip to content

Instantly share code, notes, and snippets.

@wardbeyens
Created July 6, 2021 20:57
Show Gist options
  • Save wardbeyens/6ba3b3e743db1e1ac74c216b4b3ce093 to your computer and use it in GitHub Desktop.
Save wardbeyens/6ba3b3e743db1e1ac74c216b4b3ce093 to your computer and use it in GitHub Desktop.
Food and Drinks mapcomplete json
{
"id": "foodanddrinks",
"title": {
"en": "Food & Drinks"
},
"shortDescription": {
"en": "Map with food and drink sellers"
},
"description": {
"en": "Are you hungry or thirsty?\nThen find a vender on this map"
},
"language": [
"en"
],
"maintainer": "",
"icon": "https://gist.githubusercontent.com/wardbeyens/e9fa6861965bb2e24ed87fc95ef2cec0/raw/23333b518bc375b23063e3e8c35bb78808b4ab5f/twotone-fastfood.svg",
"version": "0",
"startLat": 51.4,
"startLon": 5.1,
"startZoom": 9,
"widenFactor": 0.05,
"socialImage": "",
"layers": [
{
"id": "restaurant",
"name": {
"en": "restaurant"
},
"minzoom": 10,
"overpassTags": {
"and": [
"amenity=restaurant"
]
},
"title": {
"render": {
"en": "Restaurant"
}
},
"description": {
"en": "The kind of food served can be tagged with cuisine=* and diet=*."
},
"tagRenderings": [],
"hideUnderlayingFeaturesMinPercentage": 0,
"icon": {
"render": "https://gist.githubusercontent.com/wardbeyens/2a70821ef20206f26b60b9281277690f/raw/861dd26d71e86f7aaa109b434a610ec635b71692/restaurant.svg"
},
"width": {
"render": "8"
},
"iconSize": {
"render": "40,40,center"
},
"color": {
"render": "#00f"
},
"presets": []
}
],
"roamingRenderings": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment