aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpux <pux@pux.dom>2022-05-07 18:27:34 +0200
committerpux <pux@pux.dom>2022-05-07 18:27:34 +0200
commit9ea2b4a8f4aaa38116c0b108610a572c399f38cd (patch)
tree0d16ef6069ffc56d62065c8858298cf00bdf3f62
parentb9bd2fb6a8166e08a5f345d3905e43adb3b72495 (diff)
downloadgauss_krueger_to_wgs84_kml-9ea2b4a8f4aaa38116c0b108610a572c399f38cd.tar.gz
gauss_krueger_to_wgs84_kml-9ea2b4a8f4aaa38116c0b108610a572c399f38cd.tar.bz2
gauss_krueger_to_wgs84_kml-9ea2b4a8f4aaa38116c0b108610a572c399f38cd.zip
template: blue icon
-rw-r--r--template/template.kml20
1 files changed, 11 insertions, 9 deletions
diff --git a/template/template.kml b/template/template.kml
index 9469872..a0471bf 100644
--- a/template/template.kml
+++ b/template/template.kml
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
- <name>$NAME.kml</name>
- <Style id="s_ylw-pushpin_hl">
+ <name>$NAME</name>
+ <Style id="s_ylw-pushpin">
<IconStyle>
- <scale>1.4</scale>
+ <color>ffffaa00</color>
+ <scale>1.2</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/shapes/open-diamond.png</href>
</Icon>
@@ -25,9 +26,10 @@
<styleUrl>#s_ylw-pushpin_hl</styleUrl>
</Pair>
</StyleMap>
- <Style id="s_ylw-pushpin">
+ <Style id="s_ylw-pushpin_hl">
<IconStyle>
- <scale>1.2</scale>
+ <color>ffffaa00</color>
+ <scale>1.4</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/shapes/open-diamond.png</href>
</Icon>
@@ -39,21 +41,21 @@
</ListStyle>
</Style>
<Placemark>
- <name>$NAME</name>
- <description>$NAME</description>
+ <name>$NAME</name>
+ <description>$NAME</description>
<LookAt>
<longitude>$LON</longitude>
<latitude>$LAT</latitude>
<altitude>0</altitude>
<heading>0</heading>
<tilt>0</tilt>
- <range>999.9998585735252</range>
+ <range>999.999</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#m_ylw-pushpin</styleUrl>
<Point>
<gx:drawOrder>1</gx:drawOrder>
- <coordinates>$LON,$LAT</coordinates>
+ <coordinates>$LON,$LAT,0</coordinates>
</Point>
</Placemark>
</Document>
in each repos: see "about"-tab (if existing) for more details / README.
mailto contact at omeckman dot net
all timestamps in UTC (German winter time: UTC+01:00, summer time: UTC+02:00)
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa