Skip to content

Commit

Permalink
Add config to enable intercut of landuse and roads.
Browse files Browse the repository at this point in the history
This will enable the code, already merged, for intercut and apply the landuse polygon's kind tag as "landuse_kind" on the roads. The roads will be split at landuse polygon boundaries.

Refs #136.
  • Loading branch information
zerebubuth committed Sep 9, 2015
1 parent ff9f51a commit 31be255
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions queries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,9 @@ layers:
- TileStache.Goodies.VecTiles.transform.route_name
- TileStache.Goodies.VecTiles.transform.remove_feature_id
sort: TileStache.Goodies.VecTiles.sort.transit
post_process:
TileStache.Goodies.VecTiles.transform.intercut:
base_layer: roads
cutting_layer: landuse
attribute: kind
target_attribute: landuse_kind

0 comments on commit 31be255

Please sign in to comment.