Skip to content

Commit

Permalink
update json url
Browse files Browse the repository at this point in the history
  • Loading branch information
gcor committed Mar 9, 2024
1 parent d02d812 commit 50d59ea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions state/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export const defaultSources: InputSloySource[] = [
},
{
id: 'ekbLinesSource',
path: 'https://map.ekaterinburg.city/ekb-color-lines.json',
path: '/ekb-color-lines.json',
type: 'geojson',
card: { blocks: [] },
copyright: [],
Expand Down Expand Up @@ -253,7 +253,7 @@ export const defaultSources: InputSloySource[] = [
id: 'ekbPointsSource',
type: 'geojson',
copyright: [],
path: 'https://map.ekaterinburg.city/ekb-color-points.json',
path: '/ekb-color-points.json',
card: {
title: 'title',
blocks: [
Expand Down Expand Up @@ -368,23 +368,23 @@ export const defaultSources: InputSloySource[] = [
type: 'geojson',
card: { blocks: [] },
properties: [],
path: 'https://map.ekaterinburg.city/ekb-okn-protect.json',
path: '/ekb-okn-protect.json',
copyright: ['okn'],
},
{
id: 'ekbOknSecurityZoneSource',
type: 'geojson',
card: { blocks: [] },
properties: [],
path: 'https://map.ekaterinburg.city/ekb-okn-security.json',
path: '/ekb-okn-security.json',
copyright: ['okn'],
},
{
type: 'geojson',
card: { blocks: [] },
properties: [],
id: 'ekbOknObjectZoneSource',
path: 'https://map.ekaterinburg.city/ekb-okn-objects.json',
path: '/ekb-okn-objects.json',
copyright: ['okn'],
},
{
Expand All @@ -401,7 +401,7 @@ export const defaultSources: InputSloySource[] = [
{ type: 'string[]', id: 'road_conditions' },
],
},
path: 'https://map.ekaterinburg.city/ekb-dtp.json',
path: '/ekb-dtp.json',
dataByIdPath: `/api/dtp?id={DATA_BY_ID}`,
properties: [
{
Expand Down Expand Up @@ -469,7 +469,7 @@ export const defaultSources: InputSloySource[] = [
{
id: 'ekbQuarterSource',
type: 'geojson',
path: 'https://map.ekaterinburg.city/quarter_inspectors.json',
path: '/ekb-quarters.json',
copyright: ['ekbQuarter'],
card: {
title: 'quarterTitle',
Expand Down

0 comments on commit 50d59ea

Please sign in to comment.