3D map for Ekaterinburg urbanists. Buildings data, walking routes, cultural heritage sites and more.
![](https://private-user-images.githubusercontent.com/22644149/261675439-da549cf5-e54b-4984-b763-1d757d711bae.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk4OTA0NTAsIm5iZiI6MTczOTg5MDE1MCwicGF0aCI6Ii8yMjY0NDE0OS8yNjE2NzU0MzktZGE1NDljZjUtZTU0Yi00OTg0LWI3NjMtMWQ3NTdkNzExYmFlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDE0NDkxMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQzOTZiMDlhMzVmYzhlNDNiNDhmMGY5MGI3M2JlMjRjZjJhMDlkMzcwMjIzN2FkN2MyZDVlYTMyMWM4MTU3ODgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.d92YrP3axLqdLkjRpm-nRNuWNuMXjmglVdHaYxxfRs8)
The map contains layers of data about objects in the city so that urbanists can easily access them to work with them.
- Speed and performance map with Maplibre GL and React-mapbox-gl
- Visualization for Ekaterinburg opendata
- Detailed object cards
Data layer | GeoJSON | Objects | Sources | Auto-update | Status |
---|---|---|---|---|---|
Design code objects | ⬇️ design‑code | map.ekaterinburg.design | 🔄 | ✅ | |
Traffic collision | ⬇️ dtp | ⬇️ dtps | dtp-stat.ru | 🔄 | ✅ |
Touristic route (points) | ⬇️ color-points | tourism.ekburg.ru | — | ✅ | |
Touristic route (lines) | ⬇️ color-lines | ekbredline.ru | — | ✅ | |
Quarter inspectors | ⬇️ ekb-quarters | екатеринбург.рф | — | ✅ | |
Cultural heritage sites (objects) | ⬇️ okn‑objects | ⬇️ okn | okn.midural.ru | — | 🚧 |
Cultural heritage sites (protect zone) | ⬇️ okn‑protect | okn.midural.ru | — | 🚧 | |
Cultural heritage sites (security zone) | ⬇️ okn‑security | okn.midural.ru | — | 🚧 | |
Houses data | Not available for download now. We use these recommendations |
openstreetmap.org how-old-is-this.house mingkh.ru domaekb.ru |
— | 🚧 |
- ✅ — Verified source
- 🚧 — Under construction. Contains inaccuracies, be careful!
- 🔄 — Autoupdate from sources (now disabled)
pnpm i
- Run local server
pnpm dev