sopinet/simple-point-bundle

Symfony2 Bundle - Easy integration for DropzoneJS and OneupUploaderBundle

Installs: 122

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2014-01-31 08:49 UTC

This package is not auto-updated.

Last update: 2024-03-16 12:17:37 UTC


README

Symfony2 Bundle. Trait and helpers for use Geospatial Point entity

Installation

TODO

More documentation is coming...

Add type

doctrine:
    dbal:
            point: point
        types:
            point: Sopinet\Bundle\SimplePointBundle\DBAL\Types\SimplePointType

    orm:
        dql:
            numeric_functions:
                distance: Sopinet\Bundle\SimplePointBundle\ORM\MySQL\Distance
                point_str: Sopinet\Bundle\SimplePointBundle\ORM\MySQL\PointStr