Skip to content

Commit 877b1c8

Browse files
author
Marc Garcia
committed
Adding Mannheim and San Diego to Pandas sprint
1 parent 78217bd commit 877b1c8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pandas/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,16 @@ <h3 class="section-title">Locations</h3>
231231
"url": "https://www.meetup.com/PyData-Mallorca/",
232232
"lat": 39.567545,
233233
"lng": 2.648213},
234+
{"title": "Mannheim",
235+
"description": "Mannheim, TBC",
236+
"url": "#",
237+
"lat": 49.4982481,
238+
"lng": 8.4573718},
239+
{"title": "San Diego",
240+
"description": "San Diego, TBC",
241+
"url": "#",
242+
"lat": 32.708697,
243+
"lng": -117.154230},
234244
];
235245
for (i=0; i < chapters.length; i++) {
236246
var marker = new google.maps.Marker({

0 commit comments

Comments
 (0)