Skip to content

Instantly share code, notes, and snippets.

@kimpham54
Created February 12, 2018 05:24
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 kimpham54/81f82f576908f245b486a9311f088257 to your computer and use it in GitHub Desktop.
Save kimpham54/81f82f576908f245b486a9311f088257 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"Name": "Kim Pham",
"Twitter": "tolloid",
"Github": "kimpham54",
"Affiliation": "University of Toronto Scarborough"
},
"geometry": {
"type": "Point",
"coordinates": [
-79.18632835149765,
43.78419322376774
]
}
},
{
"type": "Feature",
"properties": {
"Name": "Kaitlin Newson",
"Twitter": "kaitlinnewson",
"Github": "kaitlinnewson",
"Affiliation": "Scholars Portal"
},
"geometry": {
"type": "Point",
"coordinates": [
-79.39947009086609,
43.664482006320775
]
}
},
{
"type": "Feature",
"properties": {
"Name": "<img src=\"https://github.com/etresoft/code4lib-map/raw/master/images/etresoft.png\" height=\"20\" width=\"20\"> John Daniel",
"Twitter": "<a href=\"https://twitter.com/etresoft\">etresoft</a>",
"Github": "<a href=\"https://github.com/etresoft\">etresoft</a>",
"Affiliation": "<a href=\"https://etresoft.com\">Etresoft, Inc.</a>"
},
"geometry": {
"type": "Point",
"coordinates": [
-78.8632,
43.9311
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "large",
"marker-symbol": "library",
"Name": "code4libtoronto",
"Website": "meetup.com/code4libtoronto"
},
"geometry": {
"type": "Point",
"coordinates": [
-79.38780784606932,
43.65439743400846
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment