Map API... no show

So I’ve found a new pet peeve…
In my latest project draft I copied+paste an API key to the Google Maps API area under Project settings but the map is no where to be seen on the published site… does anyone has any idea why?

Shared link:
https://preview.webflow.com/preview/dessconbuilders?preview=ca3d1bb3823d842fe2d20b8e10d6d027

Live view
http://dessconbuilders.webflow.io/

Your map’s position is absolute…

.map {
    position: absolute;

Your API key is not activated…

See “Generate an API Key” here Map | Webflow University

Looks like you are getting an error with your map API

@samliew,
Removed ‘absolute’… now visible placeholder…

@rileyj_s
yes… I am getting that error… not sure why or how to remedy.

EDIT:
currently exploring "registering project’ indicated by @samliew… standby

Select your project, click ENABLE APIS AND SERVICES

Screenshot_2017-08-16_120842

Search for and click “Google Maps JavaScript API”

Generate new API key here

DY-NO-MITE…

Created project and copied API… Solved!

Thanks @samliew

You probably used an invalid key previously. Make your own keys next time :wink:

1 Like

This topic was automatically closed after 60 days. New replies are no longer allowed.