forked from asoltys/avadepth
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathisa_tiles.kml
63 lines (60 loc) · 2.48 KB
/
isa_tiles.kml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by FME 2015 Beta (Build 15109) -->
<kml xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://www.opengis.net/kml/2.2">
<Document>
<name>tiles</name>
<visibility>1</visibility>
<Placemark>
<name>AnnievilleChannel</name>
<location>Annieville Channel</location>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-122.9364212933381,49.17429581127511,0 -122.9182080152952,49.16753012335952,0 -122.8909509687254,49.19766797144634,0 -122.9094083175523,49.20437913145597,0 -122.9364212933381,49.17429581127511,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>Sandheads</name>
<location>Sandheads</location>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-123.3199173269222,49.10631859831855,0 -123.3068184955388,49.09260470727631,0 -123.2836659161192,49.10232776049061,0 -123.2968881319735,49.11587698608199,0 -123.3199173269222,49.10631859831855,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>SandheadsReach</name>
<location>Sandheads Reach</location>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-123.2836528783791,49.10233936325723,0 -123.2440512811525,49.1189920012343,0 -123.2573115862551,49.13233466198697,0 -123.2968866085469,49.11588082043362,0 -123.2836528783791,49.10233936325723,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
<Placemark>
<name>StevestonCut</name>
<location>Steveston Cut</location>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-123.2121164939426,49.13679073589165,0 -123.222698950095,49.12222846602051,0 -123.1765960459871,49.10761164876291,0 -123.1666506879097,49.12208106123427,0 -123.2121164939426,49.13679073589165,0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Document>
</kml>