# here-vector-tile-examples **Repository Path**: mirrors-gis/here-vector-tile-examples ## Basic Information - **Project Name**: here-vector-tile-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 base (harp.gl), Berlin night (Mapbox GL JS), Berlin day (Tangram JS)._ ## Renderers ### harp.gl * [Live demo](https://heremaps.github.io/here-vector-tile-examples/harpgl) * [Source code](https://github.com/heremaps/here-vector-tile-examples/blob/master/harpgl/index.html) * [Tutorial on getting started with harp.gl](https://developer.here.com/tutorials/harpgl) ### 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-2020 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.