mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-03-30 08:20:41 +00:00
New translations files-and-stats.mdx (Portuguese, Brazilian)
This commit is contained in:
@@ -12,6 +12,7 @@ title: Arquivos e estatísticas
|
||||
|
||||
let gpxStatistics = writable(exampleGPXFile.getStatistics());
|
||||
let slicedGPXStatistics = writable(undefined);
|
||||
let hoveredPoint = writable(null);
|
||||
let additionalDatasets = writable(['speed', 'atemp']);
|
||||
let elevationFill = writable(undefined);
|
||||
</script>
|
||||
@@ -84,6 +85,7 @@ Você também pode usar a roda do mouse para aumentar e diminuir o zoom no perfi
|
||||
<ElevationProfile
|
||||
{gpxStatistics}
|
||||
{slicedGPXStatistics}
|
||||
{hoveredPoint}
|
||||
{additionalDatasets}
|
||||
{elevationFill}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user