Last active
April 2, 2021 19:33
-
-
Save bdunnette/27a0bb6da92f5882e9193924429cd24b to your computer and use it in GitHub Desktop.
MetroTransit Route 11 Stops
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Data Layer: Simple</title> | |
<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script> | |
<style>/* Always set the map height explicitly to define the size of the div | |
* element that contains the map. */ | |
#map { | |
height: 100%; | |
} | |
/* Optional: Makes the sample page fill the window. */ | |
html, | |
body { | |
height: 100%; | |
margin: 0; | |
padding: 0; | |
}</style> | |
</head> | |
<body> | |
<div id="map"></div> | |
<!-- Async script executes immediately and must be after any DOM elements used in callback. --> | |
<script | |
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAzugPR5UwC_XDLGT7FdsA3C5cQYmVyEwg&callback=initMap&libraries=&v=weekly" | |
async | |
></script> | |
<script> | |
let map; | |
function initMap() { | |
map = new google.maps.Map(document.getElementById("map"), { | |
zoom: 11, | |
center: { lat: 45, lng: -93.3 }, | |
}); | |
// NOTE: This uses cross-domain XHR, and may not work on older browsers. | |
map.data.loadGeoJson( | |
"./stops.geojson" | |
); | |
} | |
</script> | |
</body> | |
</html> |
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", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.277923892507786, | |
44.969484048459194 | |
] | |
}, | |
"properties": { | |
"site_id": 1197, | |
"site_on": "Nicollet Ave S ", | |
"site_at": "Grant St E ", | |
"corn_desc": "Far side S", | |
"dt_zone": "Y", | |
"adaaccess": "Y", | |
"node_id": "GRNI" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.278060008317254, | |
44.917633987352474 | |
] | |
}, | |
"properties": { | |
"site_id": 1228, | |
"site_on": "Nicollet Ave S ", | |
"site_at": "47th St W ", | |
"corn_desc": "Far side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.278077884228722, | |
44.916139061823905 | |
] | |
}, | |
"properties": { | |
"site_id": 1229, | |
"site_on": "Nicollet Ave S ", | |
"site_at": "48th St W ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.27810187060598, | |
44.914308884182752 | |
] | |
}, | |
"properties": { | |
"site_id": 1230, | |
"site_on": "Nicollet Ave S ", | |
"site_at": "49th St W ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.278154983354696, | |
44.912818012909483 | |
] | |
}, | |
"properties": { | |
"site_id": 1231, | |
"site_on": "Nicollet Ave S ", | |
"site_at": "50th St W ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": "50NI" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.269632964792791, | |
45.013102039357705 | |
] | |
}, | |
"properties": { | |
"site_id": 12798, | |
"site_on": "Lowry Ave NE ", | |
"site_at": "Grand St NE ", | |
"corn_desc": "Far side E", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.266330653487017, | |
45.013093044609292 | |
] | |
}, | |
"properties": { | |
"site_id": 12802, | |
"site_on": "Lowry Ave NE ", | |
"site_at": "2nd St NE ", | |
"corn_desc": "Near side E", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": "LW2S" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.27053276678248, | |
44.95188508083546 | |
] | |
}, | |
"properties": { | |
"site_id": 14331, | |
"site_on": "28th St E ", | |
"site_at": "4th Ave S ", | |
"corn_desc": "Near side E", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.250239775888446, | |
45.041038070928721 | |
] | |
}, | |
"properties": { | |
"site_id": 14594, | |
"site_on": "40th Ave NE ", | |
"site_at": "Jackson St ", | |
"corn_desc": "Far side W", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.252327699383983, | |
45.041046079570286 | |
] | |
}, | |
"properties": { | |
"site_id": 14595, | |
"site_on": "40th Ave NE ", | |
"site_at": "Monroe St ", | |
"corn_desc": "Near side W", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.254097909318574, | |
45.041045935535983 | |
] | |
}, | |
"properties": { | |
"site_id": 14596, | |
"site_on": "40th Ave NE ", | |
"site_at": "Madison St ", | |
"corn_desc": "Far side W", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.256155947152322, | |
45.041043048422587 | |
] | |
}, | |
"properties": { | |
"site_id": 14597, | |
"site_on": "40th Ave NE ", | |
"site_at": "Washington St ", | |
"corn_desc": "Near side W", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.258741919702103, | |
45.041039109411095 | |
] | |
}, | |
"properties": { | |
"site_id": 14598, | |
"site_on": "40th Ave NE ", | |
"site_at": "6th St NE ", | |
"corn_desc": "Near side W", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.260464897155302, | |
45.041039063703714 | |
] | |
}, | |
"properties": { | |
"site_id": 14599, | |
"site_on": "40th Ave NE ", | |
"site_at": "5th St NE ", | |
"corn_desc": "Far side W", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.261764848586793, | |
45.041047073846613 | |
] | |
}, | |
"properties": { | |
"site_id": 14600, | |
"site_on": "40th Ave NE ", | |
"site_at": "4th St NE ", | |
"corn_desc": "Far side W", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.263620678088415, | |
45.035609007728027 | |
] | |
}, | |
"properties": { | |
"site_id": 14604, | |
"site_on": "37th Ave NE ", | |
"site_at": "3rd St NE ", | |
"corn_desc": "Near side W", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.265169740456201, | |
45.035372993207453 | |
] | |
}, | |
"properties": { | |
"site_id": 14607, | |
"site_on": "2nd 1/2 St NE ", | |
"site_at": "37th Ave NE ", | |
"corn_desc": "Far side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.265171997356802, | |
45.033579994740563 | |
] | |
}, | |
"properties": { | |
"site_id": 14608, | |
"site_on": "2nd 1/2 St NE ", | |
"site_at": "36th Ave NE ", | |
"corn_desc": "Far side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.265183754902722, | |
45.03202993433348 | |
] | |
}, | |
"properties": { | |
"site_id": 14611, | |
"site_on": "2nd 1/2 St NE ", | |
"site_at": "35th Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.266277774780065, | |
45.031968156455626 | |
] | |
}, | |
"properties": { | |
"site_id": 14612, | |
"site_on": "35th Ave NE ", | |
"site_at": "2nd St NE ", | |
"corn_desc": "Near side W", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.267518728819113, | |
45.031972907962732 | |
] | |
}, | |
"properties": { | |
"site_id": 14615, | |
"site_on": "35th Ave NE ", | |
"site_at": "Main St NE ", | |
"corn_desc": "Near side W", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.267776776153497, | |
45.029649998316472 | |
] | |
}, | |
"properties": { | |
"site_id": 14616, | |
"site_on": "Main St NE ", | |
"site_at": "Edge Place NE ", | |
"corn_desc": "Far side S", | |
"dt_zone": "N", | |
"adaaccess": "N", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.266566699196119, | |
45.027781067630883 | |
] | |
}, | |
"properties": { | |
"site_id": 14619, | |
"site_on": "Main St NE ", | |
"site_at": "St Anthony Pkwy ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.272881978055281, | |
45.027299945029995 | |
] | |
}, | |
"properties": { | |
"site_id": 14620, | |
"site_on": "Columbia Ave NE ", | |
"site_at": "Saint Anthony Pkwy ", | |
"corn_desc": "Far side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.272950749484252, | |
45.024034976047545 | |
] | |
}, | |
"properties": { | |
"site_id": 14623, | |
"site_on": "Columbia Ave NE ", | |
"site_at": "31st Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.271663648435322, | |
45.022986083946876 | |
] | |
}, | |
"properties": { | |
"site_id": 14628, | |
"site_on": "Randolph St NE ", | |
"site_at": "31st Ave / 30th Ave ", | |
"corn_desc": "Mid block S", | |
"dt_zone": "N", | |
"adaaccess": "N", | |
"node_id": "30RA" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270524804496588, | |
45.022197970988557 | |
] | |
}, | |
"properties": { | |
"site_id": 14629, | |
"site_on": "30th Ave NE ", | |
"site_at": "Grand St NE ", | |
"corn_desc": "Near side E", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270495939991093, | |
45.023939005237942 | |
] | |
}, | |
"properties": { | |
"site_id": 14630, | |
"site_on": "31st Ave NE ", | |
"site_at": "Grand St NE ", | |
"corn_desc": "Near side E", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.27043979677066, | |
45.022366957813396 | |
] | |
}, | |
"properties": { | |
"site_id": 14633, | |
"site_on": "Grand St NE ", | |
"site_at": "30 Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270335711787979, | |
45.020559083736067 | |
] | |
}, | |
"properties": { | |
"site_id": 14634, | |
"site_on": "Grand St NE ", | |
"site_at": "29th Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": "29GR" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270209807704816, | |
45.018725155109919 | |
] | |
}, | |
"properties": { | |
"site_id": 14637, | |
"site_on": "Grand St NE ", | |
"site_at": "28th Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270207805358581, | |
45.016896153777431 | |
] | |
}, | |
"properties": { | |
"site_id": 14638, | |
"site_on": "Grand St NE ", | |
"site_at": "27th Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270197807270293, | |
45.015093996450425 | |
] | |
}, | |
"properties": { | |
"site_id": 14641, | |
"site_on": "Grand St NE ", | |
"site_at": "26th Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.266257968169384, | |
45.011182918959349 | |
] | |
}, | |
"properties": { | |
"site_id": 14650, | |
"site_on": "2nd St NE ", | |
"site_at": "23rd Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.266254744384824, | |
45.008734136205831 | |
] | |
}, | |
"properties": { | |
"site_id": 14654, | |
"site_on": "2nd St NE ", | |
"site_at": "20th Ave NE ", | |
"corn_desc": "Across from S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.26626461394649, | |
45.005358934381995 | |
] | |
}, | |
"properties": { | |
"site_id": 14661, | |
"site_on": "2nd St NE ", | |
"site_at": "17th Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.266211962791317, | |
45.003168979631788 | |
] | |
}, | |
"properties": { | |
"site_id": 14665, | |
"site_on": "2nd St NE ", | |
"site_at": "15th Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.266229825030564, | |
44.999929955061951 | |
] | |
}, | |
"properties": { | |
"site_id": 14669, | |
"site_on": "2nd St NE ", | |
"site_at": "12th Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.266224990241469, | |
44.998885922582673 | |
] | |
}, | |
"properties": { | |
"site_id": 14673, | |
"site_on": "2nd St NE ", | |
"site_at": "Broadway St ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": "BR2S" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.263931709678317, | |
44.996262951304139 | |
] | |
}, | |
"properties": { | |
"site_id": 14678, | |
"site_on": "2nd St NE ", | |
"site_at": "8th Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.263120889632319, | |
44.995100872038023 | |
] | |
}, | |
"properties": { | |
"site_id": 14681, | |
"site_on": "2nd St NE ", | |
"site_at": "7th Ave NE ", | |
"corn_desc": "Across from S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.261814899473563, | |
44.993204104573572 | |
] | |
}, | |
"properties": { | |
"site_id": 14685, | |
"site_on": "2nd St NE ", | |
"site_at": "5th Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.260031722206179, | |
44.990599956152131 | |
] | |
}, | |
"properties": { | |
"site_id": 14689, | |
"site_on": "2nd St NE ", | |
"site_at": "3rd Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.258712840271258, | |
44.988639987403829 | |
] | |
}, | |
"properties": { | |
"site_id": 14690, | |
"site_on": "2nd St NE ", | |
"site_at": "1st Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "Y", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.247484942359833, | |
45.041103036066382 | |
] | |
}, | |
"properties": { | |
"site_id": 17165, | |
"site_on": "Central Ave NE ", | |
"site_at": "40th Ave NE ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": "40CE" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.272870736465606, | |
44.965292129154577 | |
] | |
}, | |
"properties": { | |
"site_id": 17704, | |
"site_on": "3rd Ave S ", | |
"site_at": "18th St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.272839746031948, | |
44.964050919613008 | |
] | |
}, | |
"properties": { | |
"site_id": 17705, | |
"site_on": "3rd Ave S ", | |
"site_at": "19th St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.27282788544376, | |
44.962458136491136 | |
] | |
}, | |
"properties": { | |
"site_id": 17706, | |
"site_on": "3rd Ave S ", | |
"site_at": "Franklin Ave E ", | |
"corn_desc": "Far side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": "3AFR" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.272853799762956, | |
44.960996961792546 | |
] | |
}, | |
"properties": { | |
"site_id": 17707, | |
"site_on": "3rd Ave S ", | |
"site_at": "22nd St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.272823908458548, | |
44.959318161845644 | |
] | |
}, | |
"properties": { | |
"site_id": 17708, | |
"site_on": "3rd Ave S ", | |
"site_at": "24th St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.272825839278482, | |
44.957050104766253 | |
] | |
}, | |
"properties": { | |
"site_id": 17709, | |
"site_on": "3rd Ave S ", | |
"site_at": "25th St E ", | |
"corn_desc": "Far side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.275368719926135, | |
44.955294013440792 | |
] | |
}, | |
"properties": { | |
"site_id": 17711, | |
"site_on": "Stevens Ave S ", | |
"site_at": "26th St E ", | |
"corn_desc": "Far side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.275392918569807, | |
44.953647129179878 | |
] | |
}, | |
"properties": { | |
"site_id": 17712, | |
"site_on": "Stevens Ave S ", | |
"site_at": "27th St E ", | |
"corn_desc": "Far side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.274935968914505, | |
44.951885007846442 | |
] | |
}, | |
"properties": { | |
"site_id": 17713, | |
"site_on": "28th St E ", | |
"site_at": "Stevens Ave S ", | |
"corn_desc": "Far side E", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270365686716588, | |
44.948052151731432 | |
] | |
}, | |
"properties": { | |
"site_id": 17715, | |
"site_on": "4th Ave S ", | |
"site_at": "Lake St E ", | |
"corn_desc": "Far side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": "4ALA" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270359992516887, | |
44.946758126081015 | |
] | |
}, | |
"properties": { | |
"site_id": 17716, | |
"site_on": "4th Ave S ", | |
"site_at": "31st St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270349834325344, | |
44.945080084756235 | |
] | |
}, | |
"properties": { | |
"site_id": 17717, | |
"site_on": "4th Ave S ", | |
"site_at": "32nd St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270323945331029, | |
44.943263989219744 | |
] | |
}, | |
"properties": { | |
"site_id": 17718, | |
"site_on": "4th Ave S ", | |
"site_at": "33rd St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270289707124874, | |
44.941504985670306 | |
] | |
}, | |
"properties": { | |
"site_id": 17719, | |
"site_on": "4th Ave S ", | |
"site_at": "34th St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270275004881469, | |
44.939668067832812 | |
] | |
}, | |
"properties": { | |
"site_id": 17720, | |
"site_on": "4th Ave S ", | |
"site_at": "35th St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270258096359569, | |
44.937873914247909 | |
] | |
}, | |
"properties": { | |
"site_id": 17721, | |
"site_on": "4th Ave S ", | |
"site_at": "36th St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270232849518877, | |
44.936058084935638 | |
] | |
}, | |
"properties": { | |
"site_id": 17722, | |
"site_on": "4th Ave S ", | |
"site_at": "37th St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270194070641409, | |
44.934274964431566 | |
] | |
}, | |
"properties": { | |
"site_id": 17723, | |
"site_on": "4th Ave S ", | |
"site_at": "38th St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": "384A" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.27019970246657, | |
44.932448978627193 | |
] | |
}, | |
"properties": { | |
"site_id": 17724, | |
"site_on": "4th Ave S ", | |
"site_at": "39th St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270221034047424, | |
44.930646990532395 | |
] | |
}, | |
"properties": { | |
"site_id": 17725, | |
"site_on": "4th Ave S ", | |
"site_at": "40th St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270194853551729, | |
44.928847094730216 | |
] | |
}, | |
"properties": { | |
"site_id": 17726, | |
"site_on": "4th Ave S ", | |
"site_at": "41st St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270231095249159, | |
44.926928043651628 | |
] | |
}, | |
"properties": { | |
"site_id": 17727, | |
"site_on": "4th Ave S ", | |
"site_at": "42nd St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270255882737018, | |
44.925214985846466 | |
] | |
}, | |
"properties": { | |
"site_id": 17728, | |
"site_on": "4th Ave S ", | |
"site_at": "43rd St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270270997155421, | |
44.92341192992145 | |
] | |
}, | |
"properties": { | |
"site_id": 17729, | |
"site_on": "4th Ave S ", | |
"site_at": "44th St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270303775287715, | |
44.921592988006779 | |
] | |
}, | |
"properties": { | |
"site_id": 17730, | |
"site_on": "4th Ave S ", | |
"site_at": "45th St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.272688694068847, | |
44.919756120681548 | |
] | |
}, | |
"properties": { | |
"site_id": 17821, | |
"site_on": "46th St E ", | |
"site_at": "3rd Ave S ", | |
"corn_desc": "Near side W", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.262011676148347, | |
44.986329048362137 | |
] | |
}, | |
"properties": { | |
"site_id": 17916, | |
"site_on": "Hennepin Ave E ", | |
"site_at": "De LaSalle Dr ", | |
"corn_desc": "Far side S", | |
"dt_zone": "Y", | |
"adaaccess": "Y", | |
"node_id": "DELA" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.266682859759271, | |
44.984026069199885 | |
] | |
}, | |
"properties": { | |
"site_id": 17917, | |
"site_on": "Hennepin Ave ", | |
"site_at": "1st St N ", | |
"corn_desc": "Near side S", | |
"dt_zone": "Y", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.26948780535146, | |
44.980408890215237 | |
] | |
}, | |
"properties": { | |
"site_id": 17976, | |
"site_on": "Nicollet Mall ", | |
"site_at": "3rd St ", | |
"corn_desc": "Far side S", | |
"dt_zone": "Y", | |
"adaaccess": "Y", | |
"node_id": "3SNI" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270543738645728, | |
44.9790389058874 | |
] | |
}, | |
"properties": { | |
"site_id": 17978, | |
"site_on": "Nicollet Mall ", | |
"site_at": "5th St S ", | |
"corn_desc": "Near side S", | |
"dt_zone": "Y", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.27218390430285, | |
44.977128122890946 | |
] | |
}, | |
"properties": { | |
"site_id": 17980, | |
"site_on": "Nicollet Mall ", | |
"site_at": "7th St S ", | |
"corn_desc": "Near side S", | |
"dt_zone": "Y", | |
"adaaccess": "Y", | |
"node_id": "7SNI" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.27380186413329, | |
44.97513113009061 | |
] | |
}, | |
"properties": { | |
"site_id": 17982, | |
"site_on": "Nicollet Mall ", | |
"site_at": "9th St S ", | |
"corn_desc": "Near side S", | |
"dt_zone": "Y", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.27552206993758, | |
44.9731901293625 | |
] | |
}, | |
"properties": { | |
"site_id": 17984, | |
"site_on": "Nicollet Mall ", | |
"site_at": "11th St S ", | |
"corn_desc": "Near side S", | |
"dt_zone": "Y", | |
"adaaccess": "Y", | |
"node_id": "9SNI" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.277167989263617, | |
44.971199861540327 | |
] | |
}, | |
"properties": { | |
"site_id": 17986, | |
"site_on": "Nicollet Mall ", | |
"site_at": "Alice Rainville Place ", | |
"corn_desc": "Across from S", | |
"dt_zone": "Y", | |
"adaaccess": "Y", | |
"node_id": "GRNI" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.263490851096236, | |
44.978629062922003 | |
] | |
}, | |
"properties": { | |
"site_id": 19294, | |
"site_on": "4th Ave S ", | |
"site_at": "3rd St S ", | |
"corn_desc": "Near side S", | |
"dt_zone": "Y", | |
"adaaccess": "Y", | |
"node_id": "4A3S" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.262810709893415, | |
44.978252997773211 | |
] | |
}, | |
"properties": { | |
"site_id": 19301, | |
"site_on": "Gateway Ramp ", | |
"site_at": "Platform ", | |
"corn_desc": "Near side E", | |
"dt_zone": "Y", | |
"adaaccess": "Y", | |
"node_id": "GTWY" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.26315881338202, | |
45.040624023402508 | |
] | |
}, | |
"properties": { | |
"site_id": 40882, | |
"site_on": "University Ave (Hwy 47) ", | |
"site_at": "40th Ave NE ", | |
"corn_desc": "Far side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.272840898145077, | |
44.956294981307941 | |
] | |
}, | |
"properties": { | |
"site_id": 42455, | |
"site_on": "3rd Ave S ", | |
"site_at": "25th St / 26th St E ", | |
"corn_desc": "Mid block S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.246971870329673, | |
45.042375029663695 | |
] | |
}, | |
"properties": { | |
"site_id": 49304, | |
"site_on": "Columbia Heights Transit Center ", | |
"site_at": "Bay B ", | |
"corn_desc": "Near side N", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": "41CE" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.270327893619992, | |
44.919819076275374 | |
] | |
}, | |
"properties": { | |
"site_id": 51827, | |
"site_on": "4th Ave S ", | |
"site_at": "46th St E ", | |
"corn_desc": "Near side S", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.277868685277014, | |
44.919918994922106 | |
] | |
}, | |
"properties": { | |
"site_id": 51828, | |
"site_on": "Nicollet Ave S ", | |
"site_at": "46th St E ", | |
"corn_desc": "Far side N", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": "46NI" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.276655042251633, | |
44.967563946640063 | |
] | |
}, | |
"properties": { | |
"site_id": 53461, | |
"site_on": "15th St E ", | |
"site_at": "1st Ave S ", | |
"corn_desc": "Near side E", | |
"dt_zone": "Y", | |
"adaaccess": "Y", | |
"node_id": "GRNI" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.272999834069921, | |
44.967086005595242 | |
] | |
}, | |
"properties": { | |
"site_id": 53462, | |
"site_on": "16th St E ", | |
"site_at": "3rd Ave S ", | |
"corn_desc": "Near side E", | |
"dt_zone": "Y", | |
"adaaccess": "Y", | |
"node_id": null | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.274961876616729, | |
44.919759942475935 | |
] | |
}, | |
"properties": { | |
"site_id": 53544, | |
"site_on": "46th St Station - Gate A ", | |
"site_at": "I-35W BRT ", | |
"corn_desc": "Near side W", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": "I346" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-93.283714792880119, | |
44.913235175107282 | |
] | |
}, | |
"properties": { | |
"site_id": 53550, | |
"site_on": "Pleasant Ave ", | |
"site_at": "50th St / Busch Terrace ", | |
"corn_desc": "Mid block N", | |
"dt_zone": "N", | |
"adaaccess": "Y", | |
"node_id": "50PL" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment