Forked from planemad/josm-config-turnlanes.json
Last active
February 25, 2016 10:18
-
-
Save Andygol/16e17951694b93442cb5 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" | |
}, | |
{ | |
"name": "Mapbox Satellite", | |
"url": "http://{switch:a,b,c}.tiles.mapbox.com/v4/openstreetmap.map-inh7ifmo/{zoom}/{x}/{y}.png?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJncjlmd0t3In0.DmZsIeOW-3x-C5eX-wAqTw" | |
} | |
], | |
"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 changes (2015)", | |
"description": "Highlights features that were created/modified in 2015 year", | |
"url": "https://github.com/Andygol/josm-styles/raw/master/recent%20changes_2015.mapcss" | |
}, | |
{ | |
"name": "Recent changes (2016)", | |
"description": "Highlights features that were created/modified in 2016 year", | |
"url": "https://github.com/Andygol/josm-styles/raw/master/recent%20changes_2016.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