Last active
February 11, 2016 12:54
-
-
Save planemad/9c693d5c9addd07148c4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]" | |
}, | |
"tags": [ | |
{ | |
"key": "turn:lanes" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment