Last active
April 21, 2016 08:13
-
-
Save lipi/e3703d070125c9b2eb167e1205011284 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"speed": 100, | |
"name": "Anzac Rd" | |
}, | |
"geometry": {"type":"LineString","coordinates":[[174.59082,-36.70885],[174.59054,-36.70925],[174.59031,-36.70954],[174.58932,-36.71023],[174.58732,-36.71078],[174.58619,-36.71045],[174.58194,-36.70905],[174.58071,-36.70832],[174.57966,-36.70774],[174.57915,-36.70676],[174.57869,-36.70624],[174.57782,-36.70584],[174.57719,-36.70558],[174.57505,-36.70642],[174.57378,-36.70621],[174.57138,-36.70663]]} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@robshuck check this out