Add fhrs:id field (#987)

Applicable presets copied from QA tool
https://github.com/gregrs-uk/fhodot/blob/5a1faabe5ab719c755bc9bda4403864f832b4fa9/import/osm/imposm_mapping.yml#L17
This commit is contained in:
Cj Malone
2023-12-15 15:19:51 +00:00
committed by GitHub
parent 6c1e8657c6
commit 5555b1502c
45 changed files with 99 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"key": "fhrs:id",
"type": "identifier",
"label": "FHRS ID",
"urlFormat": "https://ratings.food.gov.uk/business/en-GB/{value}",
"pattern": "^[0-9]{1,}$",
"locationSet": {
"include": [
"gb"
]
},
"terms": [
"Food Hygiene Rating Scheme",
"Food Hygiene Rating System",
"Food Standards Agency"
]
}