Skip to content

Instantly share code, notes, and snippets.

@sgillies
Forked from cspanring/bike-rack.json
Created February 14, 2011 00:42
Show Gist options
  • Save sgillies/825347 to your computer and use it in GitHub Desktop.
Save sgillies/825347 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
# "properties" object cries out for namespacing. Python style namespaces could be an alternative
# to XML namespaces or CURIEs.
{
"type" : "FeatureCollection",
"features" : [{
"type" : "Feature",
"properties" : {
"opencivicdata.capacity" : "10",
"opencivicdata.type" : "U-Rack",
"opencivicdata.mount" : "Surface"
},
"geometry" : {
"type" : "Point",
"coordinates" : [ -71.073283, 42.417500 ]
}
}]
}
@max-mapper
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment