From 3259b1078c45ac65f408d7e1da6337ae4afd1142 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Sun, 13 Jul 2014 08:34:12 +0100 Subject: [PATCH] Change docs landing page to link to transformExtent --- apidoc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apidoc/index.md b/apidoc/index.md index 5ac6d8ccc9..92cfa13eda 100644 --- a/apidoc/index.md +++ b/apidoc/index.md @@ -30,7 +30,7 @@ Interactions for [vector features](ol.Feature.html)
[Formats](ol.format.Feature.html) for reading/writing vector data
[ol.format.WMSCapabilities](ol.format.WMSCapabilities.html) Projections2-way bindingsOther components -

All coordinates and extents need to be provided in view projection (default: EPSG:3857). To transform, use [ol.proj.transform()](ol.proj.html#transform) and [ol.extent.applyTransform()](ol.extent.html#applyTransform).

+

All coordinates and extents need to be provided in view projection (default: EPSG:3857). To transform, use [ol.proj.transform()](ol.proj.html#transform) and [ol.proj.transformExtent()](ol.proj.html#transformExtent).

[ol.proj](ol.proj.html)

[Objects](ol.Object.html) can be kept in sync using the [bindTo()](ol.Object.html#bindTo) method.

A [DOM Input](ol.dom.Input.html) class is available to bind Object properties to HTML Input elements.