2017 © Pedro Peláez
 

symfony-bundle gmap-widget

Victoire DCMS Google Maps widget

image

friendsofvictoire/gmap-widget

Victoire DCMS Google Maps widget

  • Tuesday, April 25, 2017
  • by lenybernard
  • Repository
  • 9 Watchers
  • 2 Stars
  • 4,021 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 8 Versions
  • 3 % Grown

The README.md

Victoire DCMS Google Maps Bundle

What is the purpose of this bundle

This bundles gives you access to the Google Maps Widget. This widget can put a dynamic Google Maps within your website with the following settings :, (*1)

  • Latitud
  • Longitud
  • Map's zoom
  • Title of the Map
  • Hide or not the pointer
  • Import of any KML File

Set Up Victoire

If you haven't already, you can follow the steps to set up Victoire here, (*2)

Install the bundle

Run the following composer command :, (*3)

php composer.phar require friendsofvictoire/gmap-widget

Reminder

Do not forget to add the bundle in your AppKernel !, (*4)

    class AppKernel extends Kernel
    {
        public function registerBundles()
        {
            $bundles = array(
                ...
                new Victoire\Widget\GmapBundle\VictoireWidgetGmapBundle(),
            );

            return $bundles;
        }
    }

Parameters

Add your api key in your app parameters, (*5)

    victoire_widget_gmap.api_key: xxx

KML

The widget generate a bug if the KML file is upload on a local project. You can test KML import with this example given by Google., (*6)

Multiple widget & Google Maps API

If you use several widgets Google Maps on the same page, in order to prevent each one of them to make Google Maps API call, a javascript is used to call once and for all thhe API. This javascript triggers an event with only one Google Maps callback to initialize the widgets., (*7)

The Versions

25/04 2017

dev-master

9999999-dev

Victoire DCMS Google Maps widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

google maps widget victoire dcms friendsofvictoire

25/04 2017

2.0.3

2.0.3.0

Victoire DCMS Google Maps widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

google maps widget victoire dcms friendsofvictoire

05/12 2016

2.0.2

2.0.2.0

Victoire DCMS Google Maps widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

google maps widget victoire dcms friendsofvictoire

02/12 2016

2.0.1

2.0.1.0

Victoire DCMS Google Maps widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

google maps widget victoire dcms friendsofvictoire

22/08 2016

2.0.0

2.0.0.0

Victoire DCMS Google Maps widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

google maps widget victoire dcms friendsofvictoire

22/02 2016

1.5

1.5.0.0

Victoire DCMS Google Maps widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

google maps widget victoire dcms friendsofvictoire

01/11 2015

1.3.0

1.3.0.0 http://victoire.io

Victoire DCMS Google Maps widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

cms google maps widget dynamic victoire dcms friendsofvictoire fov

23/10 2015

dev-fix/modification

dev-fix/modification http://victoire.io

Victoire DCMS Google Maps widget

  Sources   Download

MIT

The Requires

 

by Charlie Lucas

cms google maps widget dynamic victoire dcms friendsofvictoire