Skip to content

Commit

Permalink
set id as id column
Browse files Browse the repository at this point in the history
  • Loading branch information
simei94 committed Mar 21, 2024
1 parent f5d7cdf commit 277ec51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void configure(Header header, Layout layout) {
viz.zoom = data.context().mapZoomLevel;
viz.height = 7.5;
viz.width = 2.0;
viz.setShape(data.compute(RoadPricingAnalysis.class, "roadPricing_area.shp"));
viz.setShape(data.compute(RoadPricingAnalysis.class, "roadPricing_area.shp"), "id");
});
}
}

0 comments on commit 277ec51

Please sign in to comment.