Is it possible to add Network kml in Application Builder as operation layer.
I load my kml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><kml xmlns="http://earth.google.com/kml/2.1">
<Document>
<NetworkLink><Region><LatLonAltBox><south>41</south><north>47</north><west>22.5</west><east>45</east></LatLonAltBox>
<Lod><minLodPixels>4096</minLodPixels><maxLodPixels>-1</maxLodPixels></Lod></Region>
<Link><href>http://www.marinetraffic.com/ais/getkml.aspx?minlat=39.25&maxlat=51&minlon=27&maxlon=41</href><refreshInterval>600.0</refreshInterval><refreshMode>onRegion</refreshMode></Link></NetworkLink>
</Document>
</kml>
on remote server http://my-files.ru/DownloadSave/uf2dn1/ge2.kml but I don't see any features.
Thanks
Oleg
I load my kml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><kml xmlns="http://earth.google.com/kml/2.1">
<Document>
<NetworkLink><Region><LatLonAltBox><south>41</south><north>47</north><west>22.5</west><east>45</east></LatLonAltBox>
<Lod><minLodPixels>4096</minLodPixels><maxLodPixels>-1</maxLodPixels></Lod></Region>
<Link><href>http://www.marinetraffic.com/ais/getkml.aspx?minlat=39.25&maxlat=51&minlon=27&maxlon=41</href><refreshInterval>600.0</refreshInterval><refreshMode>onRegion</refreshMode></Link></NetworkLink>
</Document>
</kml>
on remote server http://my-files.ru/DownloadSave/uf2dn1/ge2.kml but I don't see any features.
Thanks
Oleg