Add custom types and simplify highway query

This commit is contained in:
lukasmartinelli
2016-10-25 14:54:22 +02:00
parent 7ec0db640c
commit 9fa3d4b5a0
5 changed files with 110 additions and 137 deletions

View File

@@ -26,9 +26,9 @@ tables:
- name: highway
key: highway
type: string
- key: oneway
name: oneway
type: direction
- key: ref
name: ref
type: string
- name: z_order
type: wayzorder
- key: tunnel
@@ -37,6 +37,15 @@ tables:
- key: bridge
name: is_bridge
type: bool
- key: ramp
name: is_ramp
type: bool
- key: ford
name: is_ford
type: bool
- key: oneway
name: is_oneway
type: bool
- key: name
name: name
type: string