Skip to content

Commit

Permalink
Revert "Point to nonversioned block centroid table in carto (#1496)" (#…
Browse files Browse the repository at this point in the history
…1497)

This reverts commit bee1918.
  • Loading branch information
TylerMatteo authored Mar 21, 2024
1 parent bee1918 commit af21ed6
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 dof_dtm_block_centroids
FROM dtm_block_centroids_v20201106
`,

centroidsFor(blocks) {
Expand Down

0 comments on commit af21ed6

Please sign in to comment.