# GeoJSON to GPX Converter

Convert GeoJSON format to GPX (GPS Exchange Format) format

> Canonical page: https://elysiatools.com/en/tools/geojson-to-gpx

- **Category:** Format Conversion

- **Keywords:** geojson, gpx, converter, gps, tracks, routes, waypoints, geojson to gpx

## Overview

The GeoJSON to GPX Converter is a streamlined utility designed to transform geographic data from GeoJSON format into the industry-standard GPX (GPS Exchange Format), ensuring compatibility with GPS devices, mapping software, and outdoor navigation apps.

## Inputs

- **GeoJSON Input** (textarea): Enter GeoJSON data...
- **Output Type** (select)
- **Track/Route Name** (text): Default name for tracks/routes
- **Pretty Print Output** (checkbox)

## When to use

- When you need to upload custom map data or planned routes to a handheld GPS device.
- When integrating geographic coordinates from web-based mapping tools into fitness or navigation applications.
- When standardizing location data for use in software that exclusively supports the GPX file format.

## How it works

- Paste your GeoJSON data into the input area.
- Select your preferred output type, such as waypoints, tracks, or routes, to define how the geometry is interpreted.
- Customize the track or route name and toggle the pretty print option for better readability.
- Click the convert button to generate and download your GPX file.

## Use cases

- Converting custom hiking trail coordinates from a web map into a format readable by a Garmin GPS device.
- Preparing location data for use in cycling computer software that requires GPX files for route planning.
- Standardizing geographic points exported from a database for use in professional GIS or navigation workflows.

## Frequently asked questions

### What is the difference between GeoJSON and GPX?

GeoJSON is a JSON-based format for encoding geographic data structures, while GPX is an XML schema designed specifically for GPS data exchange between software and hardware.

### Can I convert multiple features at once?

Yes, the tool processes the provided GeoJSON input and converts the contained geometries into the selected GPX output format.

### What does the 'Auto' output type do?

The 'Auto' setting automatically detects the geometry type within your GeoJSON and maps it to the most appropriate GPX structure.

### Is my data stored on your servers?

No, all conversion processes are performed locally or transiently, and your data is not stored or shared.

### Why is my GPX file not showing up on my device?

Ensure your device supports the specific GPX structure (waypoints vs. tracks) and that the file is placed in the correct directory on your GPS unit.

## Related tools

- [BSON Converter](https://elysiatools.com/en/tools/bson-converter): Encode and decode data to/from BSON (Binary JSON) format
- [CSON to JSON Converter](https://elysiatools.com/en/tools/cson-to-json): Convert CSON (CoffeeScript Object Notation) data to JSON format
- [EDN to JSON Converter](https://elysiatools.com/en/tools/edn-to-json): Convert EDN (Extensible Data Notation) data to JSON format
- [GeoJSON to KML Converter](https://elysiatools.com/en/tools/geojson-to-kml): Convert GeoJSON format to KML (Keyhole Markup Language) format
- [GeoJSON to OSM Converter](https://elysiatools.com/en/tools/geojson-to-osm): Convert GeoJSON format to OpenStreetMap (OSM) XML format
- [GPX to GeoJSON Converter](https://elysiatools.com/en/tools/gpx-to-geojson): Convert GPX (GPS Exchange Format) to GeoJSON format
- [GraphQL to JSON Converter](https://elysiatools.com/en/tools/graphql-to-json): Convert GraphQL query or response data to JSON format
- [JSON to CSON Converter](https://elysiatools.com/en/tools/json-to-cson): Convert JSON data to CSON (CoffeeScript Object Notation) format

## Samples

- [GeoJSON Viewer Samples](https://elysiatools.com/en/samples/geojson-viewer-samples): A GeoJSON sample for in-browser preview
- [Grafana Advanced Application Samples](https://elysiatools.com/en/samples/grafana-samples): Comprehensive Grafana samples covering advanced dashboard design, alerting configurations, data source integrations, and plugin development
- [QR Code Samples](https://elysiatools.com/en/samples/qrcode-samples): Sample QR code images for testing QR code reading and generation tools
- [Hex/Unicode Encoding Format Samples](https://elysiatools.com/en/samples/text-hex-unicode-formats): Examples of hex (\xXX) and unicode (\uXXXX) escape sequence encoding formats
