Skip to content

Commit

Permalink
Merge pull request #151 from bianca/add_geographic_breakdowns
Browse files Browse the repository at this point in the history
Task: Add new geographic breakdown options to a package.
  • Loading branch information
boykoc committed Sep 16, 2020
2 parents 13d413b + 0f6402a commit 0a29681
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
42 changes: 42 additions & 0 deletions ckanext/ontario_theme/schemas/external/ontario_theme_dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,48 @@
"en": "Municipality",
"fr": "Municipalité"
}
},
{
"value": "province",
"label": {
"en": "Province",
"fr": "Province"
}
},
{
"value": "wmu",
"label": {
"en": "Wildlife Management Unit",
"fr": "Unités de gestion de la faune"
}
},
{
"value": "fmu",
"label": {
"en": "Forest Management Unit",
"fr": "Unités de gestion forestière"
}
},
{
"value": "county",
"label": {
"en": "County",
"fr": "Comté"
}
},
{
"value": "district",
"label": {
"en": "District",
"fr": "District"
}
},
{
"value": "fsa",
"label": {
"en": "Forward Sortation Area",
"fr": "régions de tri d’acheminement"
}
}
]
},
Expand Down
42 changes: 42 additions & 0 deletions ckanext/ontario_theme/schemas/internal/ontario_theme_dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,48 @@
"en": "Municipality",
"fr": "Municipalité"
}
},
{
"value": "province",
"label": {
"en": "Province",
"fr": "Province"
}
},
{
"value": "wmu",
"label": {
"en": "Wildlife Management Unit",
"fr": "Unités de gestion de la faune"
}
},
{
"value": "fmu",
"label": {
"en": "Forest Management Unit",
"fr": "Unités de gestion forestière"
}
},
{
"value": "county",
"label": {
"en": "County",
"fr": "Comté"
}
},
{
"value": "district",
"label": {
"en": "District",
"fr": "District"
}
},
{
"value": "fsa",
"label": {
"en": "Forward Sortation Area",
"fr": "régions de tri d’acheminement"
}
}
]
},
Expand Down

0 comments on commit 0a29681

Please sign in to comment.