Giter Club home page Giter Club logo

pugxgeoformbundle's Introduction

PUGXGeoFormBundle

Build Status Downloads Latest Stable Version Latest Unstable Version

A Symfony bundle to handle geolocalization inside Forms.

This branch supports Symfony >= 3.4

Documentation

Read the Documentation

Installation

All the installation instructions are located in documentation.

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

About

PUGXGeoFormBundle is a PUGX initiative.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition with PUGXGeoFormBundle installed, to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.

pugxgeoformbundle's People

Contributors

davidino avatar garak avatar giorrrgio avatar leopro avatar liuggio avatar remiii avatar soullivaneuh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pugxgeoformbundle's Issues

Make services private

Following the new Symfony standards, all bundle services should be turned to private.
The current docs are not suggesting any direct use of bundle services, but in theory such change is a BC break, since it's possible that some user is using some of them.

wrong siblings call in js

The siblings js call is wrongly assuming that hidden fields are on the same level of address input.
It would be better to use parents('form').find instead

lat/long changes trigger

It would be nice to get an event to listen for lat/lng change, even just a trigger('change') after val()

GoogleMap\GeoCode not found

Hi there, when I try to add the bundle in AppKernel I get the following exception :

FatalErrorException: Error: Class 'Geo\Service\GoogleMap\GeoCode' not found in app/cache/dev/appDevDebugProjectContainer.php line 3478

May be its a vendor missing in the installation tutorial ?

Here is my composer :

{
        "symfony/symfony": "2.3.*",
        "...":"...",
        "ideato/geo-adapter": "*@dev",
        "pugx/geo-form-bundle": "*@dev"
}

Allow other providers

Currently we use Buzz as hard dependency.
It could be nice to allow users to choose their preferred provider (e.g. Guzzle)

Update type_extension

Hi, i've got this error in symfony 2.8 profiler and Unit test
The alias option of the form.type_extension tag of service "pugx_geo_form.geo_code_type_extension" is deprecated since version 2.8 and will be removed in 3.0. Use the extended_type option instead .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.