You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Specifies an addition, change, or deletion to KML data that has already been loaded using the specified URL. The specifies the .kml or .kmz file whose data (within Google Earth) is to be modified. <Update> is always contained in a NetworkLinkControl. Furthermore, the file containing the NetworkLinkControl must have been loaded by a NetworkLink. See the "Topics in KML" page on Updates for a detailed example of how Update works.
Elements Specific to Update
Can contain any number of <Change>, <Create>, and <Delete> elements, which will be processed in order.
Follow up to #390, blocks #317
Add missing update functionality to
NetworkLinkControl
with theDelete
,Create
andChange
objects:Syntax
Description
Specifies an addition, change, or deletion to KML data that has already been loaded using the specified URL. The specifies the .kml or .kmz file whose data (within Google Earth) is to be modified.
<Update>
is always contained in a NetworkLinkControl. Furthermore, the file containing the NetworkLinkControl must have been loaded by a NetworkLink. See the "Topics in KML" page on Updates for a detailed example of how Update works.Elements Specific to Update
Can contain any number of
<Change>
,<Create>
, and<Delete>
elements, which will be processed in order.https://developers.google.com/kml/documentation/kmlreference#example-of-change
https://developers.google.com/kml/documentation/kmlreference#example-of-create
https://developers.google.com/kml/documentation/kmlreference#example-of-delete
The text was updated successfully, but these errors were encountered: