SL-edi / covid-visualisation

0 stars 0 forks source link

Create an empty world map element #6

Closed tjanowsk closed 4 years ago

tjanowsk commented 4 years ago

Here we investigate various map apis (e.g. google maps), sign up for one and display an (initially blank) world map.

duncstin commented 4 years ago

Take a look at Leaflet for potentially doing map stuff?

aBluePawn commented 4 years ago

An Angular 7 plugin that allows:

  1. create a google map with overlay the svg image of the countries indicated and the various places to display
  2. create a svg image of a country with the relative places to display. https://www.npmjs.com/package/ng-world-map-svg *** It turns out that you do need an API-key to be able to use this one: "you need a project with a billing account".
tjanowsk commented 4 years ago

In master