Merge pull request #154 from russss/docs-relation-types-fix

[docs] Fix "relation_type" typo
master
Oliver Tonnhofer 2018-01-06 22:53:25 +01:00 committed by GitHub
commit 20ad581d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ You can use the following mapping::
- key: ref
name: ref
type: string
relation_type: [route]
relation_types: [route]
mapping:
route: [bus]
@ -157,7 +157,7 @@ The following mapping imports the bus route relation from above::
- name: network
key: network
type: string
relation_type: [route]
relation_types: [route]
mapping:
route: [bus]