Skip to content

Commit 92b79a7

Browse files
updated tiles of kml and embed.html
1 parent 02e0543 commit 92b79a7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

embed-preview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<title>Preview of embedded mobile tracker</title>
3+
<title>Preview of embedded habhub tracker</title>
44
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
55
<style>
66
html, body {
@@ -209,7 +209,7 @@
209209
</head>
210210
<body>
211211
<div id="box">
212-
<h1>Embed mobile tracker on your page</h1>
212+
<h1>Embed habhub tracker on your page</h1>
213213
<h2>1. Options</h1>
214214
<fieldset>
215215
<label for="opt_filter">Vehicle filter (;)</label>

track.kml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ $qstr = htmlspecialchars(http_build_query($tmp));
88
<kml xmlns="http://earth.google.com/kml/2.0" >
99
<Document>
1010
<NetworkLink>
11-
<name>Habitat Mobile Tracker</name>
11+
<name>habhub tracker (GE)</name>
12+
<description>Live tracking of high altitude balloons via Google Earth</description>
1213
<Url>
1314
<href>http://spacenear.us/tracker/datanew.php?format=kml&amp;<?=$qstr?></href>
1415
<refreshMode>onInterval</refreshMode>

0 commit comments

Comments
 (0)