From 4d8d47418c24eb77d43c14bc95eabbbb54613135 Mon Sep 17 00:00:00 2001 From: holmbergius Date: Sun, 26 Jan 2025 11:34:51 -0800 Subject: [PATCH] LOCAL: species support update --- .../bundles/commonConfiguration.properties | 29 +++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/src/main/resources/bundles/commonConfiguration.properties b/src/main/resources/bundles/commonConfiguration.properties index 8080088719..f07dfe2f0c 100755 --- a/src/main/resources/bundles/commonConfiguration.properties +++ b/src/main/resources/bundles/commonConfiguration.properties @@ -1,4 +1,24 @@ - +# +# The Shepherd Project - A Mark-Recapture Framework +# Copyright (C) 2011 Jason Holmberg +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# + +#file system folder in which encounter data will be stored (e.g. photos) +#imageLocation=encounters #base url of the web site urlLocation=www.whiskerbook.org @@ -103,6 +123,8 @@ genusSpecies6=Lynx rufus genusSpecies7=Leopardus pardalis genusSpecies8=Hyaena hyaena genusSpecies9=Leopardus guttulus +genusSpecies10=Puma concolor +genusSpecies11=Prionailurus viverrinus #genusSpecies1=genus specificEpithet #genusSpecies2=genus specificEpithet @@ -117,6 +139,8 @@ commonName6 = Bobcat commonName7 = Ocelot commonName8 = Striped hyena commonName9 = Southern tiger cat +commonName10 = Puma +commonName11 = Indus fishing cat #elevation/depth maximumElevationInMeters = true @@ -340,6 +364,7 @@ centerLong=0 mapZoom=2 defaultReceiveEmails=true + # sessionWarningTime defines the time (in minutes) before a session ends to trigger a warning. sessionWarningTime = 20 sessionCountdownTime = 10 @@ -349,4 +374,4 @@ sessionWarningTime = 20 sessionCountdownTime = 10 #### Community URL #### -wildbookCommunityUrl=https://community.wildme.org \ No newline at end of file +wildbookCommunityUrl=https://community.wildme.org