14 lines
423 B
HTML
14 lines
423 B
HTML
---
|
|
template: "example.html"
|
|
title: "Tiled WMS with custom projection example"
|
|
shortdesc: "Example of using custom coordinate transform functions."
|
|
docs: >
|
|
With `ol.proj.addCoordinateTransforms()`, custom coordinate transform functions can be added to configured projections.
|
|
tags: "wms, tile, tilelayer, projection"
|
|
---
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
<div id="map" class="map"></div>
|
|
</div>
|
|
</div>
|