Hi i activate google map by enable it in custom view tag, i have these fields for map :-lat float(10,6)
-lng float(10,6)
-address varchar(124)
in fields table i click on address and select custom view tag i enable google maps and added :
-api key
-width = 200
-height = 200
-latitude_field = lat
-longitude_field = lng
-address_field = address
-type = ROADMAP
-title_field = addressChecked :
-use single map
-show map on top
-show all markersMaps :
-single map width = 200
-single map height = 200
-geocoding delay = 250And generate script go to table and select view tag on record it display the view as normal no map and address field is displayed as text no map is displayed and no error in console log, i’m trying on localhost not online and no restriction made on api key when created on google cloud platform.Any suggestion ?
Hi i upload the project online and the map is dimmed and have a watermark “For developers purpose only”.
in addition on the list there is a map above why the map will load on the top of list page, since the map should be viewed only on views.php and not list
Sorry for inconvenience i check it and it seems i have to restrict the API key before using it in production as it mention (Remember to restrict the API key before using it in production.).I will check it and reply back if it worked or not, thank you.
I hope this will helpAccording to Demo2023, beside google API key. Single Map only can be generated from Table or Custom View.
It can not generated from report