Skip to content

Commit

Permalink
fix tiles name
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Aug 4, 2024
1 parent 0da5bb8 commit 639b15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/tiles.sql
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FROM north_tiles),
-- finally, insert the difference of the buffer and exising tiles (use 250k
-- for speed) into our tile layer
diff as (
SELECT st_union(geom) as geom FROM tiles_250k
SELECT st_union(geom) as geom FROM whse_basemapping.nts_250k_grid
WHERE (map_tile LIKE '114O%%'
OR map_tile LIKE '114P%%'
OR map_tile LIKE '104M%%'
Expand Down

0 comments on commit 639b15f

Please sign in to comment.