Last active
August 29, 2015 14:10
-
-
Save gravitylow/880a07282d35b2428766 to your computer and use it in GitHub Desktop.
DiningBuddy GeoJSON file
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": { | |
| "name": "Campus", | |
| "priority": 0 | |
| }, | |
| "style": { | |
| "fill": "gray", | |
| "stroke-width": "1", | |
| "fill-opacity": 0.3 | |
| }, | |
| "geometry": { | |
| "type": "Polygon", | |
| "coordinates": [ | |
| [ | |
| [ | |
| -76.48956, | |
| 37.05964 | |
| ], | |
| [ | |
| -76.48813, | |
| 37.05985 | |
| ], | |
| [ | |
| -76.48737, | |
| 37.06058 | |
| ], | |
| [ | |
| -76.48664, | |
| 37.06135 | |
| ], | |
| [ | |
| -76.48905, | |
| 37.06298 | |
| ], | |
| [ | |
| -76.48954, | |
| 37.06368 | |
| ], | |
| [ | |
| -76.49072, | |
| 37.06466 | |
| ], | |
| [ | |
| -76.48732, | |
| 37.06689 | |
| ], | |
| [ | |
| -76.48918, | |
| 37.0681 | |
| ], | |
| [ | |
| -76.4923, | |
| 37.06667 | |
| ], | |
| [ | |
| -76.49309, | |
| 37.06921 | |
| ], | |
| [ | |
| -76.49439, | |
| 37.06897 | |
| ], | |
| [ | |
| -76.49421, | |
| 37.06825 | |
| ], | |
| [ | |
| -76.49489, | |
| 37.06813 | |
| ], | |
| [ | |
| -76.49481, | |
| 37.06717 | |
| ], | |
| [ | |
| -76.49957, | |
| 37.06609 | |
| ], | |
| [ | |
| -76.50218, | |
| 37.06484 | |
| ], | |
| [ | |
| -76.50158, | |
| 37.06397 | |
| ], | |
| [ | |
| -76.50229, | |
| 37.06229 | |
| ], | |
| [ | |
| -76.49931, | |
| 37.06166 | |
| ], | |
| [ | |
| -76.49716, | |
| 37.06148 | |
| ], | |
| [ | |
| -76.49574, | |
| 37.06023 | |
| ], | |
| [ | |
| -76.4927, | |
| 37.06162 | |
| ], | |
| [ | |
| -76.49128, | |
| 37.06047 | |
| ], | |
| [ | |
| -76.48956, | |
| 37.05964 | |
| ] | |
| ] | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "name": "David Student Union", | |
| "priority": 1 | |
| }, | |
| "style": { | |
| "fill": "white", | |
| "stroke-width": "1", | |
| "fill-opacity": 0.5 | |
| }, | |
| "geometry": { | |
| "type": "Polygon", | |
| "coordinates": [ | |
| [ | |
| [ | |
| -76.4950132369995, | |
| 37.06253596711417 | |
| ], | |
| [ | |
| -76.49390816688538, | |
| 37.06309245458164 | |
| ], | |
| [ | |
| -76.49352192878722, | |
| 37.062591616044614 | |
| ], | |
| [ | |
| -76.49462163448334, | |
| 37.0620479670525 | |
| ], | |
| [ | |
| -76.4950132369995, | |
| 37.06253596711417 | |
| ] | |
| ] | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "name": "Trible Library", | |
| "priority": 1 | |
| }, | |
| "style": { | |
| "fill": "white", | |
| "stroke-width": "1", | |
| "fill-opacity": 0.5 | |
| }, | |
| "geometry": { | |
| "type": "Polygon", | |
| "coordinates": [ | |
| [ | |
| [ | |
| -76.49375259876251, | |
| 37.06328936455387 | |
| ], | |
| [ | |
| -76.49327248334885, | |
| 37.06265368595734 | |
| ], | |
| [ | |
| -76.49210840463638, | |
| 37.06325725970197 | |
| ], | |
| [ | |
| -76.49256974458694, | |
| 37.06383086434201 | |
| ], | |
| [ | |
| -76.49375259876251, | |
| 37.06328936455387 | |
| ] | |
| ] | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "name": "Commons", | |
| "priority": 1 | |
| }, | |
| "style": { | |
| "fill": "green", | |
| "stroke-width": "3", | |
| "fill-opacity": 0.6 | |
| }, | |
| "geometry": { | |
| "type": "Polygon", | |
| "coordinates": [ | |
| [ | |
| [ | |
| -76.49591445922852, | |
| 37.06494809674923 | |
| ], | |
| [ | |
| -76.49549871683121, | |
| 37.0644494107539 | |
| ], | |
| [ | |
| -76.49498373270035, | |
| 37.06472764797962 | |
| ], | |
| [ | |
| -76.49536728858948, | |
| 37.06519636838286 | |
| ], | |
| [ | |
| -76.49591445922852, | |
| 37.06494809674923 | |
| ] | |
| ] | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "name": "Regattas", | |
| "priority": 2 | |
| }, | |
| "style": { | |
| "fill": "green", | |
| "stroke-width": "3", | |
| "fill-opacity": 0.6 | |
| }, | |
| "geometry": { | |
| "type": "Polygon", | |
| "coordinates": [ | |
| [ | |
| [ | |
| -76.49493545293808, | |
| 37.06255308986635 | |
| ], | |
| [ | |
| -76.49473428726196, | |
| 37.06230694993229 | |
| ], | |
| [ | |
| -76.49373918771744, | |
| 37.062820632367156 | |
| ], | |
| [ | |
| -76.49393230676651, | |
| 37.06306463030521 | |
| ], | |
| [ | |
| -76.49493545293808, | |
| 37.06255308986635 | |
| ] | |
| ] | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "name": "Einsteins", | |
| "priority": 2 | |
| }, | |
| "style": { | |
| "fill": "green", | |
| "stroke-width": "3", | |
| "fill-opacity": 0.6 | |
| }, | |
| "geometry": { | |
| "type": "Polygon", | |
| "coordinates": [ | |
| [ | |
| [ | |
| -76.4933529496193, | |
| 37.06297687675119 | |
| ], | |
| [ | |
| -76.49231761693954, | |
| 37.06349269496705 | |
| ], | |
| [ | |
| -76.49214595556259, | |
| 37.06326796132077 | |
| ], | |
| [ | |
| -76.49318397045135, | |
| 37.06273929954673 | |
| ], | |
| [ | |
| -76.4933529496193, | |
| 37.06297687675119 | |
| ] | |
| ] | |
| ] | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment