MedPoints/site

Map on the location tab

artemshulgin opened this issue · 1 comments

This is a current situation of the map
image

Location's api returns hospitals with coordinates
We need to show them up on them map

{
    worldsCount : 123,
    locations : 
 [ 
    {
        name : "US",
        count : 12,
        hospitals : [
           { .... coordinations : { lat, lng} }
         ]
    }
 ]
}
k0t0v commented

Implemented maps across all locations pages