-
Notifications
You must be signed in to change notification settings - Fork 21
/
kmlcreate.html
28 lines (26 loc) · 896 Bytes
/
kmlcreate.html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<title>Convert lat-long string from ona.io to KML</title>
<style>
body, textarea {
font-family: "Open Sans","Arial";
}
textarea {
height: 100px;
width: 500px;
white-space: pre;
overflow-wrap: normal;
overflow-x: scroll;
}
</style>
</head>
<body>
<h2>Moved to <a href="https://answerquest.github.io/ODKgeotrace2shapefile/">https://answerquest.github.io/ODKgeotrace2shapefile/</a></h2>
<p>Now in a repo of its own: <a href="https://github.com/answerquest/ODKgeotrace2shapefile">https://github.com/answerquest/ODKgeotrace2shapefile</a></p>
</body>
</html>