Skip to content

Instantly share code, notes, and snippets.

@jasonbot
Last active January 3, 2016 17:09
Show Gist options
  • Select an option

  • Save jasonbot/8494110 to your computer and use it in GitHub Desktop.

Select an option

Save jasonbot/8494110 to your computer and use it in GitHub Desktop.
Run Through Redlands Course
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#9999ff",
"stroke-width": 4,
"stroke-opacity": 1.0
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-117.18564748764038,
34.05732606540325
],
[
-117.17872738838196,
34.05726384517278
],
[
-117.17766523361206,
34.05708607283401
],
[
-117.17724680900572,
34.05684607958528
],
[
-117.17728972434996,
34.05554832654276
],
[
-117.18262195587158,
34.055521660176026
],
[
-117.18257904052734,
34.05512166366842
],
[
-117.18173146247864,
34.05395721864564
],
[
-117.1813130378723,
34.053441657725365
],
[
-117.17896342277527,
34.050383783683415
],
[
-117.18983173370361,
34.04437438430468
],
[
-117.1903359889984,
34.04504112861288
],
[
-117.19266414642334,
34.04370763475431
],
[
-117.19326496124268,
34.04373430483698
],
[
-117.1944558620453,
34.04507668816205
],
[
-117.1946382522583,
34.04556563045129
],
[
-117.19488501548766,
34.04593011286919
],
[
-117.18310475349426,
34.05243719382383
],
[
-117.18449950218199,
34.05416610881561
]
]
}
},
{
"type": "Feature",
"properties": {
"label": "Start",
"marker-symbol": "pitch"
},
"geometry": {
"type": "Point",
"coordinates": [
-117.18569040298462,
34.05731717680169
]
}
},
{
"type": "Feature",
"properties": {
"label": "End",
"marker-symbol": "embassy"
},
"geometry": {
"type": "Point",
"coordinates": [
-117.18449950218199,
34.05416610881561
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment