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

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>