blumilksoftware / laravel-poland-meetup

This is a source code for the Laravel Poland Meetup official website.
https://laravel.blumilk.pl/
2 stars 0 forks source link

Map of companies #21

Open krzysztofrewak opened 1 year ago

krzysztofrewak commented 1 year ago

I would like to extend resources/companies.json with geolocation data:

{
  "@blumilk": {
    "name": "Blumilk",
    "logo": "/images/companies/blumilk.png",
    "location": "Legnica",
    "coordinates": [51.20871513745668, 16.163727782274883],
    "organizer": true
  }
}

With these data we could draw a map with Laravel meetup-active companies and put smaller maps on company profile pages. In the scope of this task at least three things should be done:

paulinaszkudlarek commented 1 year ago

These tasks were done in #28 - design of companies site (PR #31).

I think we can close this issue