Created
March 3, 2014 04:05
-
-
Save afeld/9318193 to your computer and use it in GitHub Desktop.
SIGCSE 2014 Git & GitHub Foundations for Educators map
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-symbol": "college", | |
"marker-size": "large", | |
"What": "Git & GitHub Foundations for Educators", | |
"Venue": "Hyatt Regency Atlanta", | |
"Address": "265 Peachtree St NE, Atlanta, GA 30303", | |
"When": "Wednesday, March 5th, 9am-5pm" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-84.386605, | |
33.761364 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment