15 lines
395 B
HTML
15 lines
395 B
HTML
---
|
|
layout: example.html
|
|
title: Static Image
|
|
shortdesc: Example of a static image layer.
|
|
docs: >
|
|
<p>
|
|
This example uses a <a href="http://xkcd.com/256/">static image</a>
|
|
as a layer source. The map view is configured with a custom
|
|
projection that translates image coordinates directly into map
|
|
coordinates.
|
|
</p>
|
|
tags: "static image, xkcd"
|
|
---
|
|
<div id="map" class="map"></div>
|