Home PageFacebookRSS News Feed
PocketGPS
Web
SatNav,GPS,Navigation
Pocket GPS World - SatNavs | GPS | Speed Cameras: Forums

Pocket GPS World :: View topic - Speedtrap Alert for Android (Split from CamerAlert Thread re
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in for private messagesLog in for private messages   Log inLog in 

Speedtrap Alert for Android (Split from CamerAlert Thread re
Goto page Previous  1, 2, 3 ... 40, 41, 42
 
Post new topic   Reply to topic    Pocket GPS World Forum Index -> Speedtrap Alert (STA)
View previous topic :: View next topic  
Author Message
Kremmen
Pocket GPS Verifier
Pocket GPS Verifier


Joined: Mar 03, 2006
Posts: 7101
Location: Reading

PostPosted: Fri May 24, 2024 11:29 am    Post subject: Reply with quote

Fixed

Thanks
_________________
DashCam:
Viofo A119 V3
Car Average MPG :
Back to top
View user's profile Send private message
toyracer69
Lifetime Member


Joined: Feb 28, 2006
Posts: 97
Location: harrow

PostPosted: Thu May 30, 2024 1:14 pm    Post subject: Reply with quote

Yep, its now working again. Many thanks Leo. Wink
Back to top
View user's profile Send private message
AllanKnowles
Occasional Visitor


Joined: Feb 06, 2005
Posts: 34

PostPosted: Sat Aug 31, 2024 3:32 pm    Post subject: Reply with quote

Do the confirmation alerts update the PGPS database? If not, how do you stop them being shown?

Many thanks,

Allan
Back to top
View user's profile Send private message
Kremmen
Pocket GPS Verifier
Pocket GPS Verifier


Joined: Mar 03, 2006
Posts: 7101
Location: Reading

PostPosted: Sat Aug 31, 2024 4:16 pm    Post subject: Reply with quote

STA certainly has the ability to perform PGPSW submissions

The only snag I've seen is that there is often a missing speed

If the road you're on has a OSM speed then I think that gets linked. I've never used it so I don't know if you can add the speed later
_________________
DashCam:
Viofo A119 V3
Car Average MPG :
Back to top
View user's profile Send private message
MaFt
Pocket GPS Staff
Pocket GPS Staff


Joined: Aug 31, 2005
Posts: 15219
Location: Bradford, West Yorkshire

PostPosted: Sat Aug 31, 2024 6:06 pm    Post subject: Reply with quote

AllanKnowles wrote:
Do the confirmation alerts update the PGPS database? If not, how do you stop them being shown?

Many thanks,

Allan


Yes they do. Also new submissions (but they generally come through as 'gatso' not 'mobile' or 'specs')

In the account settings there is an option to 'share username with PGPSW' - this allows us to link any submissions to your account.
Back to top
View user's profile Send private message Visit poster's website
Leo_A
Regular Visitor


Joined: Jan 10, 2017
Posts: 155

PostPosted: Sat Aug 31, 2024 7:24 pm    Post subject: Reply with quote

Week ago I integrated TomTom API to STA web backend. Now all submitted points pass reverse geocoding and they have speed limit from TT.

Btw, TT offers free plan with non-billable 2500 daily API requests.

You send GET to

https://api.tomtom.com/search/2/reverseGeocode/46.266618,4.789752.json?key={APIKEY}&radius=20&returnSpeedLimit=true

and receive

Code:

{
  "summary": {
    "queryTime": 18,
    "numResults": 1
  },
  "addresses": [
    {
      "address": {
        "routeNumbers": [
          "A6",
          "E15"
        ],
        "street": "Autoroute du Soleil",
        "streetName": "Autoroute du Soleil",
        "speedLimit": "130.00KPH", ------------------------- Speed limit
        "countryCode": "FR",
        "countrySubdivision": "Bourgogne-Franche-Comté",
        "countrySecondarySubdivision": "Saône-et-Loire",
        "municipality": "Vinzelles",
        "postalCode": "71680",
        "country": "France",
        "countryCodeISO3": "FRA",
        "freeformAddress": "Autoroute du Soleil, 71680 Vinzelles",
        "boundingBox": {
          "northEast": "46.267253,4.791726",
          "southWest": "46.263082,4.789464",
          "entity": "position"
        },
        "countrySubdivisionName": "Bourgogne-Franche-Comté",
        "countrySubdivisionCode": "BFC",
        "localName": "Vinzelles"
      },
      "position": "46.266617,4.789755",
      "id": "Ch2mPVHwmXGN712u-SzmVQ"
    }
  ]
}
[/code]
Back to top
View user's profile Send private message
MaFt
Pocket GPS Staff
Pocket GPS Staff


Joined: Aug 31, 2005
Posts: 15219
Location: Bradford, West Yorkshire

PostPosted: Wed Sep 04, 2024 1:12 pm    Post subject: Reply with quote

Leo_A wrote:
Week ago I integrated TomTom API to STA web backend. Now all submitted points pass reverse geocoding and they have speed limit from TT.

Btw, TT offers free plan with non-billable 2500 daily API requests.

You send GET to

https://api.tomtom.com/search/2/reverseGeocode/46.266618,4.789752.json?key={APIKEY}&radius=20&returnSpeedLimit=true

and receive

Code:

{
  "summary": {
    "queryTime": 18,
    "numResults": 1
  },
  "addresses": [
    {
      "address": {
        "routeNumbers": [
          "A6",
          "E15"
        ],
        "street": "Autoroute du Soleil",
        "streetName": "Autoroute du Soleil",
        "speedLimit": "130.00KPH", ------------------------- Speed limit
        "countryCode": "FR",
        "countrySubdivision": "Bourgogne-Franche-Comté",
        "countrySecondarySubdivision": "Saône-et-Loire",
        "municipality": "Vinzelles",
        "postalCode": "71680",
        "country": "France",
        "countryCodeISO3": "FRA",
        "freeformAddress": "Autoroute du Soleil, 71680 Vinzelles",
        "boundingBox": {
          "northEast": "46.267253,4.791726",
          "southWest": "46.263082,4.789464",
          "entity": "position"
        },
        "countrySubdivisionName": "Bourgogne-Franche-Comté",
        "countrySubdivisionCode": "BFC",
        "localName": "Vinzelles"
      },
      "position": "46.266617,4.789755",
      "id": "Ch2mPVHwmXGN712u-SzmVQ"
    }
  ]
}


Ooh, interesting, thanks! I currently use OSM on the submission admin area but that's not always up to date.
Back to top
View user's profile Send private message Visit poster's website







Posted: Today    Post subject: Pocket GPS Advertising

Back to top
Display posts from previous:   
Post new topic   Reply to topic    Pocket GPS World Forum Index -> Speedtrap Alert (STA) All times are GMT + 1 Hour
Goto page Previous  1, 2, 3 ... 40, 41, 42
Page 42 of 42

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Make a Donation



CamerAlert Database

Click here for the PocketGPSWorld.com Speed Camera Database

Download Speed Camera Database
22.093 (18 Sep 24)



WORLDWIDE SPEED CAMERA SPOTTERS WANTED!

Click here to submit camera positions to the PocketGPSWorld.com Speed Camera Database


12mth Subscriber memberships awarded every week for verified new camera reports!

Submit Speed Camera Locations Now


CamerAlert Apps



iOS QR Code






Android QR Code







© Terms & Privacy


GPS Shopping