$ git clone https://github.com/odevyatkov/sarva_gpx_builder.git
$ cd sarva_gpx_builder
$ npm ci
$ git clone [email protected]:odevyatkov/sarva_gpx_builder.git
$ cd sarva_gpx_builder
$ npm ci
run for center 49.841885,24.031832
and radius 10 km
and cell size 1 km
npm start -- --center=49.841885,24.031832 --radius=10 --cell=1
run for bbox 49.751952963627545,23.89238084438024
49.93181703637245,24.17128315561976
and cell size 1 km
npm run start -- --fromPoint=49.751952963627545,23.89238084438024 --toPoint=49.93181703637245,24.17128315561976 --cell=1
for set custom file name use following param
--name=someMyName