Files
openlayers/examples_src/wms-image-custom-proj.html
2015-04-02 19:10:17 +02:00

14 lines
448 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>