Merge pull request #7468 from chrismayer/chg-here-key

Add new API-key for HERE example
This commit is contained in:
Andreas Hocevar
2017-11-14 12:34:17 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ docs: >
<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> <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>
tags: "here, here-maps, here-tile-api" tags: "here, here-maps, here-tile-api"
cloak: cloak:
a2qhegvZZFIuJDkkqjhQ: Your HERE Maps appId from https://developer.here.com/ kDm0Jq1K4Ak7Bwtn8uvk: Your HERE Maps appId from https://developer.here.com/
lPJ3iaFLJDhD8fIAyU582A: Your HERE Maps appCode from https://developer.here.com/ xnmvc4dKZrDfGlvQHXSvwQ: Your HERE Maps appCode from https://developer.here.com/
--- ---
<div id="map" class="map"></div> <div id="map" class="map"></div>
<select id="layer-select"> <select id="layer-select">
+2 -2
View File
@@ -3,8 +3,8 @@ goog.require('ol.View');
goog.require('ol.layer.Tile'); goog.require('ol.layer.Tile');
goog.require('ol.source.XYZ'); goog.require('ol.source.XYZ');
var appId = 'a2qhegvZZFIuJDkkqjhQ'; var appId = 'kDm0Jq1K4Ak7Bwtn8uvk';
var appCode = 'lPJ3iaFLJDhD8fIAyU582A'; var appCode = 'xnmvc4dKZrDfGlvQHXSvwQ';
var hereLayers = [ var hereLayers = [
{ {
base: 'base', base: 'base',