Skip to content

Instantly share code, notes, and snippets.

@65
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 65/07a5b6fa636b8ebb2b79 to your computer and use it in GitHub Desktop.
Save 65/07a5b6fa636b8ebb2b79 to your computer and use it in GitHub Desktop.
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