Convert WMS examples to strapless template
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
---
|
||||
layout: example.html
|
||||
title: Single image WMS with Proj4js projection example
|
||||
layout: strapless.html
|
||||
title: Single Image WMS with Proj4js
|
||||
shortdesc: Example of integrating Proj4js for coordinate transforms.
|
||||
docs: >
|
||||
With transparent [Proj4js](http://proj4js.org/) integration, OpenLayers can transform coordinates between arbitrary projections.
|
||||
With [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>
|
||||
<div id="map" class="map"></div>
|
||||
|
||||
Reference in New Issue
Block a user