Last active
February 9, 2016 15:38
-
-
Save tsamaya/406392c36b5a9c2cf6c2 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": { | |
"name": "San Diego Convention Centeer" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-117.1709704399109, | |
32.70958195396341 | |
], | |
[ | |
-117.16739773750305, | |
32.70904030461314 | |
], | |
[ | |
-117.16649651527406, | |
32.70998818881801 | |
], | |
[ | |
-117.16121792793273, | |
32.70719867222462 | |
], | |
[ | |
-117.15759158134459, | |
32.704878522408904 | |
], | |
[ | |
-117.15944766998292, | |
32.70304583224214 | |
], | |
[ | |
-117.1628701686859, | |
32.70532991815057 | |
], | |
[ | |
-117.16352462768555, | |
32.70454448808994 | |
], | |
[ | |
-117.16258049011229, | |
32.70383127549401 | |
], | |
[ | |
-117.16367483139037, | |
32.702756931835715 | |
], | |
[ | |
-117.16636776924132, | |
32.70458059996851 | |
], | |
[ | |
-117.16624975204466, | |
32.705068108898544 | |
], | |
[ | |
-117.16591715812683, | |
32.70521255547741 | |
], | |
[ | |
-117.16482281684875, | |
32.704562544031056 | |
], | |
[ | |
-117.16357827186584, | |
32.705844506510644 | |
], | |
[ | |
-117.16731190681458, | |
32.70845351410607 | |
], | |
[ | |
-117.16916799545288, | |
32.70840837621488 | |
], | |
[ | |
-117.16916799545288, | |
32.707487558250364 | |
], | |
[ | |
-117.16692566871643, | |
32.70596186835258 | |
], | |
[ | |
-117.16683983802795, | |
32.70543825278878 | |
], | |
[ | |
-117.16726899147034, | |
32.70526672288421 | |
], | |
[ | |
-117.17015504837035, | |
32.70720769992709 | |
], | |
[ | |
-117.17036962509155, | |
32.70843545895233 | |
], | |
[ | |
-117.17137813568115, | |
32.70849865197439 | |
], | |
[ | |
-117.17193603515626, | |
32.708995167018834 | |
], | |
[ | |
-117.1721398830414, | |
32.70941043202495 | |
], | |
[ | |
-117.1709704399109, | |
32.70958195396341 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"name": "Zone 2" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-117.16384649276733, | |
32.71568430939345 | |
], | |
[ | |
-117.15919017791748, | |
32.71572041676306 | |
], | |
[ | |
-117.15927600860594, | |
32.70665700840528 | |
], | |
[ | |
-117.1612286567688, | |
32.70770422215582 | |
], | |
[ | |
-117.16118574142456, | |
32.71043053133374 | |
], | |
[ | |
-117.16166853904724, | |
32.71043053133374 | |
], | |
[ | |
-117.16163635253906, | |
32.71149575533022 | |
], | |
[ | |
-117.16116428375244, | |
32.71149575533022 | |
], | |
[ | |
-117.16117501258849, | |
32.71256999376696 | |
], | |
[ | |
-117.16567039489746, | |
32.71255193944633 | |
], | |
[ | |
-117.1656811237335, | |
32.714718431831265 | |
], | |
[ | |
-117.16383576393126, | |
32.71466427016295 | |
], | |
[ | |
-117.16384649276733, | |
32.71568430939345 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"stroke": "#555555", | |
"stroke-width": 2, | |
"stroke-opacity": 1, | |
"fill": "#995555", | |
"fill-opacity": 0.5, | |
"name": "bbox" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-117.15759158134459, | |
32.71572041676306 | |
], | |
[ | |
-117.1721398830414, | |
32.71572041676306 | |
], | |
[ | |
-117.1721398830414, | |
32.702756931835715 | |
], | |
[ | |
-117.15759158134459, | |
32.702756931835715 | |
], | |
[ | |
-117.15759158134459, | |
32.71572041676306 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment