File tree Expand file tree Collapse file tree 1 file changed +24
-14
lines changed Expand file tree Collapse file tree 1 file changed +24
-14
lines changed Original file line number Diff line number Diff line change 3737 }
3838 </ style >
3939 < body >
40- < div class ="container ">
41- < header class ="row bg-primary text-white py-3 ">
42- < div class ="col text-center ">
40+ < div class ="container-fluid ">
41+ < header class ="row justify-content-between bg-primary text-white py-2 ">
42+ < div class ="col ">
4343 < h1 class ="font-source-sans "> Generate GeoJSON from cordinates</ h1 >
4444 </ div >
4545 </ header >
46- < div class ="row mt-4 ">
47- < div class ="col "> < div id ="map "> </ div > </ div >
48- < div class ="col ">
49- < h5 class ="font-source-sans "> Result:</ h5 >
50- < textarea
51- id ="result "
52- class ="form-control "
53- rows ="15 "
54- onClick ="SelectAll('result'); "
55- readonly
56- > </ textarea >
46+ < div class ="container ">
47+ < div class ="row mt-4 ">
48+ < div class ="col ">
49+ < p >
50+ This tool uses Leaflet and ES6 to generate a route via OSMR using
51+ the coordinates entered below.
52+ </ p >
53+ < textarea name ="" id ="" rows ="10 " class ="form-control "> </ textarea >
54+ < button class ="btn btn-lg btn-success mt-2 "> Generate</ button >
55+ </ div >
56+ < div class ="col ">
57+ < h5 class ="font-source-sans "> Result:</ h5 >
58+ < textarea
59+ id ="result "
60+ class ="form-control mb-1 "
61+ rows ="10 "
62+ onClick ="SelectAll('result'); "
63+ readonly
64+ > </ textarea >
65+ < div id ="map "> </ div >
66+ </ div >
5767 </ div >
5868 </ div >
5969 </ div >
You can’t perform that action at this time.
0 commit comments