Skip to content

Commit

Permalink
Transpose the tile envelope instead to 4326
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Apr 1, 2024
1 parent d3c2303 commit 0f0c7ab
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 @@ -152,8 +152,8 @@ FROM (
route_label,
text_color,
chateau,
ST_AsMVTGeom(ST_Transform(linestring, 3857),
ST_TileEnvelope({z}, {x}, {y}), 4096, 64, false) AS geom
ST_AsMVTGeom(linestring,
ST_Transform(ST_TileEnvelope({z}, {x}, {y}),4326), 4096, 64, false) AS geom
FROM
gtfs.shapes_not_bus
WHERE
Expand Down

0 comments on commit 0f0c7ab

Please sign in to comment.