mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
about page progress
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
|
||||
<script>
|
||||
import MapboxLogo from '$lib/components/MapboxLogo.svelte';
|
||||
</script>
|
||||
|
||||
**gpx.studio** is a *free* and *open-source* online GPX viewer and editor which allows to:
|
||||
- visualize multiple traces in different colors and aided by many different maps (cycling, hiking, satellite, etc.)
|
||||
- edit traces by adding, inserting, moving or deleting track points
|
||||
- reverse traces
|
||||
- add or change the timestamps of a trace
|
||||
- view, add, edit and remove waypoints
|
||||
- reduce the number of track points
|
||||
- view and rework the structure of the file
|
||||
- automatically add elevation data to traces if missing
|
||||
- merge multiple traces, extending time, heart rate, cadence, power and temperature data where needed
|
||||
- extract segments from traces and perform any other action while maintaining the segments' structure within files
|
||||
- save the result on your computer or to your Google Drive™ to get a shareable link and embedding code
|
||||
|
||||
## Mapbox Community 🤝
|
||||
|
||||
[Mapbox](https://mapbox.com) is the company providing some of the beautiful maps on this website. They created a program called [Mapbox Community](https://www.mapbox.com/community) to support non-profits, educational institutions, and positive-impact organizations. We are very lucky and grateful to have joined this program and to benefit from a great discount on all API rates.
|
||||
|
||||
<MapboxLogo class="h-10" />
|
||||
|
||||
## Help keep the website free (and ad-free) 🙏
|
||||
|
||||
Each time you add or move a track point, we make a request to our servers to retrieve a route on the road network. We also rely on APIs from Mapbox to load beautiful maps, retrieve elevation data and process geocoding requests (looking for a place in the search bar).
|
||||
|
||||
Unfortunately this is very costly so if you like the tool and use it frequently, please consider making even a small donation so that this website can stay free to use and ad-free. Thanks for your support!
|
||||
|
||||
## Translating 🗣
|
||||
|
||||
The website is translated by volunteers on a collaborative translation platform. You can help complete and improve the translations by joining the [Crowdin project](https://crowdin.com/project/gpxstudio). [Get in touch](#contact) if you would like to start the translation in a new language. Any help is greatly appreciated!
|
7
website/src/lib/docs/en/about/funding.md
Normal file
7
website/src/lib/docs/en/about/funding.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Help keep the website free (and ad-free) 🙏
|
||||
|
||||
Each time you add or move a track point, we make a request to our servers to retrieve a route on the road network.
|
||||
We also rely on APIs from [Mapbox](https://mapbox.com) to load beautiful maps, retrieve elevation data and process geocoding requests (looking for a place in the search bar).
|
||||
Unfortunately this is very costly so if you like the tool and use it frequently, please consider making even a small donation so that this website can stay **free** and **ad-free**.
|
||||
|
||||
Thank you very much for your support! ❤️
|
4
website/src/lib/docs/en/about/mapbox.md
Normal file
4
website/src/lib/docs/en/about/mapbox.md
Normal file
@@ -0,0 +1,4 @@
|
||||
[Mapbox](https://mapbox.com) is the company that provides some of the beautiful maps on this website.
|
||||
They also develop the [map engine](https://github.com/mapbox/mapbox-gl-js) which powers *gpx.studio*.
|
||||
We are incredibly lucky and grateful to have joined their [Community](https://www.mapbox.com/community) program, which supports nonprofits, educational institutions, and positive impact organizations.
|
||||
This means that *gpx.studio* can benefit from Mapbox tools at discounted prices, which greatly contributes to the financial viability of the project and to offering the best possible user experience.
|
6
website/src/lib/docs/en/about/translation.md
Normal file
6
website/src/lib/docs/en/about/translation.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Translation 🗣
|
||||
|
||||
The website is translated by volunteers on a collaborative translation platform.
|
||||
You can help complete and improve the translations by joining the [Crowdin project](https://crowdin.com/project/gpxstudio).
|
||||
[Get in touch](#contact) if you would like to start the translation in a new language.
|
||||
Any help is greatly appreciated!
|
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Test
|
||||
---
|
||||
|
||||
test
|
Reference in New Issue
Block a user