Change Default Map provider

Hello,
I am building QGC App
Can anyone help to change the default map to google?

Thank You

I did a bit of grepping and it looks like the default settings might be here: qgroundcontrol/FlightMap.SettingsGroup.json at master · mavlink/qgroundcontrol · GitHub

What’s the string to be set for google?
“Google”
“Street Map”

Where Can I find the Map provider combo box list?

Let me grep again:

1 Like

Thank you
I disabled all other links except google in mapurlenginee.cpp
Now its only loading google maps

1 Like

One last help
How can I change the main qgroundcontrol.exe file name?

I am not a software Engineer.