Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeiown authored Dec 15, 2023
1 parent 9199c20 commit 1f1718e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

## Конфігурація та Дані

1. **Карта**: Координати та параметри карти налаштовуються у `L.map('map').setView([49.0, 31.0], 6);` у файлі `script.js`.
1. **Карта**: Координати та параметри карти налаштовуються у `L.map('map').setView([49.0, 31.0], 6);` у файлі `app.js`.
2. **Маркери**: Дані про компанії завантажуються з файлу `companies.json` та використовуються для розміщення маркерів на карті. Маркери зображені у папці `markers`.
3. **Кластери**: Кластеризація маркерів реалізована за допомогою Leaflet.markercluster.

Expand Down

0 comments on commit 1f1718e

Please sign in to comment.