14 lines
442 B
HTML
14 lines
442 B
HTML
---
|
|
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>
|