Skip to content

Instantly share code, notes, and snippets.

@sllvn
Created August 7, 2013 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sllvn/6179338 to your computer and use it in GitHub Desktop.
Save sllvn/6179338 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
type: "FeatureCollection",
features: [
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.316955,
47.61387
]
},
properties: {
name: "Agnes Underground",
url: "http://www.agnesunderground.com/",
address: "1433 12th Avenue, Seattle, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.3021928,
47.6081691
]
},
properties: {
name: "ALTSpace",
url: "http://www.airlighttimespace.org/",
address: "2318 E Cherry St Seattle, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.375389,
47.662247
]
},
properties: {
name: "Ballard Labs",
url: "http://ballardlabs.com/",
address: "1416 NW 46th St., St. 301, Seattle, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.2983122,
47.622016
]
},
properties: {
name: "Bullitt Center Suite 400",
url: "http://www.point32.com/",
address: "E Madison St & 15th Ave, Seattle, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.304588,
47.611629
]
},
properties: {
name: "Collective Self",
url: "http://www.facebook.com/collectiveself",
address: "The Central District, 954 21st Ave, Seattle, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.331388,
47.600606
]
},
properties: {
name: "HUB Seattle",
url: "http://thehubseattle.com/",
address: "220 2nd Avenue South, Seattle, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.381999,
47.667553
]
},
properties: {
name: "Indie Ballard",
url: "http://www.indieballard.com/",
address: "5228 20th Avenue Northwest, Seattle, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.32751,
47.595529
]
},
properties: {
name: "Jigsaw Renaissance",
url: "http://jigsawrenaissance.org/",
address: "815 Seattle Boulevard South, Seattle, Washington, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.344349,
47.611633
]
},
properties: {
name: "MAKERS",
url: "http://www.themakersspace.com/",
address: "92 Lenora Street, Seattle, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.3585,
47.653289
]
},
properties: {
name: "MAKERHAUS",
url: "http://www.makerhaus.com/",
address: "122 Northwest 36th Street, Seattle, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.321112,
47.624968
]
},
properties: {
name: "Metrix Create:Space",
url: "http://metrixcreatespace.com/",
address: "623 Broadway East, Seattle, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.320655,
47.616274
]
},
properties: {
name: "The Mill",
url: "http://www.workatthemill.com/",
address: "1620 Broadway, Seattle, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.323539,
47.615882
]
},
properties: {
name: "Office Nomads",
url: "http://www.officenomads.com/",
address: "1617 Boylston Avenue, Seattle, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.521525,
47.627379
]
},
properties: {
name: "OfficeXpats",
url: "http://www.officexpats.com/",
address: "403 Madison Avenue North #240, Bainbridge Island, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.121734,
47.676238
]
},
properties: {
name: "thinkspace",
url: "http://www.thinkspace.com/",
address: "8201 164th Avenue Northeast #200, Redmond, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.334598,
47.604273
]
},
properties: {
name: "SURF Incubator",
url: "http://www.surfincubator.com/",
address: "821 2nd Avenue #800, Seattle, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.325703,
47.639077
]
},
properties: {
name: "Vybe (at Eastlake Mall)",
url: "http://www.vybehub.com/coworking",
address: "2226 Eastlake Avenue East, Seattle, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.0411802,
47.5403567
]
},
properties: {
name: "The White Board",
url: "http://thewhiteboard.biz/",
address: "317 NW Gilman Blvd #29, Issaquah, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.357138,
47.690521
]
},
properties: {
name: "Works Progress",
url: "http://www.worksprogressseattle.com/",
address: "115 North 85th Street #202, Seattle, WA, United States"
}
},
{
type: "Feature",
geometry: {
type: "Point",
coordinates: [
-122.3869249,
47.5554088
]
},
properties: {
name: "WSOfficeJunction",
url: "http://www.wsofficejunction.com/",
address: "West Seattle Office Junction, 5230 B California SW, Seattle, WA, United States"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment