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