diff --git a/README.md b/README.md index b5f2c99b1..508a83906 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The parameters are: | Parameter | Supported values | Description | | ------------- | ------------- |-------------| -| `YEAR` | `2021` `2016` `2013` `2010` | The NUTS version. | +| `YEAR` | `2024` `2021` `2016` `2013` `2010` | The NUTS version. | | `PROJECTION` | `3035` `3857` `4326` | The coordinate reference system EPSG code. Two projections are provided: European LAEA projection ([EPSG 3035](http://spatialreference.org/ref/epsg/etrs89-etrs-laea/)) and web mercator ([EPSG 3857](http://spatialreference.org/ref/sr-org/7483/)). For statistical maps, it is strongly adviced to use an equal-area projection such as `3035`. Geographic coordinates WGS84 ([EPSG 4326](http://spatialreference.org/ref/epsg/4326/)) are also provided. | | `SCALE` | `60M` `20M` `10M` `03M` | The intended map scale factor. The larger the value, the stronger the simplification. For example, for a map width of 1000 pixels, the scale 1:20M is the most suitable. | | `NUTS_LEVEL` | `0` `1` `2` `3` | The NUTS level to display, from national (NUTS_LEVEL=`0`) to local level (NUTS_LEVEL=`3`). |