fix typo in tourism/information preset

was referencing the field "infomation" instead of "info__r__mation"

fixes #2044
fixes #2034
This commit is contained in:
tyr
2013-12-04 15:54:00 +01:00
committed by John Firebaugh
parent e6f741836b
commit 0c5eb13d55
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5591,7 +5591,7 @@
},
"tourism/information": {
"fields": [
"infomation",
"information",
"building_area",
"address",
"operator"
@@ -1,6 +1,6 @@
{
"fields": [
"infomation",
"information",
"building_area",
"address",
"operator"
@@ -14,4 +14,4 @@
"tourism": "information"
},
"name": "Information"
}
}