Skip to content

Commit

Permalink
Added filter header, quantity and percents to Crimes layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Omelekhin authored Mar 13, 2024
1 parent 532e63a commit 88dcc10
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion state/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,10 @@ export const defaultLayers: InputSloyLayer[] = [
type: 'string',
filterVisualizations: ['ekbCrimePointsLayer', 'ekbCrimeHeatmapLayer'],
source: 'ekbCrimeLayerSource',
sortType: 'count',
postfix: "шт.",
totalHeader: "count",
totalType: "percent",
sortType: "count",
},
],
visualizations: [
Expand Down

1 comment on commit 88dcc10

@ekbdev
Copy link

@ekbdev ekbdev commented on 88dcc10 Mar 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for map ready!

✅ Preview
https://map-dgai5pgqb-ekbdev.vercel.app
https://ekbdev-map-crimes-layer-filter-fix.vercel.app

Built with commit 88dcc10.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.