Skip to content

Instantly share code, notes, and snippets.

@JenniferFuBook
Last active February 25, 2023 18:46
Show Gist options
  • Save JenniferFuBook/d3bd268b1d7ab8f1e047160b61ad6bd4 to your computer and use it in GitHub Desktop.
Save JenniferFuBook/d3bd268b1d7ab8f1e047160b61ad6bd4 to your computer and use it in GitHub Desktop.
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-122.419418, 37.774929]
},
"properties": {
"popupContent": "San Francisco is the commercial, financial, and cultural center of Northern California."
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-122.143021, 37.441883]
},
"properties": {
"popupContent": "Stanford University is a private research university in Palo Alto, California.",
"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