Sfoglia il codice sorgente

Merge branch 'mapas#2' into 'master'

Updated services.yml and removed key from google.

See merge request interlink-sa/flowdat3/vendors/mapbundle!2
Jean Sumara Leopoldo 5 anni fa
parent
commit
3c77ecda60
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 1 4
      Resources/config/services.yml

+ 1 - 4
Resources/config/services.yml

@@ -1,9 +1,6 @@
-parameters:
-    googlemaps_api_key: AIzaSyDYPe_h1T_5ThFNZukx05FJY21IAejj_LA
-
 twig:
     globals:
-        script_google_maps: 'https://maps.googleapis.com/maps/api/js?v=3&key=%googlemaps_api_key%'
+        script_google_maps: 'https://maps.googleapis.com/maps/api/js?v=3'
     form_themes:
         - 'MapBundle:Form/Type:location_widget.html.twig'
         - 'MapBundle:Form/Type:remote_map_widget.html.twig'