Created
March 1, 2023 05:15
-
-
Save JenniferFuBook/bf3e6f0acc3ed12c9eb25336a12a1863 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": [-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