So is there anything I’m missing here?
I have this code -
{exp:weblog:entries weblog="geomap" limit="1"}
{location_geo_raw}
{latitude}, {longitude}
{/location_geo_raw}
{/exp:weblog:entries}
Which outputs the co-ordinates correctly.
BUT if I use this code -
{exp:weblog:entries weblog="geomap" limit="1"}
{location_geo width="400px" height="200px"}
{/exp:weblog:entries}
I get nothing at all.
Do I need to add the Google API key at the top or anything else to my template to get this working?
