Skip to content

Commit

Permalink
Add area type label to loading message for new Yukon area types.
Browse files Browse the repository at this point in the history
  • Loading branch information
cstephen committed Oct 31, 2023
1 parent e9c65dc commit 3a656a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions store/place.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ export const getters = {
return area.name + ' Watershed HUC10 ' + area.id
}
return area.name + ' Watershed HUC8 ' + area.id
case 'yt_watershed':
return area.name + ' (Yukon Watershed)'
case 'corporation':
return area.name + ' (Native Corporation)'
case 'climate_division':
Expand All @@ -136,10 +138,14 @@ export const getters = {
return area.name + ' (Ethnolinguistic Region)'
case 'fire_zone':
return area.name + ' (Fire Management Unit)'
case 'yt_fire_district':
return area.name + ' (Yukon Fire District)'
case 'first_nation':
return area.name + ' (First Nation Traditional Territory)'
case 'game_management_unit':
return area.name + ' (Game Management Unit)'
case 'yt_game_management_subzone':
return area.name + ' (Yukon Game Management Subzone)'
case 'borough':
return area.name + ' (Borough)'
default:
Expand Down

0 comments on commit 3a656a1

Please sign in to comment.