Skip to content

Commit

Permalink
Configure csvmatcher for remaining layers
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarianski committed Mar 2, 2016
1 parent 0d4e8de commit e897b59
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions queries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,51 @@ post_process:
params:
source_layer: roads
target_value_type: int
- fn: TileStache.Goodies.VecTiles.transform.csv_match_properties
resources:
matcher:
type: file
init_fn: TileStache.Goodies.VecTiles.transform.CSVMatcher
path: spreadsheets/earth.csv
params:
source_layer: earth
target_value_type: int
- fn: TileStache.Goodies.VecTiles.transform.csv_match_properties
resources:
matcher:
type: file
init_fn: TileStache.Goodies.VecTiles.transform.CSVMatcher
path: spreadsheets/boundaries.csv
params:
source_layer: boundaries
target_value_type: int
- fn: TileStache.Goodies.VecTiles.transform.csv_match_properties
resources:
matcher:
type: file
init_fn: TileStache.Goodies.VecTiles.transform.CSVMatcher
path: spreadsheets/buildings.csv
params:
source_layer: buildings
target_value_type: int
- fn: TileStache.Goodies.VecTiles.transform.csv_match_properties
resources:
matcher:
type: file
init_fn: TileStache.Goodies.VecTiles.transform.CSVMatcher
path: spreadsheets/transit.csv
params:
source_layer: transit
target_value_type: int
- fn: TileStache.Goodies.VecTiles.transform.csv_match_properties
resources:
matcher:
type: file
init_fn: TileStache.Goodies.VecTiles.transform.CSVMatcher
path: spreadsheets/water.csv
params:
source_layer: water
target_value_type: int
- fn: TileStache.Goodies.VecTiles.transform.drop_properties
params:
source_layer: roads
Expand Down

0 comments on commit e897b59

Please sign in to comment.