Skip to content

PB-492: Add description to exported GPX file.#1040

Merged
ismailsunni merged 1 commit intodevelopfrom
pb-492-add-description-to-exported-gpx
Aug 27, 2024
Merged

PB-492: Add description to exported GPX file.#1040
ismailsunni merged 1 commit intodevelopfrom
pb-492-add-description-to-exported-gpx

Conversation

@ismailsunni
Copy link
Contributor

@ismailsunni ismailsunni commented Aug 27, 2024

Test link

Sample exported GPX file (see the new desc tag):

<gpx xmlns="http://www.topografix.com/GPX/1/1"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd" version="1.1" creator="OpenLayers">
    <wpt lat="46.854351415606935" lon="7.353402894159358">
        <name>With desc</name>
        <desc>bla bla</desc>
        <type>marker</type>
    </wpt>
    <rte>
        <name></name>
        <desc>WIth desc</desc>
        <type>linepolygon</type>
        <rtept lat="47.29016724654342" lon="7.769117763897004"/>
        <rtept lat="46.701234266331284" lon="7.667454407858695"/>
    </rte>
    <rte>
        <type>linepolygon</type>
        <rtept lat="47.32555323948249" lon="7.934693728031257"/>
        <rtept lat="47.18596352534941" lon="7.972983046569148"/>
        <rtept lat="47.08597816401732" lon="8.162946834718726"/>
    </rte>
    <wpt lat="46.835224315007764" lon="7.956397668860221">
        <name>No desc</name>
        <type>marker</type>
    </wpt>
</gpx>

Test link

@ismailsunni ismailsunni requested a review from pakb August 27, 2024 06:14
@cypress
Copy link

cypress bot commented Aug 27, 2024

web-mapviewer    Run #3131

Run Properties:  status check passed Passed #3131  •  git commit 88bc13c880: PB-492: Add description to exported GPX file.
Project web-mapviewer
Branch Review pb-492-add-description-to-exported-gpx
Run status status check passed Passed #3131
Run duration 04m 44s
Commit git commit 88bc13c880: PB-492: Add description to exported GPX file.
Committer Ismail Sunni
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 21
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 210
View all changes introduced in this branch ↗︎

@ismailsunni ismailsunni merged commit f69cfc5 into develop Aug 27, 2024
@ismailsunni ismailsunni deleted the pb-492-add-description-to-exported-gpx branch August 27, 2024 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants