Add reprojection example for ol.source.ImageStatic

This commit is contained in:
Petr Sloup
2015-06-11 16:31:59 +02:00
parent 87337570e0
commit 690a5f1f90
2 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
template: example.html
title: Image reprojection example
shortdesc: Demonstrates client-side reprojection of single image.
docs: >
This example shows client-side single-image reprojection capabilities of
OpenLayers 3.
tags: "reprojection, projection, proj4js, mapquest, image"
resources:
- http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.6/proj4.js
---
<div class="row-fluid">
<div class="span12">
<div id="map" class="map"></div>
</div>
</div>