2017 © Pedro Peláez
 

symfony-bundle map-form-type-bundle

Generic Map FormType for Symfony 3

image

igor-rinkovec/map-form-type-bundle

Generic Map FormType for Symfony 3

  • Saturday, April 21, 2018
  • by TheWildHorse
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

MapFormTypeBundle

Generic Map FormType for Symfony 3 and Sonata Project., (*1)

Set latitude, longitude and any other value from Nominatim on a form using Leaflet. Supports the configuration of a fallback layer, base layers and overlay layers. When a pin is dragged or an address is filled in, the fields are updated., (*2)

License: MIT, (*3)

Branch Travis
master Build Status
develop Build Status

Installation

1) Install Prerequisites

Make sure bootstrap styles and scripts are included., (*4)

Note: when using bootstrap v4, make sure glyphicons are included too., (*5)

2) Install the Bundle

Install the bundle using composer:, (*6)

composer require curious-inc/map-form-type-bundle

3) Enable the Bundle

Register the bundle in app/AppKernel.php to enable it:, (*7)

// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    // ...

    public function registerBundles()
    {
        $bundles = [
            // ...
            new CuriousInc\MapFormTypeBundle\CuriousIncMapFormTypeBundle(),
        ];

        // ...
    }
}

4) Configure the Bundle

Add the following configuration to app/config/config.yml and change it to needs or wishes accordingly:, (*8)

curious_inc_map_form_type: ~

5) Configure the MapType template

Add the MapType template to app/config/config.yml under twig, like so:, (*9)

# Twig Configuration
twig:
    form_themes:
        - CuriousIncMapFormTypeBundle:Form:fields.html.twig

The Versions

21/04 2018

dev-master

9999999-dev

Generic Map FormType for Symfony 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Webber
by j63

form bundle symfony maps map formtype

31/01 2018

1.2.1.1

1.2.1.1

Generic Map FormType for Symfony 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Webber
by j63

form bundle symfony maps map formtype

22/12 2017

1.2.1

1.2.1.0

Generic Map FormType for Symfony 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Webber
by j63

form bundle symfony maps map formtype

22/12 2017

dev-opr_type-filter

dev-opr_type-filter

Generic Map FormType for Symfony 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Webber
by j63

form bundle symfony maps map formtype

21/12 2017

1.2.0

1.2.0.0

Generic Map FormType for Symfony 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Webber
by j63

form bundle symfony maps map formtype

24/10 2017

1.1.0

1.1.0.0

Generic Map FormType for Symfony 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Webber
by j63

form bundle symfony maps map formtype

24/10 2017

dev-fix-geojson-zoom-level

dev-fix-geojson-zoom-level

Generic Map FormType for Symfony 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Webber
by j63

form bundle symfony maps map formtype

20/10 2017

1.0.0

1.0.0.0

Generic Map FormType for Symfony 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Webber
by j63

form bundle symfony maps map formtype

20/10 2017

dev-address-display-fix

dev-address-display-fix

Generic Map FormType for Symfony 3

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Webber
by j63

form bundle symfony maps map formtype