-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupd.kml
More file actions
23 lines (23 loc) · 789 Bytes
/
upd.kml
File metadata and controls
23 lines (23 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Folder>
<name>Network Links</name>
<visibility>0</visibility>
<open>0</open>
<description>Network link example 2</description>
<NetworkLink>
<name>View Centered Placemark</name>
<visibility>0</visibility>
<open>0</open>
<description>The view-based refresh allows the remote server to calculate
the center of your screen and return a placemark.</description>
<refreshVisibility>0</refreshVisibility>
<flyToView>0</flyToView>
<Link>
<href>file:///Users/wendellrodrigues/L-sim/a.kml</href>
<refreshInterval>1</refreshInterval>
<refreshMode>onInterval</refreshMode>
</Link>
</NetworkLink>
</Folder>
</kml>