UNPKG

1.02 kBHTMLView Raw
1---
2layout: example.html
3title: HERE Map Tile API
4shortdesc: Example of a map with map tiles from HERE.
5docs: >
6 <p><a href="https://developer.here.com/rest-apis/documentation/enterprise-map-tile">HERE Map Tile API</a> used with <code>ol.source.XYZ</code>.</p>
7 <p>Be sure to respect the <a href="https://legal.here.com/en/terms/serviceterms/us/">HERE Service Terms</a> when using their tile API.</p>
8tags: "here, here-maps, here-tile-api"
9cloak:
10 a2qhegvZZFIuJDkkqjhQ: Your HERE Maps appId from https://developer.here.com/
11 lPJ3iaFLJDhD8fIAyU582A: Your HERE Maps appCode from https://developer.here.com/
12---
13<div id="map" class="map"></div>
14<select id="layer-select">
15 <option value="normal.day" selected>Normal Day</option>
16 <option value="normal.day.transit">Normal Day Transit</option>
17 <option value="pedestrian.day">Pedestrian Day</option>
18 <option value="terrain.day">Terrain Day</option>
19 <option value="satellite.day">Satellite Day</option>
20 <option value="hybrid.day">Hybrid Day</option>
21</select>