Last active
August 29, 2015 14:22
-
-
Save 65/db9ca75be5cf3d093eec 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
{ | |
"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" | |
}, | |
"buildings":{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
146.452576, | |
-37.146328, | |
0 | |
] | |
}, | |
"properties": { | |
"name": "Brackenwood Apt3", | |
"description": "Brackenwood <br>Apartment 3<br>Mt Buller<br>www.mysnowbed.com (http://www.mysnowbed.com)" | |
} | |
} | |
] | |
}, | |
"lifts":{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
146.4487, | |
-37.146366, | |
0 | |
] | |
}, | |
"properties": { | |
"name": "Blue Bullet Quad Chairlift", | |
"description": "Blue Bullet<br>High speed quad chair" | |
} | |
} | |
] | |
}, | |
"runs":{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[146.439511,-37.142051,0], | |
[146.438953,-37.142033,0], | |
[146.43832,-37.142025,0], | |
[146.437644,-37.142033,0], | |
[146.437097,-37.142059,0], | |
[146.4367,-37.142153,0], | |
[146.436228,-37.142324,0], | |
[146.43582,-37.142444,0], | |
[146.43567,-37.142487,0] | |
] | |
}, | |
"properties": { | |
"name": "Access Trail", | |
"description": "Level Blue", | |
"rating":"blue" | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment