From 2f73816916500820eae83dedff9b2bd4d8d6ef5a Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 27 Feb 2014 09:22:43 +0100 Subject: [PATCH 1/3] Fix path to ol.css --- doc/quickstart.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quickstart.hbs b/doc/quickstart.hbs index d3d75f0931..02316ab227 100644 --- a/doc/quickstart.hbs +++ b/doc/quickstart.hbs @@ -13,7 +13,7 @@ Below you'll find a complete working example. Create a new file, copy in the co - + ``` From 2f50fcc56cdedf00f38cdb582f7c3b3c90889151 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 27 Jan 2014 13:53:59 +0100 Subject: [PATCH 3/3] Better ol.Geolocation documentation --- src/ol/geolocation.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ol/geolocation.js b/src/ol/geolocation.js index 36ff83906c..cc489b1b9e 100644 --- a/src/ol/geolocation.js +++ b/src/ol/geolocation.js @@ -49,13 +49,13 @@ ol.GeolocationProperty = { * @param {olx.GeolocationOptions=} opt_options Options. * @todo stability experimental * @todo observable accuracy {number} readonly the accuracy of the position - * measurement + * measurement in meters * @todo observable altitude {number} readonly the altitude of the position in * meters above mean sea level * @todo observable altitudeAccuracy {number} readonly the accuracy of the - * altitude measurement + * altitude measurement in meters * @todo observable heading {number} readonly the heading of the device in - * radians from norht + * radians from north * @todo observable position {ol.Coordinate} readonly the current position of * the device reported in the current projection * @todo observable projection {ol.proj.Projection} readonly the projection to