An open API service indexing awesome lists of open source software.

https://github.com/heremaps/here-vector-tile-examples

Examples of the HERE Vector Tile API with various 3rd party web map renderers
https://github.com/heremaps/here-vector-tile-examples

Last synced: 10 months ago
JSON representation

Examples of the HERE Vector Tile API with various 3rd party web map renderers

Awesome Lists containing this project

README

          

# HERE Vector Tile Examples

This repository contains working examples of the HERE Vector Tile Service with various web map renderers.

For more information on the HERE Vector Tile Service, please visit the [official documentation](https://developer.here.com/documentation/vector-tiles-api/).

![triple map view](maps.png)

_From left to right: Berlin night (Mapbox GL JS), Berlin day (Tangram JS)._

## Renderers

### Mapbox GL JS

* [Live demo](https://heremaps.github.io/here-vector-tile-examples/mapbox)
* [Source code](https://github.com/heremaps/here-vector-tile-examples/blob/master/mapbox/index.html)
* [Tutorial on integrating vector tiles into Mapbox GL JS](https://developer.here.com/tutorials/vector-tile-mapbox)

### Tangram JS

* [Live demo](https://heremaps.github.io/here-vector-tile-examples/tangram)
* [Source code](https://github.com/heremaps/here-vector-tile-examples/blob/master/tangram/index.html)
* [Tutorial on integrating vector tiles into Tangram JS](https://developer.here.com/tutorials/vector-tile-tangram)

### HERE Maps API for JavaScript

* [Live demo](https://heremaps.github.io/here-vector-tile-examples/here-maps-api-for-javascript)
* [Source code](https://github.com/heremaps/here-vector-tile-examples/blob/master/here-maps-api-for-javascript/index.html)
* [How to create an application with HERE Maps API for JavaScript](https://developer.here.com/tutorials/javascript-api/)

## License

Copyright (C) 2018-2021 HERE Europe B.V.

Unless otherwise noted in a LICENSE file for specific files or directories, the files in this repository are under the Apache-2.0 license, see the [LICENSE](./LICENSE) file in the root of this project for license details.