Open GoogleCodeExporter opened 8 years ago
Hi, can you provide sample KML files that exhibit this behavior?
Original comment by api.roman.public@gmail.com
on 2 Oct 2009 at 9:57
1. First document loaded by network link:
<?xml version="1.0"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Placemark id="A111_LINE_4007_1_0">
<name>Trace</name>
<visibility>0</visibility>
<MultiGeometry id="A111_MULTILINE_4007_1_0">
</MultiGeometry>
</Placemark>
</Document>
</kml>
2. First update (shown on GE when checked)
<?xml version="1.0"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<NetworkLinkControl>
<Update>
<targetHref>http://192.168.11.7:4007/KML?SESS=0</targetHref>
<Create>
<MultiGeometry targetId="A111_MULTILINE_4007_1_0">
<LineString>
<tessellate>1</tessellate>
<coordinates>
24.139950,45.772152 24.139954,45.772152
</coordinates>
</LineString>
</MultiGeometry>
</Create>
</Update>
</NetworkLinkControl>
</kml>
3. Second update (not shown on GE when checked)
<?xml version="1.0"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<NetworkLinkControl>
<Update>
<targetHref>http://192.168.11.7:4007/KML?SESS=0</targetHref>
<Create>
<MultiGeometry targetId="A111_MULTILINE_4007_1_0">
<LineString>
<tessellate>1</tessellate>
<coordinates>
24.139954,45.772152 24.139954,45.772152
24.139954,45.772152 24.139950,45.772152
</coordinates>
</LineString>
</MultiGeometry>
</Create>
</Update>
</NetworkLinkControl>
</kml>
3. Rest of updates are not shown also
Saving and loading document from local disk shows document properly.
Original comment by g.ba...@gmail.com
on 3 Oct 2009 at 8:33
Thanks for the detailed KML demo files. Will take a look at this ASAP.
Original comment by api.roman.public@gmail.com
on 5 Oct 2009 at 8:01
Same behavior still present in Google Earth 5.2.1.1588, Build Date Sep 1, 2010
Original comment by g.ba...@gmail.com
on 14 Sep 2010 at 10:16
Same in GE 6
Google Earth
6.0.0.1735 (beta)
Build Date
11/23/2010
Build Time
6:37:23 pm
Renderer
DirectX 9
Operating System
Microsoft Windows (6.1.7600.0)
Video Driver
000010DE (00008.00017.00012.05896)
Max Texture Size
8192x8192
Server
kh.google.com
Original comment by g.ba...@gmail.com
on 3 Dec 2010 at 12:22
Still same behaviour in GE6 6.0.1.2032 (beta) dec 10 2010.
(This is very annoying error as <update><change> is not very usable now..)
Original comment by gerard.h...@gmail.com
on 27 Mar 2011 at 9:07
Still same behavior in GE 6.1.0.5001 (Build Date 10/17/2011)
Original comment by g.ba...@gmail.com
on 27 Oct 2011 at 7:01
Same behavior in GE 6.2.0.5905
Original comment by g.ba...@gmail.com
on 27 Jan 2012 at 3:58
Original issue reported on code.google.com by
g.ba...@gmail.com
on 22 Sep 2009 at 8:37