eurostat / eurostat-map.js

Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.
https://github.com/eurostat/eurostat-map.js
Other
60 stars 4 forks source link

Programmatic definition of statistical data #31

Closed jgaffuri closed 3 years ago

jgaffuri commented 3 years ago

Make it possible to define cartographic figures directly in javascript code like that:

map.setStat(
{
  LU01: 3534.345,
  DE02: 45.453,
  LV45: 6454.3534,
...
});

Rely on out._statDataIndex; attribute.

jgaffuri commented 3 years ago

See: test_progstat.html