Gateway has GPS-Position but not shown in a query from TTN-Webpage

Hello,

when i read the GW-information with this command:

https://www.thethingsnetwork.org/gateway-data/location?latitude=53.5&longitude=7.81&distance=10000

I got the information of the GW-position stored in the ttn-webpage.

But the Gateway has a GPS-position. How can i get the gps-position from the GW?

Greetings

E_T

TTN doesn’t use the GPS position that a gateway can generate - mostly GPS facilities are used for network independent time setting.

You claimed that earlier, but it surely does: https://www.thethingsnetwork.org/forum/t/identify-gw-with-gps-time-synchronization/40033/5 (though maybe not in that https://www.thethingsnetwork.org/gateway-data/ endpoint).

Just send some data through that gateway to an application of yours, and read via MQTT or integration. you should see what coords the GW sends.

Yes, in the data read via MQTT I find the GPS-position. thank you!

Greetings

E_T