Site updated at 2017-02-16 09:08:08 UTC

This commit is contained in:
Travis CI 2017-02-16 09:08:08 +00:00
parent fdd239bddd
commit f6ab2d9afe
23 changed files with 40 additions and 36 deletions

View file

@ -108,6 +108,10 @@
<li><strong>show_on_map</strong> (<em>Optional</em>): Option to show the position of the ISS on the map. Defaults to <code class="highlighter-rouge">False</code>.</li>
</ul>
<p class="note warning">
If you set <code class="highlighter-rouge">show_on_map</code> <code class="highlighter-rouge">True</code> then the location attributes are named <code class="highlighter-rouge">latitude</code> and <code class="highlighter-rouge">longitude</code>. The default name of the location attributes is <code class="highlighter-rouge">lat</code> and <code class="highlighter-rouge">long</code> to avoid showing them on the map.
</p>
<h3><a class="title-link" name="show-position-on-map-with-camera-platform" href="#show-position-on-map-with-camera-platform"></a> Show position on map with camera platform</h3>
<p>The <a href="/components/camera.mjpeg/">generic camera platform</a> offers the possibility to show the location of the ISS on Google Maps.</p>