m1br
Active Member
It's possible that the user software is not open source, in fact its highly unlikely to be.
I get bongs for your POIs but not from the cameras downloaded from PGPSW....
Here is a line of code of a 'non-bonging' PGPS camera POI that I am using.
It suggests I was wrong and actually hearing bongs from your POI sets, not from the camera database by PGPSW, sorry for the misinfo.
So perhaps all the PGPSW boys have to do is rescript all lines to reflect 'Warning' rather than 'Information' as below. I'll let them know as I'm a subscriber.
I'll modify it with a simple search/replace string and also lengthen the warning radius a little, changing all Information tags to Alert tags and reload it
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<gpx:gpx creator="" version="1.1" xmlns:gpx="GPX 1.1 Schema Documentation" xmlns:gpxd="http://www.daimler.com/DaimlerGPXExtensions/V2.4">
<gpx:wpt lat="50.68305" lon="-2.17787">
<gpx:name>GATSO:1@40</gpx:name>
<gpx:extensions>
<gpxd:WptExtension>
<gpxd:WptIconId IconId="16"></gpxd:WptIconId>
<gpxd
OICategory Cat="PocketGPS UK FIXED Cameras"></gpxd
OICategory>
<gpxd:Activity Active="false" Level="information" Unit="second" Value="9"></gpxd:Activity>
<gpxd
resentation ShowOnMap="true"></gpxd
resentation>
</gpxd:WptExtension>
</gpx:extensions>
</gpx:wpt>
<gpx:wpt lat="50.70723" lon="-2.09933">
<gpx:name>GATSO:2@30</gpx:name> ......etc etc....
I get bongs for your POIs but not from the cameras downloaded from PGPSW....
Here is a line of code of a 'non-bonging' PGPS camera POI that I am using.
It suggests I was wrong and actually hearing bongs from your POI sets, not from the camera database by PGPSW, sorry for the misinfo.
So perhaps all the PGPSW boys have to do is rescript all lines to reflect 'Warning' rather than 'Information' as below. I'll let them know as I'm a subscriber.
I'll modify it with a simple search/replace string and also lengthen the warning radius a little, changing all Information tags to Alert tags and reload it

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<gpx:gpx creator="" version="1.1" xmlns:gpx="GPX 1.1 Schema Documentation" xmlns:gpxd="http://www.daimler.com/DaimlerGPXExtensions/V2.4">
<gpx:wpt lat="50.68305" lon="-2.17787">
<gpx:name>GATSO:1@40</gpx:name>
<gpx:extensions>
<gpxd:WptExtension>
<gpxd:WptIconId IconId="16"></gpxd:WptIconId>
<gpxd


<gpxd:Activity Active="false" Level="information" Unit="second" Value="9"></gpxd:Activity>
<gpxd


</gpxd:WptExtension>
</gpx:extensions>
</gpx:wpt>
<gpx:wpt lat="50.70723" lon="-2.09933">
<gpx:name>GATSO:2@30</gpx:name> ......etc etc....
Last edited: