Skip to content

GPX track, track_points? #35

Description

@uEsker

Hello,

I have been looking for a filter like this! But, when I try and use with my PostGis table of track and trackpoints (2 tables, may tracks and track)points that is) while I can draw a box/polygon within a layer, it does not select and limit the view to just the points or tracks I intersect with - everything remains visible.

My data is loaded with ogr2ogr. I created the gpx files with gpsbabel from a csv file. The tables are created by ogr2ogr.
gpx files are like this:

<?xml version="1.0" encoding="UTF-8"?>
<gpx version="1.0" creator="GPSBabel - https://www.gpsbabel.org" xmlns="http://www.topografix.com/GPX/1/0">
  <time>2025-10-18T10:36:37.854Z</time>
  <bounds minlat="73.291750800" minlon="-7.131415530" maxlat="53.461588500" maxlon="-16.242243570"/>
  <trk>
    <name>159eb19f_sort</name>
    <trkseg>
      <trkpt lat="53.339690000" lon="-6.253866400">
        <time>2025-01-08T17:29:00Z</time>
        <name>159eb19f_sort</name>
      </trkpt>
...
</trkseg>
</trk>
</gpx>

Should I expect this to work?

Thanks in advance!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions