Add reprojection example for ol.source.ImageStatic
This commit is contained in:
16
examples/reprojection-image.html
Normal file
16
examples/reprojection-image.html
Normal 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>
|
||||
Reference in New Issue
Block a user