How can I integrate Sentinel data in Google Maps API?

According to the FAQ item (FAQ), in step 4 I should see a field to enter my Google Maps API key, but this field doesn’t show up. What should I do?

Hi @philippe.nicod ,

It seems that the API key does not occur in the code displayed. Could you maybe give it a try without entering your Google Maps API key?

Hi @philippe.nicod ,

Sorry for the late reply. The google api key from the missing input field would need to be added to the line 24 of the generated code in Playground as below:

<script type="text/javascript" src="http://maps.google.com/maps/api/js?key={google-api-key}&sensor=true"></script>

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