Files
openlayers/examples/reprojection-image.html
2021-12-27 15:30:48 -07:00

14 lines
414 B
HTML

---
layout: example.html
title: Image Reprojection
shortdesc: Demonstrates client-side reprojection of single image source.
docs: >
This example shows client-side reprojection of single image source.
tags: "reprojection, projection, proj4js, image, imagestatic"
---
<div id="map" class="map"></div>
<div>
<input type="checkbox" id="interpolate" checked />
<label for="interpolate">Interpolate</label>
</div>