google-map icon indicating copy to clipboard operation
google-map copied to clipboard

Demos in webcomponents.org GoogleWebComponents/google-map not working.

Open michael-learns opened this issue 7 years ago • 3 comments

Hey, the demos for this web component are not working properly.

michael-learns avatar Aug 20 '17 05:08 michael-learns

https://www.webcomponents.org/element/GoogleWebComponents/google-map Works fine for me

chenster avatar Aug 28 '17 07:08 chenster

All 3 demos are still broken for me though

screen shot 2017-08-29 at 11 03 44 am screen shot 2017-08-29 at 11 03 58 am screen shot 2017-08-29 at 11 04 08 am

michael-learns avatar Aug 29 '17 03:08 michael-learns

The error occurs for the three demos on https://www.webcomponents.org/element/GoogleWebComponents/google-map/elements/google-map The reason for demo 1 not working seems to be the missing api key : <google-map latitude="37.779" longitude="-122.3892" min-zoom="9" max-zoom="11" language="en">

Console:

No Google Maps API Key or Client ID specified. See https://developers.google.com/maps/documentation/javascript/get-api-key for instructions to get started with a key or client id. _computeUrl @ google-maps-api.html:130

The demo on the read.me file works as it has an api key. https://www.webcomponents.org/element/GoogleWebComponents/google-map

MGRProgramming avatar Oct 01 '17 19:10 MGRProgramming