Skip to content

Commit e4a30e2

Browse files
authored
Merge pull request #4 from emamut/dev
Dev
2 parents e1bb45e + 7edee6e commit e4a30e2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Generate GeoJSON from coordinates
2+
3+
This tool uses [LeafletJS](http://localhost:5500/#:~:text=This%20tool%20uses-,LeafletJS,-%2C%20Leaflet%20routing), [Leaflet routing machine](http://localhost:5500/#:~:text=Leaflet%20routing%20machine) and ES6 to generate a route in GeoJSON format using the coordinates entered below.

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Source+Sans+Pro:wght@400;700&display=swap"
2828
rel="stylesheet"
2929
/>
30+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
3031

3132
<link rel="stylesheet" href="./styles.css" />
3233
</head>
@@ -42,12 +43,16 @@
4243
<div class="col">
4344
<h1 class="font-source-sans">Generate GeoJSON from coordinates</h1>
4445
</div>
46+
<div class="col-4 text-end">
47+
<a href="https://generate-geojson-from-cordinates.netlify.app/" target="_blank"><i class="bi bi-globe2 mx-1" style="color: #fff; font-size: 2.3rem"></i></a>
48+
<a href="https://github.com/emamut/generate-geojson-from-cordinates" target="_blank"><i class="bi bi-github mx-1" style="color: #fff; font-size: 2.3rem"></i></a>
49+
</div>
4550
</header>
4651
<div class="container">
4752
<div class="row mt-4">
4853
<div class="col">
4954
<p>
50-
This tool uses Leaflet and ES6 to generate a route via OSMR using
55+
This tool uses <a href="https://leafletjs.com" target="_blank">LeafletJS</a>, <a href="https://www.liedman.net/leaflet-routing-machine/" target="_blank">Leaflet routing machine</a> and ES6 to generate a route in GeoJSON format using
5156
the coordinates entered below.
5257
</p>
5358
<textarea

0 commit comments

Comments
 (0)