17 lines
549 B
HTML
17 lines
549 B
HTML
---
|
|
layout: 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"
|
|
resources:
|
|
- http://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.6/proj4.js
|
|
- http://epsg.io/21781-1753.js
|
|
---
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
<div id="map" class="map"></div>
|
|
</div>
|
|
</div>
|