Examples of usage Leaflet library. Based on http://velocrunch.ru project. Related post:
Main features: Implemented examples for map rendering, gpx tracks, performance optimization for large gpx files, markers rendering, track points rendering.
Extra features: combine(concatenate) gpx tracks, get bounds from gpx, convert gpx to geojson format. Convert Garmin gpx track points to json array.
php example_03.php
Array ( [neLat] => 36.79923084564507 [neLng] => 21.265787724405527 [swLat] => 38.496870584785938 [swLng] => 24.058144837617874 )
php example_04.php
Array ( [0] => /Users/antonshell/Projects/leaflet_examples/gpx/austria-2016/full.gpx [1] => /Users/antonshell/Projects/leaflet_examples/gpx/greece-2018/full.gpx [2] => /Users/antonshell/Projects/leaflet_examples/gpx/italy-coast-to-coast-2017/full.gpx [3] => /Users/antonshell/Projects/leaflet_examples/gpx/italy-dolomity-2017/full-2016.gpx [4] => /Users/antonshell/Projects/leaflet_examples/gpx/italy-dolomity-2017/full-2017.gpx [5] => /Users/antonshell/Projects/leaflet_examples/gpx/italy-dolomity-2017/laguna.gpx [6] => /Users/antonshell/Projects/leaflet_examples/gpx/sardegna-2017/full.gpx ) Array ( [neLat] => 36.79923084564507 [neLng] => 8.3107243851 [swLat] => 47.807752154767513 [swLng] => 24.058144837617874 )