diff --git a/rawdata b/rawdata index cfd73a0..36da243 100644 --- a/rawdata +++ b/rawdata @@ -1,4 +1,20 @@ rawdata = [ + { + "continent": "Africa", + "country": "Morocco", + "lat": 33.533333, + "link": "https://moroccojs.org", + "lng": -7.583333, + "town": "Casablanca" + }, + { + "continent": "Europe", + "country": "Poland", + "lat": 52.252809, + "link": "https://www.facebook.com/warsawjs", + "lng": 20.997650, + "town": "Warsaw" + }, { "continent": "Europe", "country": "Iceland", @@ -120,6 +136,14 @@ rawdata = [ "lng": 73.4, "town": "Omsk" }, + { + "continent": "Europe", + "country": "Russia", + "lat": 55.016, + "link": "https://twitter.com/JSibNsk", + "lng": 82.933, + "town": "Novosibirsk" + }, { "continent": "Europe", "country": "Germany", @@ -245,7 +269,7 @@ rawdata = [ "continent": "Europe", "country": "France", "lat": 43.60465, - "link": "http://www.toulousejs.org/", + "link": "http://toulousejs.francejs.org", "lng": 1.44421, "town": "Toulouse" }, @@ -416,7 +440,7 @@ rawdata = [ "continent": "North America", "country": "USA", "lat": 34.052234, - "link": "http://socaljs.com", + "link": "http://js.la", "lng": -118.243685, "state": "California", "town": "Los Angeles" @@ -547,6 +571,15 @@ rawdata = [ "state": "North Carolina", "town": "Raleigh-Durham" }, + { + "continent": "North America", + "country": "USA", + "lat": 39.763355, + "link": "http://gemcityjs.com", + "lng": -84.182244, + "state": "Ohio", + "town": "Dayton" + }, { "continent": "North America", "country": "USA", @@ -716,6 +749,14 @@ rawdata = [ "lng": 4.892222, "town": "Amsterdam" }, + { + "continent": "Europe", + "country": "Netherlands", + "lat": 53.221705, + "link": "http://www.meetup.com/GrunnJS/", + "lng": 6.564752, + "town": "Groningen" + }, { "continent": "Europe", "country": "Sweden", @@ -927,7 +968,7 @@ rawdata = [ "continent": "Europe", "country": "Greece", "lat": 37.984528, - "link": "http://greecejs.posterous.com/", + "link": "http://greecejs.org", "lng": 23.716736, "town": "Athens" }, @@ -1262,6 +1303,14 @@ rawdata = [ "lng": 15.974249, "town": "Zagreb" }, + { + "continent": "Europe", + "country": "Slovenia", + "lat": 46.0556, + "link": "http://www.meetup.com/Ljubljana-JavaScript-User-Group/", + "lng": 14.5083, + "town": "Ljubljana" + }, { "continent": "Europe", "country": "Germany", @@ -1277,6 +1326,14 @@ rawdata = [ "link": "http://www.meetup.com/OWL-JS", "lng": 8.29146, "town": "Rheda-Wiedenbrück" + }, + { + "continent": "Europe", + "country": "Romania", + "lat": 46.777248, + "link": "http://www.meetup.com/JavaScript-Cluj/", + "lng": 23.599889, + "town": "Cluj-Napoca" }, { "continent": "North America", @@ -1286,5 +1343,22 @@ rawdata = [ "lng": -97.519417, "state": "Oklahoma", "town": "Oklahoma City" + }, + { + "continent": "Europe", + "country": "France", + "lat": 48.111980, + "link": "http://rennesjs.org", + "lng": -1.674290, + "town": "Rennes" + }, + { + "continent": "North America", + "country": "USA", + "lat": 38.2524573, + "link": "http://jslou.org", + "lng": -85.7420696, + "state": "Kentucky", + "town": "Louisville" } ]