Skip to content

Instantly share code, notes, and snippets.

@jaisonoh
Last active August 29, 2015 14:07
Show Gist options
  • Save jaisonoh/20810723a8e13f8ba332 to your computer and use it in GitHub Desktop.
Save jaisonoh/20810723a8e13f8ba332 to your computer and use it in GitHub Desktop.
marketmap.js
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"letter": "G",
"color" : "grey",
"stroke": "black",
"opacity": "0.2",
"weight": "7"
},
"geometry": {
"type": "Line",
"coordinates": [
[
[126.52470298111439, 33.51287953989622],
[126.52474455535412, 33.5129499840493],
[126.5248142927885, 33.513021546304834],
[126.52490548789501, 33.513086958627234],
[126.52499467134475, 33.513113794437515],
[126.52807585895061, 33.51301148286621],
[126.52891807258129, 33.5129471886475],
[126.52886644005775, 33.51204706456875],
[126.52885437011719, 33.51199059684544],
[126.5288570523262, 33.51176584375977],
[126.52848958969116, 33.5114862993062],
[126.52836084365845, 33.51143486302837],
[126.52821868658066, 33.51141026305859],
[126.52758032083511, 33.511327517654415],
[126.52655839920044, 33.51126042672804],
[126.52629017829895, 33.51116202660864],
[126.52548283338547, 33.51111953561337],
[126.52431607246399, 33.51110164466177],
[126.52440793812275, 33.51132192674586],
[126.52462519705295, 33.511804979911176],
[126.52465403079986, 33.51190952925747],
[126.52470298111439, 33.51287953989622]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment