Skip to content

Instantly share code, notes, and snippets.

@65
Last active August 29, 2015 14:21
Embed
What would you like to do?
GeoJSON Style definitions
"style_buildings":{
"color": "#0000ff",
"weight":"1"
},
"style_green":{
"color": "#00ff00",
"weight":"3"
},
"style_red":{
"color": "#ff0000",
"weight":"3"
},
"style_blue":{
"color": "#0000ff",
"weight":"3"
},
"style_doubleblue":{
"color": "#0000ff",
"dashArray":"15,10,1,10,1,10",
"weight":"3"
},
"style_black":{
"color": "#000000",
"weight":"3"
},
"style_doubleblack":{
"color": "#000000",
"dashArray":"15,10,1,10,1,10",
"weight":"3"
},
"style_lifts":{
"color": "#ff0000",
"dashArray":"15,5",
"weight":"3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment