Beschrijving
Displays a GPX track as segmented polylines, the way points and the elevation profile.
Open Street Map (OSM) is used as background which can be switched between a plane view and a topographic one.
The view can be changed to full screen mode. Moving the cursor over the elevation profile the corresponding point is marked on the path interactively.
GPX-tracks die vooraf naar de server zijn geüpload, worden opgeslagen in afzonderlijke repository die zijn gerangschikt volgens de categorieën die zijn ingesteld in WordPress.
Zo kunnen verschillende verzamelingen tracks worden verwerkt en de tracks worden gekozen.
Tijdens het uploaden kan een GPX track worden geoptimaliseerd en/of de hoogtegegevens worden vervangen door Open-Elevation Service gegevens.
Dit laatste wordt aangeboden omdat veel hoogtegegevens die door mobiele telefoons worden bijgehouden, niet helemaal correct zijn.
GPX trackpoints can be edited on the map interactively.
Mogelijkheden
- Admin page GPX Files for uploading tracks
– Selecting category for repository
– Replacing the description of the track (tag<name>
in the GPX file)
– Smoothing tracks during upload, thus reducing track points
– Replacing elevation data of track points using Open-Elevation Service during upload - Display of a specific, uploaded GPX track
– PHP-function for inserting the view into a page
– Selecting full screen mode and scaling the map
– Switching between plane and topographic view - Trackpoints op de kaart bewerken
– Trackpunten toevoegen, verplaatsen en verwijderen
– Creëren, splitsen van polylijnen - Display of a list of GPX files from which a track can be selected
– separated list for each category
– Setting width and color of the path
– Shortcode for inserting the list into a page - Elevation profile
– Interactive path marker
– Name of the track
– Distance of the track
– Maximum/minimum elevation
– Elevation loss/gain
– Trail duration
Schermafbeeldingen
Installatie
Installatie en instellingen:
- Upload de plugin bestanden naar de
/wp-content/plugins/theme-my-login
map of installeer de plugin rechtstreeks via het WordPress plugins scherm. - Activeer de plugin via het Plugins scherm in WordPress
- Use the Settings->GPX Viewer screen to configure the plugin at least one time (Measure Units, …)
- Accept the link to https://api.open-elevation.com in your browser
GPX bestanden uploaden:
- Ga naar GPX bestanden in het beheerdersmenu
- Kies categorie voor repository: het geüploade bestand wordt opgeslagen in de map
~/wp-content/uploads/gpx/<mycategory>/
. - Kies GPX bestand om te uploaden
- Vervang eventueel de beschrijving van de track (tag
<name>
in het GPX bestand) - Optioneel een track vloeiender maken tijdens het uploaden, d.w.z. het verminderen van trackpunten en het effenen van hoogtegegevens
- Vervang optioneel hoogtegegevens met Open-Elevation Service
Basis gebruik:
-
Calling the viewer for a specific GPX track:
<?php echo gpx_view(array('src' => $filepath $filepath = <absolute path>/wp-content/uploads/gpx/<mycategory>/<file>.gpx [, 'title' => $track_name] [, 'color' => $track_color] [, 'width' => $track_width] [, 'download_button'=> true/false])); ?>
-
Shortcode to include a GPX track for a given category into a WordPress-page.
[gpx-view category="<mycategory>" gpx-file="<filename>"]
-
Shortcode om de lijst met GPX bestanden voor een bepaalde categorie op te nemen in een WordPress pagina. Uit deze lijst kan een track worden geselecteerd en weergegeven.
[gpx-view category="<mycategory>"]
-
Shortcode om een gpx track lokaal te openen voor bewerking. Het resultaat kan lokaal terug opgeslagen worden.
[gpx-view]
-
Shortcode to display the gpx track with given color and/or width.
[gpx-view ... color="<rgb-color>" width="<number>"]
Beoordelingen
Bijdragers & ontwikkelaars
“GPX Viewer” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“GPX Viewer” is vertaald in 4 talen. Dank voor de vertalers voor hun bijdragen.
Vertaal “GPX Viewer” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
2.0.0
- Bewerkbare trackpoints
- Afhandeling van GPX segmenten als gescheiden polylijnen
- Volledig scherm modus met gebruik van het hele scherm
2.1.0
- Trackpoints van lokaal geopende gpx bestanden bewerken
2.1.1
- corrections for editing trackpoints of locally opened gpx files
- correction of missing return value in shortcode function
2.1.2
- scalebar added to maps
2.1.3
- In shortcode procedure the function for searching category terms corrected
2.1.4
- Topographic map view added
2.1.5
- Error correction: Edited gpx tracks couldn’t be updated or stored
2.1.6
- Error correction: Error when displaying categories in admin screen
2.1.7
- Error correction: Error when displaying categories in admin and edit screen
2.1.8
- Code review
2.1.9
- Enhanced trackpoint reduction for decending slopes
2.1.10
- Working search function for track list
2.1.11
- GPX tracks with valid xml schema (gpx.xsd) when exported
2.1.12
- Showing elevation profile if all elevation values are less than 0
2.2.0
- MapQuest Elevation Srvice replaced by Open-Elevation Service
2.2.1
- Shortcode for embedding a single track into a WordPress-page
2.2.2
- Minor Enhancements
2.2.3
- Corrections uploading gpx file, writing track name
2.2.4
- Corrections displaying track name, shortcode with color and width
2.2.5
- enabling editing of new tracks
2.2.6
- displaying distances and elevation heights within gpx file lists
2.2.7
- gpx-viewer works using block (FSE) themes
2.2.8
- storing new tracks with gpx editor
= 2.2.9
* avoid errors from Open-Elevation when saving edited tracks with single points
= 2.2.10
* vulnerability remediation
= 2.2.11
* checked security issues