Skip to content

Instantly share code, notes, and snippets.

@brettchalupa
Forked from wboykinm/btvsites.geojson
Created October 19, 2013 20:25
Show Gist options
  • Save brettchalupa/7061078 to your computer and use it in GitHub Desktop.
Save brettchalupa/7061078 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "pneumatic-tube-terminus",
"marker-symbol": "rail-underground",
"marker-color": "#0198e1",
"zoom": 20
},
"geometry": {
"type": "Point",
"coordinates": [
-73.21471452713013,
44.467371477963596
]
}
},
{
"type": "Feature",
"properties": {
"name": "howard-opera-house",
"marker-color": "#0198E1",
"marker-symbol": "rail-underground",
"zoom": 20
},
"geometry": {
"type": "Point",
"coordinates": [
-73.21322321891785,
44.47801322108592
]
}
},
{
"type": "Feature",
"properties": {
"name": "masonic-temple",
"marker-symbol": "rail-underground",
"marker-color": "#0198E1",
"zoom": 20
},
"geometry": {
"type": "Point",
"coordinates": [
-73.2130515575409,
44.48023319621741
]
}
},
{
"type": "Feature",
"properties": {
"name": "city-hall",
"marker-symbol": "rail-underground",
"marker-color": "#0198E1",
"zoom": 20
},
"geometry": {
"type": "Point",
"coordinates": [
-73.21285843849182,
44.47632139022349
]
}
},
{
"type": "Feature",
"properties": {
"name": "flynn-theater",
"marker-symbol": "rail-underground",
"marker-color": "#0198E1",
"zoom": 20
},
"geometry": {
"type": "Point",
"coordinates": [
-73.21354508399963,
44.4756783285233
]
}
},
{
"type": "Feature",
"properties": {
"name": "old-hotel-vermont",
"marker-symbol": "rail-underground",
"marker-color": "#0198E1",
"zoom": 20
},
"geometry": {
"type": "Point",
"coordinates": [
-73.21433901786804,
44.476137659032254
]
}
},
{
"type": "Feature",
"properties": {
"name": "island-line",
"marker-symbol": "rail-above",
"marker-color": "#0198E1",
"zoom": 8
},
"geometry": {
"type": "Point",
"coordinates": [
-73.31537246704102,
44.57518424452139
]
}
},
{
"type": "Feature",
"properties": {
"name": "juniper-island",
"marker-symbol": "rail",
"marker-color": "#0198E1",
"zoom": 8
},
"geometry": {
"type": "Point",
"coordinates": [
-73.27657699584961,
44.45057041820037
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment