ImmunHelden / ImmunHelden.de

Project and team formed in the #WirVsVirus Hackathon of the German Federal Government
http://immunhelden.de
MIT License
4 stars 1 forks source link

[Map] Read pins from database `locations` collection #156

Closed weliveindetail closed 4 years ago

weliveindetail commented 4 years ago

So far, pin locations were served from a static file. Now the request is redirected to a backend function that queries the pins from the locations collection in the database. For now, pin details are still loaded from static content.

weliveindetail commented 4 years ago

Now pin details for the plasma type are also loaded from the database.