Fix loading times
This commit is contained in:
parent
f685bdca04
commit
2f41c38cc4
4 changed files with 34 additions and 18 deletions
|
|
@ -164,7 +164,8 @@ export default function Map({ data, onViewChange }: MapProps) {
|
|||
getFillColor: (d) => priceToColor(d.avg_price),
|
||||
extruded: false,
|
||||
pickable: true,
|
||||
opacity: 0.7,
|
||||
opacity: 0.5,
|
||||
highPrecision: true,
|
||||
}),
|
||||
],
|
||||
[data]
|
||||
|
|
|
|||
|
|
@ -37,5 +37,4 @@ export interface ViewChangeParams {
|
|||
|
||||
export interface ApiResponse {
|
||||
features: HexagonData[];
|
||||
truncated: boolean;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue