Skip to content

Commit

Permalink
remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
gcor committed Dec 29, 2023
1 parent 409a780 commit 47f35b5
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 23,211 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The map contains layers of data about objects in the city so that urbanists can
| Traffic collision | ⬇️ [dtp](https://github.com/ekaterinburgdev/map/blob/main/public/ekb-dtp.json) | ⬇️ [dtps](https://github.com/ekaterinburgdev/map/blob/main/public/ekb-dtps.json) | [dtp-stat.ru](https://dtp-stat.ru) | 🔄 ||
| Touristic route (points) | ⬇️ [color-points](https://github.com/ekaterinburgdev/map/blob/main/public/ekb-color-points.json) | | [tourism.ekburg.ru](http://tourism.ekburg.ru) |||
| Touristic route (lines) | ⬇️ [color-lines](https://github.com/ekaterinburgdev/map/blob/main/public/ekb-color-lines.json) | | [ekbredline.ru](http://ekbredline.ru) |||
| Quarter inspectors | ⬇️ [quarter_inspectors](https://github.com/ekaterinburgdev/map/blob/main/public/quarter_inspectors.json) | | [екатеринбург.рф](https://екатеринбург.рф/справка/квартальные) |||
| Quarter inspectors | ⬇️ [ekb-quarters](https://github.com/ekaterinburgdev/map/blob/main/public/ekb-quarters.json) | | [екатеринбург.рф](https://екатеринбург.рф/справка/квартальные) |||
| Cultural heritage sites (objects) | ⬇️ [okn‑objects](https://github.com/ekaterinburgdev/map/blob/main/public/ekb-okn-objects.json) | ⬇️ [okn](https://github.com/ekaterinburgdev/map/blob/main/public/ekb-okn.json) | [okn.midural.ru](https://okn.midural.ru/karta-obektov-kulturnogo-naslediya-sverdlovskoy-oblasti.html) || 🚧 |
| Cultural heritage sites (protect zone) | ⬇️ [okn‑protect](https://github.com/ekaterinburgdev/map/blob/main/public/ekb-okn-protect.json) | | [okn.midural.ru](https://okn.midural.ru/karta-obektov-kulturnogo-naslediya-sverdlovskoy-oblasti.html) || 🚧 |
| Cultural heritage sites (security zone) | ⬇️ [okn‑security](https://github.com/ekaterinburgdev/map/blob/main/public/ekb-okn-security.json) | | [okn.midural.ru](https://okn.midural.ru/karta-obektov-kulturnogo-naslediya-sverdlovskoy-oblasti.html) || 🚧 |
Expand Down
2 changes: 1 addition & 1 deletion features/Quarter/QuarterSource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function QuarterSource() {
}

return (
<Source type="geojson" data="./quarter_inspectors.json" id={QUARTER_SOURCE_ID} generateId>
<Source type="geojson" data="./ekb-quarters.json" id={QUARTER_SOURCE_ID} generateId>
<Layer {...layerStyle} />
<Layer {...layerStrokeStyle} />
</Source>
Expand Down
2 changes: 1 addition & 1 deletion features/Quarter/quarter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import quarterObjects from 'public/quarter_inspectors.json';
import quarterObjects from 'public/ekb-quarters.json';
import { QuarterObject } from './quarterObject';

export const quarter = {
Expand Down
Loading

0 comments on commit 47f35b5

Please sign in to comment.