Update relations.rst

"from" not "form".
master
Eric Theise 2018-02-20 12:35:22 -08:00 committed by GitHub
parent 8c872a80cd
commit 072daec4b1
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
~~~~~~~