Merge pull request #1772 from fredj/doc

Minor doc updates
This commit is contained in:
Frédéric Junod
2014-02-27 10:57:49 +01:00
2 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -13,7 +13,7 @@ Below you'll find a complete working example. Create a new file, copy in the co
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<link rel="stylesheet" href="http://ol3js.org/en/{{ latest }}/build/ol.css" type="text/css"> <link rel="stylesheet" href="http://ol3js.org/en/{{ latest }}/css/ol.css" type="text/css">
<style> <style>
.map { .map {
height: 400px; height: 400px;
@@ -72,7 +72,8 @@ The map in the application is contained in a [`<div>` HTML element](http://en.wi
```xml ```xml
<style> <style>
.map { .map {
height: 400px; width: 100%; height: 400px;
width: 100%;
} }
</style> </style>
``` ```
+3 -3
View File
@@ -49,13 +49,13 @@ ol.GeolocationProperty = {
* @param {olx.GeolocationOptions=} opt_options Options. * @param {olx.GeolocationOptions=} opt_options Options.
* @todo stability experimental * @todo stability experimental
* @todo observable accuracy {number} readonly the accuracy of the position * @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 * @todo observable altitude {number} readonly the altitude of the position in
* meters above mean sea level * meters above mean sea level
* @todo observable altitudeAccuracy {number} readonly the accuracy of the * @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 * @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 * @todo observable position {ol.Coordinate} readonly the current position of
* the device reported in the current projection * the device reported in the current projection
* @todo observable projection {ol.proj.Projection} readonly the projection to * @todo observable projection {ol.proj.Projection} readonly the projection to