Vidocqq
Цитата:
Есть такой kml под GoogleEarth.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><kml xmlns="http://earth.google.com/kml/2.1">
<Document>
<LookAt>
<latitude>47.0</latitude>
<longitude>19.0</longitude>
<range>4000000.0</range>
</LookAt>
<NetworkLink>
<description>MarineTraffic.com</description>
<name>Real Time Vessels Positions - AIS</name>
<Link>
<href>http://marinetraffic2.aegean.gr/ais/getkml.aspx</href>
<refreshInterval>600.0</refreshInterval>
<refreshMode>onInterval</refreshMode>
</Link>
</NetworkLink>
<ScreenOverlay>
<description>MarineTraffic Logo</description>
<name>MarineTraffic Logo</name>
<color>FFFFFFFF</color>
<drawOrder>0</drawOrder>
<Icon>
<href>http://www.marinetraffic.com/ais/images/shiplogo.png</href>
</Icon>
<overlayXY yunits="fraction" y="1.0" xunits="fraction" x="0.0"/>
<screenXY yunits="fraction" y="1.0" xunits="fraction" x="0.0"/>
<size yunits="fraction" y="-1" xunits="fraction" x="-1"/>
</ScreenOverlay>
</Document>
</kml>
Цитата:
Наткнулся тут на пару интересных ресурсов (карт) - местоположение в реальном времени находжения судов и самолётов (с указанием рейсов и др. инфы).
_http://www.marinetraffic.com/ais/ru/default.aspx
Есть такой kml под GoogleEarth.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><kml xmlns="http://earth.google.com/kml/2.1">
<Document>
<LookAt>
<latitude>47.0</latitude>
<longitude>19.0</longitude>
<range>4000000.0</range>
</LookAt>
<NetworkLink>
<description>MarineTraffic.com</description>
<name>Real Time Vessels Positions - AIS</name>
<Link>
<href>http://marinetraffic2.aegean.gr/ais/getkml.aspx</href>
<refreshInterval>600.0</refreshInterval>
<refreshMode>onInterval</refreshMode>
</Link>
</NetworkLink>
<ScreenOverlay>
<description>MarineTraffic Logo</description>
<name>MarineTraffic Logo</name>
<color>FFFFFFFF</color>
<drawOrder>0</drawOrder>
<Icon>
<href>http://www.marinetraffic.com/ais/images/shiplogo.png</href>
</Icon>
<overlayXY yunits="fraction" y="1.0" xunits="fraction" x="0.0"/>
<screenXY yunits="fraction" y="1.0" xunits="fraction" x="0.0"/>
<size yunits="fraction" y="-1" xunits="fraction" x="-1"/>
</ScreenOverlay>
</Document>
</kml>