64
edits
(→Maps) |
No edit summary |
||
| Line 86: | Line 86: | ||
You have to choose the map background you want to be displayed. For this you have to use the options in your <code>.fgfsrc</code>. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:<br> | You have to choose the map background you want to be displayed. For this you have to use the options in your <code>.fgfsrc</code>. This is subject to change in near future in order to allow to change the maps while the device is running. For now there are some options to tells the zkv1000 which map you want:<br> | ||
[[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]] | [[File:Zkv1000-wikimedia.org.png|thumb|LFBT - tiles from maps.wikimedia.org]] | ||
without any configuration (default settings) | * without any configuration (default settings), tiles from [https://www.wikimedia.org/wiki/Maps wikimedia.org] | ||
<br style="clear:both"/> | <br style="clear:both"/> | ||
[[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]] | [[File:Zkv1000-thunderforest.png|thumb|LFBT tiles from thunderforest.com (registration needed)]] | ||
* If some more information are needed in URL (as registration key) you may want to use the <code>/sim/online-tiles-apikey</code> property | |||
<source>--prop:/sim/online-tiles-server=tile.thunderforest.com | <source>--prop:/sim/online-tiles-server=tile.thunderforest.com | ||
--prop:/sim/online-tiles-type=landscape | --prop:/sim/online-tiles-type=landscape | ||
| Line 95: | Line 96: | ||
<br style="clear:both"/> | <br style="clear:both"/> | ||
[[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]] | [[File:Zkv1000-opentopomap.png|thumb|LFBT - tiles from opentopomap]] | ||
<source>--prop:/sim/online-tiles-server=a.tile.opentopomap.org | * If there is no specific "type", please affect <code>/</code> char to property <code>/sim/online-tiles-type</code> | ||
<source>--prop:/sim/online-tiles-server=a.tile.opentopomap.org | |||
--prop:/sim/online-tiles-type=/</source> | --prop:/sim/online-tiles-type=/</source> | ||
<br style="clear:both"/> | <br style="clear:both"/> | ||
[[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]] | [[File:Zkv1000-ign.png|thumb|LFBT - tiles from ign.fr (covering France only)]] | ||
* If the URL can't be easily standardized, you can create you own template with property <code>/sim/online-tiles-template</code>, you can use some tags from properties as <code>{server}</code>, <code>{type}</code> and <code>{format}</code>, where values come from respectively <code>/sim/online-tiles-server</code>, <code>/sim/online-tiles-type</code> and <code>/sim/online-tiles-format</code>: | |||
(maps covering only France)<br> | (maps covering only France)<br> | ||
<source>--prop:/sim/online-tiles-server=wxs.ign.fr | <source>--prop:/sim/online-tiles-server=wxs.ign.fr | ||
--prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI | --prop:/sim/online-tiles-type=GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI | ||
--prop:/sim/online-tiles-format=jpeg | --prop:/sim/online-tiles-format=jpeg | ||
--prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&style=normal&tilematrixset=PM&Service=WMTS&Request=GetTile&Version=1.0.</source> | --prop:/sim/online-tiles-template=https://{server}/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts?layer={type}&style=normal&tilematrixset=PM&Service=WMTS&Request=GetTile&Version=1.0.</source> | ||
<br style="clear:both"/> | <br style="clear:both"/> | ||
( | * By default, protocol is <code>https</code>, so if you need <code>http</code> you'll need to use <code>/sim/online-tiles-template</code><br>(The follwing example doesn't display anything, tiles are empty around LFBT, need to investigate a bit)<br> | ||
<source>--prop:/sim/online-tiles-server=1.tile.maps.openaip.net | <source>--prop:/sim/online-tiles-server=1.tile.maps.openaip.net | ||
--prop:/sim/online-tiles-type=EPSG:900913@png | --prop:/sim/online-tiles-type=EPSG:900913@png | ||
--prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png</source> | --prop:/sim/online-tiles-template=http://{server}/geowebcache/service/tms/1.0.0/openaip_basemap@{type}/{z}/{x}/{y}.png</source> | ||
<br style="clear:both"/> | <br style="clear:both"/> | ||
edits