Merge pull request #161 from erictheise/patch-2

Update relations.rst
master
Oliver Tonnhofer 2018-02-23 12:42:46 +01:00 committed by GitHub
commit aefe5246a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ Both ``osm_id`` and ``member_id`` columns are indexed in PostgreSQL by default t
``relation``
^^^^^^^^^^^^
The ``relation`` table type inserts the mapped element regardless of the resulting geometry. For example, this allows you to create a table with the metadata (name, reference, operator, etc.) of all available route relations. The actual geometries need to be `joined` form the members.
The ``relation`` table type inserts the mapped element regardless of the resulting geometry. For example, this allows you to create a table with the metadata (name, reference, operator, etc.) of all available route relations. The actual geometries need to be `joined` from the members.
Example
~~~~~~~