diff options
author | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 13:24:06 +0100 |
---|---|---|
committer | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 13:24:06 +0100 |
commit | 8ff6be8e3ccd9deb069eae63428e5347149d0839 (patch) | |
tree | e9e1377739ea815913ac5b1be8c4b3de12a0791b /kml/index.kml | |
parent | 6086c26404d0a534f2ce212b7e9c8e669754e8b0 (diff) | |
parent | 6752d4defb195739c66a7dec94570d41ea8d295a (diff) |
Merge branch 'master' into stable
Diffstat (limited to 'kml/index.kml')
-rw-r--r-- | kml/index.kml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kml/index.kml b/kml/index.kml new file mode 100644 index 0000000..8192058 --- /dev/null +++ b/kml/index.kml @@ -0,0 +1,21 @@ +<?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"> +<NetworkLink> + <name>Funkfeuer Graz</name> + <visibility>1</visibility> + <open>1</open> + <Style> + <ListStyle> + <listItemType>check</listItemType> + <bgColor>00ffffff</bgColor> + <maxSnippetLines>2</maxSnippetLines> + </ListStyle> + </Style> + <Url> + <href>https://karte.ffgraz.net/kml/0xff.php</href> + <refreshMode>onInterval</refreshMode> + <refreshInterval>3600</refreshInterval> + </Url> +</NetworkLink> +</kml> + |