Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JenniferFuBook/bf3e6f0acc3ed12c9eb25336a12a1863 to your computer and use it in GitHub Desktop.
Save JenniferFuBook/bf3e6f0acc3ed12c9eb25336a12a1863 to your computer and use it in GitHub Desktop.
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-77.0368739, 38.907192]
},
"properties": {
"popupContent": "Washington, D.C. is the capital city and federal district of the United States."
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-76.61219, 39.290386]
},
"properties": {
"popupContent": "Maryland Institute College of Art is a leader in the world of visual arts featuring undergraduate, graduate, and certificate programs.",
"icon": {
"iconUrl": "https://img.icons8.com/nolan/256/university.png",
"iconSize": [30,30],
"iconAnchor": [20, 0]
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment