Files
openlayers/examples/wms-custom-proj.html
2015-11-01 02:18:09 -07:00

14 lines
415 B
HTML

---
layout: 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>