Skip to content

Instantly share code, notes, and snippets.

@planemad
Last active February 11, 2016 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save planemad/9c693d5c9addd07148c4 to your computer and use it in GitHub Desktop.
Save planemad/9c693d5c9addd07148c4 to your computer and use it in GitHub Desktop.
{
"project": {
"type": "task",
"name": "Turn Lanes",
"description": "Mapping turn lanes from satellite imagery",
"doc_url": "https://github.com/mapbox/mapping/issues/153",
"changeset": {
"comment": "Add missing turn lanes from satellite imagery https://github.com/mapbox/mapping/issues/153",
"source":""
},
"imagery": [
{
"name": "USGS High Quality",
"url": "http://{switch:a,b,c}.tile.openstreetmap.us/usgs_large_scale/{zoom}/{x}/{y}.jpg"
}
],
"filters": [
{
"name": "Surface transport",
"filter": "boundary: | leisure: | landuse: | waterway: | amenity: | natural: | building:"
},
{
"name": "Surface transport",
"filter": "highway=motorway | motorway_link | trunk| trunk_link | primary | secondary | tertiary"
}
],
"mapcss": [
{
"name": "Recent Edits",
"description": "Recent Edits",
"url": "https://raw.githubusercontent.com/Andygol/josm-styles/master/created_in_2015.mapcss"
},
{
"name": "Lane attributes",
"description": "Lane and Road attributes",
"url": "https://josm.openstreetmap.de/josmfile?page=Styles/Lane_and_Road_Attributes&zip=1"
}
],
"presets": [
{
"name": "Lane attributes",
"description": "Lane and Road attributes",
"url": "https://josm.openstreetmap.de/josmfile?page=Presets/LaneAttributes&zip=1"
}
],
"plugins": [
{
"name": "turnlanes"
}
],
"contact_name": "Arun",
"contact_email": "arun@mapbox.com"
},
"tags": [
{
"key": "turn:lanes"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment