14 lines
424 B
HTML
14 lines
424 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="imageSmoothing" checked />
|
|
<label for="imageSmoothing">Image smoothing</label>
|
|
</div>
|