Skip to content

Commit

Permalink
LOCAL: species support update
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Jan 26, 2025
1 parent f541b5d commit 4d8d474
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions src/main/resources/bundles/commonConfiguration.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -349,4 +374,4 @@ sessionWarningTime = 20
sessionCountdownTime = 10

#### Community URL ####
wildbookCommunityUrl=https://community.wildme.org
wildbookCommunityUrl=https://community.wildme.org

0 comments on commit 4d8d474

Please sign in to comment.