From 92cda6a449c6c4f17357637cb690acdeeb4bbebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Carrillo?= Date: Mon, 8 May 2023 06:57:58 -0500 Subject: [PATCH] Add new user group in 2022 --- resources/data/user_groups_data.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/resources/data/user_groups_data.json b/resources/data/user_groups_data.json index 1b3ae3c22ce..e9a6284af2f 100644 --- a/resources/data/user_groups_data.json +++ b/resources/data/user_groups_data.json @@ -298,6 +298,17 @@ "year": 2021 }, "geometry": null + }, + { + "type": "Feature", + "properties": { + "country": "AR", + "name": "QGIS Argentina", + "logo_url": "https:\/\/pbs.twimg.com\/profile_images\/1320478408997036032\/f0KZMOOp_400x400.jpg", + "website": "http:\/\/qgis.ar", + "year": 2022 + }, + "geometry": null } ] }