Correct styleUrls in example KML data
This commit is contained in:
@@ -265,7 +265,7 @@
|
|||||||
<Placemark>
|
<Placemark>
|
||||||
<name>Blue Icon</name>
|
<name>Blue Icon</name>
|
||||||
<description>Just another blue icon.</description>
|
<description>Just another blue icon.</description>
|
||||||
<styleUrl>data/kml/styles.kml#blueIcons</styleUrl>
|
<styleUrl>styles.kml#blueIcons</styleUrl>
|
||||||
<Point>
|
<Point>
|
||||||
<coordinates>-112.292238941097,36.09520916122063,630</coordinates>
|
<coordinates>-112.292238941097,36.09520916122063,630</coordinates>
|
||||||
</Point>
|
</Point>
|
||||||
@@ -273,7 +273,7 @@
|
|||||||
<Placemark>
|
<Placemark>
|
||||||
<name>Sun Icon</name>
|
<name>Sun Icon</name>
|
||||||
<description>Just another sun icon.</description>
|
<description>Just another sun icon.</description>
|
||||||
<styleUrl>data/kml/styles.kml#sunIconMap</styleUrl>
|
<styleUrl>styles.kml#sunIconMap</styleUrl>
|
||||||
<Point>
|
<Point>
|
||||||
<coordinates>-112.292238941097,36.15520916122063,630</coordinates>
|
<coordinates>-112.292238941097,36.15520916122063,630</coordinates>
|
||||||
</Point>
|
</Point>
|
||||||
|
|||||||
Reference in New Issue
Block a user