:mad:
I’m trying to map latitude and longitude to google maps. I have an editable grid with several columns including a column for latitude and longitude (DB column type is FLOAT(10,6) for both as recommended on the google developers page). Home is set to latitude and longitude and Display Mode is set to New Window (the modal window always showed up blank). I have the Latitude and Longitude fields set for the appropriate columns in the database.
After populating the 2 columns correctly (40.346475 and -70.967410) I press the Map button on the row which I want to see the map and the new window is still blank (no map). What I see in the resulting URL in the new window is type=latlng but there are no values for latitude= and longitude=. If I take the lat/long previously mentioned and insert them into the URL parameters, I now see my map.
Why is ScriptCase not populating the 2 parameters in the URL?