Files
openlayers/examples/wms-custom-proj.html
2015-04-17 06:22:38 -06:00

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