<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>Set a map style exported from the HERE Style Editor</title>
<link rel="stylesheet" type="text/css" href="https://js.api.here.com/v3/3.1/mapsjs-ui.css" />
<link rel="stylesheet" type="text/css" href="demo.css" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<link rel="stylesheet" type="text/css" href="../template.css" />
<script type="text/javascript" src='../test-credentials.js'></script>
<script type="text/javascript" src="https://js.api.here.com/v3/3.1/mapsjs-core.js"></script>
<script type="text/javascript" src="https://js.api.here.com/v3/3.1/mapsjs-harp.js"></script>
<script type="text/javascript" src="https://js.api.here.com/v3/3.1/mapsjs-service.js"></script>
<script type="text/javascript" src="https://js.api.here.com/v3/3.1/mapsjs-ui.js"></script>
<script type="text/javascript" src="https://js.api.here.com/v3/3.1/mapsjs-mapevents.js"></script>
<script>window.ENV_VARIABLE = 'developer.here.com'</script><script src='../iframeheight.js'></script></head>
<body id="markers-on-the-map">
<div class="page-header">
<h1>Set a map style exported from the HERE Style Editor</h1>
<p>Set a style created in the <a href="https://platform.here.com/style-editor" target="_blank">HERE Style Editor</a> during the map instantiation</p>
</div>
<p>This example shows how to set a map style that was created in the <a href="https://platform.here.com/style-editor" target="_blank">HERE Style Editor</a>.
</p>
<div id="map"></div>
<h3>Code</h3>
<p>The code below creates a new <codeph>H.map.render.harp.Style</codeph> instance that loads and parses the user's style 'night.json'.
After that the style is used to create a new <codeph>H.map.layer.TileLayer</codeph>, which is passed to the map constructor.
</p>
<script type="text/javascript" src='demo.js'></script>
</body>
</html>