Skip to content

Commit

Permalink
Change the version code and mapbox styles
Browse files Browse the repository at this point in the history
  • Loading branch information
RickWangPerth committed Oct 24, 2024
1 parent f8bd7f7 commit 4b24381
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kustomize/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ patches:
- path: service_patch.yaml
images:
- name: ghcr.io/dbca-wa/wastd
newTag: 2.0.4
newTag: 2.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wastd"
version = "2.0.4"
version = "2.1.0"
description = "Western Australian Sea Turtles Database"
authors = ["Florian Mayer <florian.mayer@dbca.wa.gov.au>", "Ashley Felton <ashley.felton@dbca.wa.gov.au>","Evan Hallein <evan.hallein@dbca.wa.gov.au>", "Rick Wang <rick.wang@dbca.wa.gov.au>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions wastd/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
"zoom": 10,
"center": (-31.996226, 115.883947),
"scrollZoom": True,
# "style": "mapbox://styles/dpawasi/ckigwmxrx606g19msw0g882gj",
"style": "mapbox://styles/mapbox/streets-v11",
"style": "mapbox://styles/dpawasi/ckigwmxrx606g19msw0g882gj",
#"style": "mapbox://styles/mapbox/streets-v11",
},
"geocoderOptions": {
"zoom": 7,
Expand Down

0 comments on commit 4b24381

Please sign in to comment.