diff --git a/_data/communities.yml b/_data/communities.yml index f295f67da4..87ca5b3dba 100644 --- a/_data/communities.yml +++ b/_data/communities.yml @@ -227,7 +227,6 @@ Iraq: url: https://www.instagram.com/bgl.iq/ - title: Linkedin url: https://www.linkedin.com/company/bgh-iq - Israel: - name: Godot Israel links: diff --git a/pages/community/user-groups.html b/pages/community/user-groups.html index 3ef0edce7f..5334938670 100644 --- a/pages/community/user-groups.html +++ b/pages/community/user-groups.html @@ -44,6 +44,7 @@

User Groups

'Indonesia': [-2.548926, 118.0148634], 'Italy': [42.504154, 12.646361], 'Iran': [32.4207423, 53.6830157], + 'Iraq': [33.223191, 43.679291], 'Israel': [31.53131, 34.86677], 'Japan': [36.57484, 139.23942], 'Latvia': [56.959065, 24.862593], @@ -139,6 +140,11 @@

User Groups

// Add markers for online communities with merged tooltips. Object.keys(onlinePoints).forEach((country, index) => { + if (countryCoordinates[country] == null) { + console.warn(`Coordinates of "${country}" are missing, skipping.`); + return; + } + let markerPopup = ''; onlinePoints[country].forEach((point, index2) => { // Add a line separation between online communities.