Last active
February 25, 2023 18:46
-
-
Save JenniferFuBook/d3bd268b1d7ab8f1e047160b61ad6bd4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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