From 34169911668501b0fca36b3b3b5ac0e80576b124 Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Fri, 1 Apr 2016 13:29:27 +0000 Subject: [PATCH] Improve docs for measure example --- examples/measure.html | 10 +++++----- examples/measure.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/measure.html b/examples/measure.html index c83f50da37..c5176ab017 100644 --- a/examples/measure.html +++ b/examples/measure.html @@ -1,19 +1,19 @@ --- layout: example.html title: Measure -shortdesc: Example of using the ol.interaction.Draw interaction for creating simple measuring application. +shortdesc: Example of using the ol.interaction.Draw interaction to create a simple measuring application. docs: > -

NOTE: If use geodesic measures is not checked, measure is done in simple way on projected plane. Earth curvature is not taken into account

+

NOTE: By default, length and area are calculated using the projected coordinates. This is not accurate for projections like Mercator where the projected meters do not correspond to meters on the ground. To get a standarized measurement across all projections, use the geodesic measures.

tags: "draw, edit, measure, vector" resources: - https://code.jquery.com/jquery-1.11.2.min.js ---
- +