Skip to content

Instantly share code, notes, and snippets.

@wfendler
Created October 18, 2013 18:27
Show Gist options
  • Save wfendler/7045937 to your computer and use it in GitHub Desktop.
Save wfendler/7045937 to your computer and use it in GitHub Desktop.
var geoJson = [{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-75.00, 40]
},
"properties": {
"location": "Minneapolis, MN",
"address": "5500 Wayzata Boulevard <br>Suite 800<br>Minneapolis, MN 55416<br>United States",
"phone1": "Main: +1 (763) 545-1730",
"phone2": "Media: +1 (763) 656-5580",
"phone3": "Investor Relations: +1 (763) 656-5575"
}
}, {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-75.00, 40]
},
"properties": {
"location": "Minneapolis, MN",
"address": "5500 Wayzata Boulevard <br>Suite 800<br>Minneapolis, MN 55416<br>United States",
"phone1": "Main: +1 (763) 545-1730",
"phone2": "Media: +1 (763) 656-5580",
"phone3": "Investor Relations: +1 (763) 656-5575"
}
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment