Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Davide Maioli 31 posts 71 karma points
    Jun 28, 2016 @ 13:39
    Davide Maioli
    0

    Gridmaps

    Umbraco 7.4.3

    I installed version 1.1 of gridmaps . added to the script . always error.

    <!-- Script MAPS -->
    
    
    
    
    <script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
    

    Oops! Something went wrong. This page didn't load Google Maps correctly. See the JavaScript console for technical details.

    <!-- Fonts -->
    <link href="//fonts.googleapis.com/css?family=Merriweather:400,700,300,900" rel="stylesheet" type="text/css">
    <link href="//fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet" type="text/css">
    
    <!-- LeBlender -->
    <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
    
    
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
    
    
    
    
    <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
    
    
    
    
    <!-- CSS -->
    <link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
    <link rel="stylesheet" type="text/css" href="/css/fanoe.css">
    <link rel="stylesheet" type="text/css" href="/css/style.css">
    
    <!-- Script MAPS -->
    
    
    
    
    <script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
    

    enter image description here

  • Davide Maioli 31 posts 71 karma points
    Jun 28, 2016 @ 14:27
    Davide Maioli
    0

    console javascript

    L’API Fullscreen con prefisso è deprecata, al suo posto utilizzare l’API senza prefisso. Per ulteriori informazioni consultare https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API controls.js:26:54

    "Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error" js:32:179

    "Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys" util.js:208:12

  • David Brendel 792 posts 2970 karma points MVP 3x c-trib
    Jun 28, 2016 @ 18:11
    David Brendel
    0

    Hi Maioli,

    the newest versions of the maps api need an api key that you have to add to the call of the js file like so: https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap

    That seems to be the problem here.

    Regards David

  • Davide Maioli 31 posts 71 karma points
    Jun 29, 2016 @ 06:48
    Davide Maioli
    0

    Hi Brendel, with key work.

    Thank Davide

  • Davide Maioli 31 posts 71 karma points
    Jun 29, 2016 @ 06:51
    Davide Maioli
    0

    Other sites in all works without problems...

  • Davide Maioli 31 posts 71 karma points
    Jun 29, 2016 @ 15:26
    Davide Maioli
    0

    Hi Brendel,

    The gridmaps is all Francofort ( default value)

    I uninstalled gridmaps . Gridmaps installed .

    insert in master

    <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyB3x8I1SFVZbXXX&callback=initMap"></script>
    

    with key generate from google maps.

    Not save value and maps is forever 'Francofort'

    Test page: http://www.maioligioielli.com/dove-siamo/

  • Davide Maioli 31 posts 71 karma points
    Jun 29, 2016 @ 22:32
    Davide Maioli
    0

    To access the site I used a third-level domain and it all works . I can not make it work with the normal domain. it is wrong to use the key on google . Gridmaps works fine .

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies