Skip to content

Commit 44fd7f3

Browse files
committed
add example data
1 parent 33e74d3 commit 44fd7f3

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

index.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,7 @@ <h1 class="font-source-sans">Generate GeoJSON from coordinates</h1>
5656
rows="10"
5757
class="form-control"
5858
placeholder="Add waypoints in this format [{lat: x, lng: y}, {lat: x, lng: y} ...]"
59-
>
60-
[{"lat": -0.128265, "lng": -78.362528},
61-
{"lat": -0.9322002, "lng": -78.6225983},
62-
{"lat": -0.95585, "lng": -78.850288},
63-
{"lat": -0.8700321, "lng": -78.8993113},
64-
{"lat": -1.6746425, "lng": -78.6502389},
65-
{"lat": -1.4693018, "lng": -78.8169396},
66-
{"lat": -2.0556571, "lng": -78.76386},
67-
{"lat": -2.201431, "lng": -78.846513},
68-
{"lat": -2.2013104, "lng": -78.8477451}]
69-
</textarea>
59+
></textarea>
7060
<div class="w-100 d-flex">
7161
<button
7262
class="btn btn-lg btn-success mt-2 me-2"
@@ -81,6 +71,18 @@ <h1 class="font-source-sans">Generate GeoJSON from coordinates</h1>
8171
Clear
8272
</button>
8373
</div>
74+
<p class="mt-3">
75+
Example data
76+
<pre>[{"lat": -0.128265, "lng": -78.362528},
77+
{"lat": -0.9322002, "lng": -78.6225983},
78+
{"lat": -0.95585, "lng": -78.850288},
79+
{"lat": -0.8700321, "lng": -78.8993113},
80+
{"lat": -1.6746425, "lng": -78.6502389},
81+
{"lat": -1.4693018, "lng": -78.8169396},
82+
{"lat": -2.0556571, "lng": -78.76386},
83+
{"lat": -2.201431, "lng": -78.846513},
84+
{"lat": -2.2013104, "lng": -78.8477451}]</pre>
85+
</p>
8486
</div>
8587
<div class="col">
8688
<h5 class="font-source-sans">Result:</h5>

0 commit comments

Comments
 (0)