Skip to content

Commit

Permalink
Clip geometry in birch
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Apr 1, 2024
1 parent 7682256 commit 0c91302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/birch/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ FROM (
text_color,
chateau,
ST_AsMVTGeom(ST_Transform(linestring, 3857),
ST_TileEnvelope({z}, {x}, {y}), 4096, 64, false) AS geom
ST_TileEnvelope({z}, {x}, {y}), 4096, 64, true) AS geom
FROM
gtfs.shapes_not_bus
WHERE
Expand Down Expand Up @@ -233,7 +233,7 @@ FROM (
text_color,
chateau,
ST_AsMVTGeom(ST_Transform(linestring, 3857),
ST_TileEnvelope({z}, {x}, {y}), 4096, 64, false) AS geom
ST_TileEnvelope({z}, {x}, {y}), 4096, 64, true) AS geom
FROM
gtfs.shapes
WHERE
Expand Down

0 comments on commit 0c91302

Please sign in to comment.