Skip to content

Commit

Permalink
Merge pull request #1018 from NYCPlanning/rtblair-pluto_update
Browse files Browse the repository at this point in the history
Fixes pluto-driven bbl data
  • Loading branch information
rtblair authored Jul 7, 2021
2 parents fdc9d2d + 2185ed6 commit a8665c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/adapters/lot.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const LotColumnsSQL = [
export const cartoQueryTemplate = function(id) {
return `SELECT ${LotColumnsSQL.join(',')},
st_x(st_centroid(the_geom)) as lon, st_y(st_centroid(the_geom)) as lat,
the_geom, bbl AS id FROM mappluto WHERE bbl=${id}`;
the_geom, bbl AS id FROM dcp_mappluto WHERE bbl=${id}`;
};

export default CartoGeojsonFeatureAdapter.extend({
Expand Down

0 comments on commit a8665c3

Please sign in to comment.