-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathrights.html
33 lines (33 loc) · 2.18 KB
/
rights.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>16 Bit Grayscale PNG Heightmap Generator for Unreal Engine</title>
<link rel="stylesheet" href="public/dist/css/main.css">
</head>
<body class="docs">
<main>
<article class="container content">
<h1>Map License Information</h1>
</article>
<article class="container content">
<h2>Heightmap Data</h2>
<p>The heightmap data comes from <a href="https://www.nextzen.org/">NextZen</a>, which was set up when <a href="https://www.mapzen.com/blog/elevation/">Mapzen</a> shut down.</p>
<p>It is not 100% clear what the usage rights for the heightmaps are now. This was the <a href="https://www.mapzen.com/rights/#services-and-data-sources">"rights" page that appeared on the Mapzen site.</a></p>
<p>This was their <a href="https://github.com/tilezen/joerd/blob/master/docs/attribution.md">attribution guidance</a>, specifically.</p>
<p>If in doubt, the following snippet should be included on your project:</p>
<p>© <a href="https://www.mapzen.com/rights">Mapzen</a>, <a href="https://openstreetmap.org/copyright">OpenStreetMap</a>, and <a href="https://www.mapzen.com/rights/#services-and-data-sources">others</a>.</p>
<pre><code>© <a href="https://www.mapzen.com/rights">Mapzen</a>, <a href="https://openstreetmap.org/copyright">OpenStreetMap</a> , and <a href="https://www.mapzen.com/rights/#services-and-data-sources">others</a>.</code></pre>
</article>
<article class="container content">
<h2>Other Maps</h2>
<p>All other maps should have a link to the copyright information on the bottom left of the map display.</p>
<p>This data should be used for the "Export Albedo" type map data.</p>
<p>Most map providers can be found <a href="https://leaflet-extras.github.io/leaflet-providers/preview/">on the leaflet providers page</a>.</p>
</article>
</main>
<script type="text/javascript" src="public/dist/js/main.js"></script>
</body>
</html>