Skip to content

Commit

Permalink
expose id columns in all martin tile configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Aug 1, 2024
1 parent 8f357b5 commit c7950c5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions martin/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ postgres:
geometry_column: way
geometry_type: LINESTRING
properties:
id: integer
highspeed: boolean
maxspeed: integer
train_protection: string
Expand All @@ -49,6 +50,7 @@ postgres:
geometry_column: way
geometry_type: LINESTRING
properties:
id: integer
usage: string
highspeed: boolean
maxspeed: integer
Expand All @@ -69,6 +71,7 @@ postgres:
geometry_column: way
geometry_type: POINT
properties:
id: integer
label: string

standard_railway_text_stations_med:
Expand All @@ -78,6 +81,7 @@ postgres:
geometry_column: way
geometry_type: POINT
properties:
id: integer
label: string

standard_railway_turntables:
Expand All @@ -86,6 +90,8 @@ postgres:
srid: 3857
geometry_column: way
geometry_type: POLYGON
properties:
id: integer

standard_railway_line_fill:
schema: public
Expand All @@ -94,6 +100,7 @@ postgres:
geometry_column: way
geometry_type: LINESTRING
properties:
id: integer
railway: string
feature: string
usage: string
Expand All @@ -112,6 +119,7 @@ postgres:
geometry_column: way
geometry_type: POINT
properties:
id: integer
railway: string
station: string
label: string
Expand All @@ -124,6 +132,7 @@ postgres:
geometry_column: way
geometry_type: POINT
properties:
id: integer
feature: string

standard_railway_text_km:
Expand All @@ -133,6 +142,7 @@ postgres:
geometry_column: way
geometry_type: POINT
properties:
id: integer
railway: string
pos: string
zero: boolean
Expand All @@ -144,6 +154,7 @@ postgres:
geometry_column: way
geometry_type: POINT
properties:
id: integer
railway: string
ref: string
# TODO: rename local_operated
Expand All @@ -158,6 +169,7 @@ postgres:
geometry_column: way
geometry_type: LINESTRING
properties:
id: integer
railway: string
feature: string
usage: string
Expand All @@ -172,6 +184,7 @@ postgres:
geometry_column: way
geometry_type: POINT
properties:
id: integer
feature: string
type: string
azimuth: number
Expand All @@ -186,6 +199,7 @@ postgres:
geometry_column: way
geometry_type: LINESTRING
properties:
id: integer
railway: string
feature: string
usage: string
Expand All @@ -201,6 +215,7 @@ postgres:
geometry_column: way
geometry_type: POINT
properties:
id: integer
railway: string
ref: string
ref_multiline: string
Expand All @@ -216,6 +231,7 @@ postgres:
geometry_column: way
geometry_type: GEOMETRY
properties:
id: integer
ref: string
name: string

Expand All @@ -228,6 +244,7 @@ postgres:
geometry_column: way
geometry_type: LINESTRING
properties:
id: integer
railway: string
feature: string
electrification_state: string
Expand All @@ -244,6 +261,7 @@ postgres:
geometry_column: way
geometry_type: LINESTRING
properties:
id: integer
railway: string
feature: string
electrification_state: string
Expand All @@ -259,6 +277,7 @@ postgres:
geometry_column: way
geometry_type: POINT
properties:
id: integer
feature: string
azimuth: number
direction_both: boolean
Expand Down

0 comments on commit c7950c5

Please sign in to comment.