From 0c36f28295520a424659e152b97a86e87a236f06 Mon Sep 17 00:00:00 2001 From: Patrice Pineault Date: Tue, 16 Feb 2021 16:34:58 -0500 Subject: [PATCH] Added my name to the contributors map --- resources/data/contributors.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/resources/data/contributors.json b/resources/data/contributors.json index 50ab92bfb66..8eedd3f6116 100644 --- a/resources/data/contributors.json +++ b/resources/data/contributors.json @@ -1026,6 +1026,23 @@ 36.717145 ] } + }, + { + "type": "Feature", + "properties": { + "Name": "Patrice Pineault", + "Committer": "No", + "First Commit Message": "Zoom to multiple selected layer(s) in layer tree", + "First Commit Date": "04-12-2020", + "GIT Nickname": "TurboGraphxBeige" + }, + "geometry": { + "type": "Point", + "coordinates": [ + -71.88926, + 45.40171 + ] + } } ] }