Skip to content

Commit

Permalink
Added title to Crimes layer filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Omelekhin authored Mar 13, 2024
1 parent 88dcc10 commit e412c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions state/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,7 @@ export const defaultLayers: InputSloyLayer[] = [
description: 'Слой содержит данные о правонарушениях, конфликтах и происшествиях, которые произошли в городе. Подготовлен в 2019 г. на основе сообщений в социальных сетях и новостных ресурсах. Автор датасета: Александр Бурцев, кандидат архитектуры.',
filters: [
{
title: "Тип происшествия",
property: 'exident',
type: 'string',
filterVisualizations: ['ekbCrimePointsLayer', 'ekbCrimeHeatmapLayer'],
Expand Down

1 comment on commit e412c70

@ekbdev
Copy link

@ekbdev ekbdev commented on e412c70 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-3sepdajuk-ekbdev.vercel.app
https://ekbdev-map-crimes-layer-filter-fix.vercel.app

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

Please sign in to comment.