# Vector Tiles Assets

Assets for vector tiles provided by Klimadatastyrelsen.

A demo view of all the stylefiles is available at https://sdfidk.github.io/vector_tiles_assets/

## Getting Started

Install the [npm package](@dataforsyningen/vector_tiles_assets):

```npm install @dataforsyningen/vector_tiles_assets```

You can then copy the assets you need into your project from `./node_modules/@dataforsyningen/vector_tiles_assets`. For instance, see how it can be done with esbuild [here](https://github.com/SDFIdk/vector_tiles_frontend/blob/main/escopy.js).

Alternatively you can load the assets directly from our CDN, for instance:

```cdn.dataforsyningen.dk/assets/vector_tiles_assets/${version}/styles/official/3857_skaermkort_klassisk.json```

using any release version or `latest`.

## Read More
- [Guide to Vector Tiles skærmkort (in Danish)](https://github.com/SDFIdk/vector_tiles_assets/blob/main/docs/tutorials/vejledning.md)
- [Qgis, ArcGIS pro and other GIS clients](https://github.com/SDFIdk/vector_tiles_assets/blob/main/docs/tutorials/gis_vejledning.md)
- [Changelog](https://github.com/SDFIdk/vector_tiles_assets/blob/main/CHANGELOG.md)
- [The Vector Tiles API](https://github.com/SDFIdk/vector_tiles_assets/blob/main/docs/tutorials/api.md)
