Last active
December 7, 2015 15:41
-
-
Save elipousson/07fcd51d137922d642b0 to your computer and use it in GitHub Desktop.
A map for a possible tour of musical heritage sites along Pennsylvania Avenue and nearby neighborhoods.
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", | |
"properties": { | |
"marker-color": "#ff6600", | |
"marker-size": "medium", | |
"marker-symbol": "music", | |
"title": "Royal Theatre" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.63143038749695, | |
39.30114602269265 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#ff6600", | |
"marker-size": "medium", | |
"marker-symbol": "monument", | |
"title": "Billie Holliday Statue" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.63197755813599, | |
39.301179231760074 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#ff7c00", | |
"marker-size": "medium", | |
"marker-symbol": "shop", | |
"title": "Record Connection" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.6361939907074, | |
39.304989867612704 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#ff6600", | |
"marker-size": "medium", | |
"marker-symbol": "art-gallery", | |
"title": "Jubilee Arts" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.63728296756744, | |
39.30589891022199 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#ff6600", | |
"marker-size": "medium", | |
"marker-symbol": "music", | |
"title": "Sphinx Club" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.63855969905853, | |
39.30689925853429 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#ff6600", | |
"marker-size": "medium", | |
"marker-symbol": "theatre", | |
"title": "Lennox Theatre" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.63872599601746, | |
39.307090194761386 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#ff6600", | |
"marker-size": "medium", | |
"marker-symbol": "bar", | |
"title": "Arch Social Club" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.64242208003998, | |
39.30976739786616 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-color": "#ff6600", | |
"marker-size": "medium", | |
"marker-symbol": "lodging", | |
"title": "Baltimore Black Musician's Union Hall" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.63124799728394, | |
39.29848924625305 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment