Skip to content

Instantly share code, notes, and snippets.

@jaisonoh
Last active August 29, 2015 14:07
Show Gist options
  • Save jaisonoh/e0bf3ff3040f79ed8c2e to your computer and use it in GitHub Desktop.
Save jaisonoh/e0bf3ff3040f79ed8c2e to your computer and use it in GitHub Desktop.
marketDrawing.js
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"letter": "b1",
"color": "blue",
"opacity": "0.6",
"weight": "0"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[ 126.52545534074306, 33.51247309 ] ,
[ 126.52602531015873, 33.51242221 ] ,
[ 126.52606219053268, 33.51246806 ] ,
[ 126.52602061629295, 33.51247253 ] ,
[ 126.5254533290863, 33.51251837 ] ,
[ 126.52545534074306, 33.51247309 ]
]
]
}
},
{
"type": "Feature",
"properties": {
"letter": "b2",
"color": "blue",
"opacity": "0.6",
"weight": "0"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[ 126.52606219053268, 33.51246806 ] ,
[ 126.52611717581749, 33.51278561 ] ,
[ 126.52607157826423, 33.51278897 ] ,
[ 126.52602061629295, 33.51247253 ] ,
[ 126.52606219053268, 33.51246806 ]
]
]
}
},
{
"type": "Feature",
"properties": {
"letter": "b3",
"color": "blue",
"opacity": "0.6",
"weight": "0"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[ 126.5261198580265, 33.5124401 ] ,
[ 126.52620568871498, 33.5129265 ] ,
[ 126.52625128626823, 33.51292315 ] ,
[ 126.52616143226623, 33.51243786 ] ,
[ 126.5261198580265, 33.5124401 ]
]
]
}
},
{
"type": "Feature",
"properties": {
"letter": "b4",
"color": "blue",
"opacity": "0.6",
"weight": "0"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[ 126.52611449360847, 33.51240544 ] ,
[ 126.52636796236038, 33.51238196 ] ,
[ 126.5264169126749, 33.512411028910876 ] ,
[ 126.52616143226623, 33.51243786 ] ,
[ 126.5261198580265, 33.5124401 ] ,
[ 126.52611449360847, 33.51240544 ]
]
]
}
},
{
"type": "Feature",
"properties": {
"letter": "b4",
"color": "green",
"opacity": "0.6",
"weight": "0"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[ 126.5266429 , 33.51285718 ],
[ 126.5264726 , 33.51252844 ],
[ 126.5264203 , 33.51254409076131 ],
[ 126.5265852 , 33.51286835827933 ],
[ 126.5266429 , 33.51285718 ]
]
]
}
},
{
"type": "Feature",
"properties": {
"letter": "b5",
"color": "blue",
"opacity": "0.6",
"weight": "0"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[ 126.52545064687729, 33.5123909 ] ,
[ 126.52603995499703, 33.51233720186579 ] ,
[ 126.52603783606992, 33.51229718259193 ] ,
[ 126.52543053030968, 33.51234953 ] ,
[ 126.52545064687729, 33.5123909 ]
]
]
}
},
{
"type": "Feature",
"properties": {
"letter": "b5",
"color": "blue",
"opacity": "0.6",
"weight": "0"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[ 126.52603995499703, 33.51233720186579 ],
[ 126.52633309364319, 33.51231375 ] ,
[ 126.52636528015137, 33.51228132 ] ,
[ 126.52630493044853, 33.51227573 ] ,
[ 126.52603783606992, 33.51229718259193 ] ,
[ 126.52603995499703, 33.51233720186579 ]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment