Skip to content

Commit 7edee6e

Browse files
committed
add README.md file
1 parent dbac00f commit 7edee6e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1 class="font-source-sans">Generate GeoJSON from coordinates</h1>
5252
<div class="row mt-4">
5353
<div class="col">
5454
<p>
55-
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
5656
the coordinates entered below.
5757
</p>
5858
<textarea

0 commit comments

Comments
 (0)