15 lines
477 B
HTML
15 lines
477 B
HTML
---
|
|
template: example.html
|
|
title: Canvas tiles example
|
|
shortdesc: Renders tiles with coordinates for debugging.
|
|
docs: >
|
|
<p>The black grid tiles are generated on the client with an HTML5 canvas. Note that the tile coordinates are ol3 normalized tile coordinates (origin bottom left), not
|
|
OSM tile coordinates (origin top left).</p>
|
|
tags: "layers, openstreetmap, canvas"
|
|
---
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
<div id="map" class="map"></div>
|
|
</div>
|
|
</div>
|