Skip to content

Commit

Permalink
Point to nonversioned block centroid table in carto (#1496)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerMatteo committed Apr 12, 2024
1 parent c6afcba commit 1c6da29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/project/geometry/geometry.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const METERS_TO_FEET_FACTOR = 3.28084;
const QUERIES = {
DTM_BLOCK_CENTROIDS: `
SELECT the_geom, the_geom_webmercator, cartodb_id, concat(borocode, LPAD(block::text, 5, '0')) as block
FROM dtm_block_centroids_v20201106
FROM dof_dtm_block_centroids
`,

centroidsFor(blocks) {
Expand Down

0 comments on commit 1c6da29

Please sign in to comment.