Skip to content

Commit

Permalink
Use new version of MapPluto
Browse files Browse the repository at this point in the history
  • Loading branch information
rtblair authored Jul 6, 2021
1 parent fdc9d2d commit 2185ed6
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 2185ed6

Please sign in to comment.