eurostat-map 4.1.13 → 4.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -6
- package/build/eurostatmap.js +3635 -4205
- package/build/eurostatmap.min.js +2 -1
- package/package.json +2 -10
package/README.md
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
</div>
|
13
13
|
|
14
14
|
<div align="center">
|
15
|
-
<em>Customizable thematic maps
|
15
|
+
<em>Customizable thematic maps. See <strong><a href="docs/reference.md">documentation</a></strong>.</em>
|
16
16
|
</div>
|
17
17
|
|
18
18
|
<br>
|
@@ -57,8 +57,10 @@ eurostatmap
|
|
57
57
|
.build() // Build the map
|
58
58
|
```
|
59
59
|
|
60
|
+
For a quick tutorial check out this notebook:
|
61
|
+
https://observablehq.com/@joewdavies/eurostat-map-js
|
62
|
+
|
60
63
|
- [Population density](https://eurostat.github.io/eurostat-map/examples/population-density.html) (see [the code](https://github.com/eurostat/eurostat-map/blob/master/examples/population-density.html))
|
61
|
-
- [Population density map with dot pattern](https://eurostat.github.io/eurostat-map/examples/population-dot-density.html) (see [the code](https://github.com/eurostat/eurostat-map/blob/master/examples/population-dot-density.html))
|
62
64
|
- [Population map with proportional circles](https://eurostat.github.io/eurostat-map/examples/prop-circles.html) (see [the code](https://github.com/eurostat/eurostat-map/blob/master/examples/prop-circles.html))
|
63
65
|
- [GDP map with custom proportional symbols](https://eurostat.github.io/eurostat-map/examples/prop-symbols.html) (see [the code](https://github.com/eurostat/eurostat-map/blob/master/examples/prop-symbols.html))
|
64
66
|
- [Causes of death with proportional pie charts](https://eurostat.github.io/eurostat-map/examples/prop-piecharts.html) (see [the code](https://github.com/eurostat/eurostat-map/blob/master/examples/prop-piecharts.html))
|
@@ -113,9 +115,6 @@ where X.Y.Z is a [version number](https://www.npmjs.com/package/eurostat-map?act
|
|
113
115
|
|
114
116
|
For detailed documentation see the **[API reference page](docs/reference.md)**.
|
115
117
|
|
116
|
-
For a quick tutorial check out this notebook:
|
117
|
-
https://observablehq.com/@joewdavies/eurostat-map-js
|
118
|
-
|
119
118
|
Code examples:
|
120
119
|
|
121
120
|
- For a [choropleth map](docs/reference.md#choropleth-map),
|
@@ -148,7 +147,7 @@ Feel free to [ask for assistance](https://github.com/eurostat/eurostat.js/issues
|
|
148
147
|
|
149
148
|
## Copyright
|
150
149
|
|
151
|
-
The [Eurostat NUTS dataset](http://ec.europa.eu/eurostat/web/nuts/overview) is copyrighted. There are [specific provisions](https://ec.europa.eu/eurostat/web/gisco/geodata/
|
150
|
+
The [Eurostat NUTS dataset](http://ec.europa.eu/eurostat/web/nuts/overview) is copyrighted. There are [specific provisions](https://ec.europa.eu/eurostat/web/gisco/geodata/statistical-units) for the usage of this dataset which must be respected. The usage of these data is subject to their acceptance. See the [Eurostat-GISCO website](https://ec.europa.eu/eurostat/web/gisco/geodata/statistical-units) for more information.
|
152
151
|
|
153
152
|
## Disclaimer
|
154
153
|
|