eT4® META > GeoRss > GeoRss Item > Tour |
Copy Code | |
---|---|
<item> [...] <georss:polygon>49.7591181049 12.0774078369141 49.7591181049 12.0774078369141</georss:polygon> [...] </item> |
Polygon of tour. Each latitude/longitude has to be seperated by one blank. If this element is used, tour is a round tour (start = end).
Please use line if it is not a round tour
Copy Code | |
---|---|
<item> [...] <georss:line>49.7591181049 12.0774078369141 49.7591181049 12.0774078369141</georss:line> [...] </item> |
Polygon of tour. Each latitude/longitude has to be seperated by one blank. If this element is used, tour is not a round tour (start != end).
Please use polygon if it is a round tour
Copy Code | |
---|---|
<item> [...] <ec:difficulty>3</ec:difficulty> [...] </item> |
Diffuculty of tour. Possible values:
Copy Code | |
---|---|
<item> [...] <ec:length>2530</ec:length> [...] </item> |
Length of tour in meter.
Copy Code | |
---|---|
<item> [...] <ec:duration>120</ec:duration> [...] </item> |
Duration of tour in minutes.
Copy Code | |
---|---|
<item> [...] <ec:alt_diff>100</ec:alt_diff> [...] </item> |
Total altitude ascending.
Copy Code | |
---|---|
<item> [...] <ec:round_tour>true</ec:round_tour> [...] </item> |
Round tour.
Copy Code | |
---|---|
<item> [...] <ec:rest_stop>true</ec:rest_stop> [...] </item> |
If there are rest stops on this tour, value has to be true.
Copy Code | |
---|---|
<item> [...] <ec:elev_min>420</ec:elev_min> [...] </item> |
Minimal elevation above sea level in meters.
Copy Code | |
---|---|
<item> [...] <ec:elev_max>53</ec:elev_max> [...] </item> |
Maximal elevation above sea level in meters.
Copy Code | |
---|---|
<item> [...] <ec:elev_image url="http://link.zum.hoehenprofil/hoehenprofil.aspx?id=5" thumb="http://link.zum.hoehenprofil/hoehenprofil.aspx?id=5">Höhenprofil</ec:elev_image> [...] </item> |
Url to elevation image.