This topic is locked
[SOLVED]

Google Map

11/11/2021 8:47:31 AM
PHPRunner General questions
Tandy author

Not really a question.
I have been trying to get the google map to show up on the view page. All the Lat and Lng was filled in. The custom map on the list page showed. But just could not get the map to show on the view page. To fix this I went into the Page Tab and in View Record you have to uncheck the Hide Empty Fields. Now the map shows. Even though the address and all needed parts are there. The database is still empty so I guess it shows the field is empty and will not show the map.

Anyone know how to fix this? Do not really want the empty fields to show but have to, too get the map to show..

Thanks All
James

admin 11/11/2021

We are not aware of this issue. If you upload your app to Demo Account and contact support directly and either suggest a workaround or fix it.

Tandy author 11/12/2021

Uploaded. and explained what is going on and what is done to show the map on view page.

Thank You.

Tandy author 11/17/2021

Thanks to the admin for finding the fix.

You can fix it this way.
Proceed to the SQL screen in PHPRunner and modify the SQL query.
Find this line in the SQL:

`map`,

and replace it with

'x' as `map`,