Example sources in the examples dir
This commit is contained in:
13
examples/wms-image-custom-proj.html
Normal file
13
examples/wms-image-custom-proj.html
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
template: example.html
|
||||
title: Single image WMS with Proj4js projection example
|
||||
shortdesc: Example of integrating Proj4js for coordinate transforms.
|
||||
docs: >
|
||||
With transparent [Proj4js](http://proj4js.org/) integration, OpenLayers can transform coordinates between arbitrary projections.
|
||||
tags: "wms, single image, proj4js, projection"
|
||||
---
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
<div id="map" class="map"></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user