2017 © Pedro Peláez
 

ezplatform-bundle polygonfieldtypebundle

The Polygon Field Type Bundle is an eZ Platform bundle providing a field type to manage and store geosjon polygons to be used with mapbox.

image

donfelice/polygonfieldtypebundle

The Polygon Field Type Bundle is an eZ Platform bundle providing a field type to manage and store geosjon polygons to be used with mapbox.

  • Friday, January 19, 2018
  • by donfelice
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Polygon Field Type Bundle for eZ Platform

The Polygon Field Type Bundle for eZ Platform was made to simplify adding and managing polygons (in the form of geojson) to mapbox maps. For a live example, see http://arealguiden.no/eng/Stavanger-region/Forus., (*1)

Installation

Use Composer

Run the following from your website root folder to install Polygon Field Type Bundle:, (*2)

$ composer require donfelice/PolygonFieldTypeBundle

Activate the bundle

Activate the bundle in app/AppKernel.php file by adding it to the $bundles array in registerBundles method, together with other required bundles:, (*3)

public function registerBundles()
{
    ...
    $bundles[] = new Donfelice\PolygonFieldTypeBundle\DonfelicePolygonFieldTypeBundle();

    return $bundles;
}

Assetic configuration

You need to add it to Assetic configuration in app/config/config.yml, together with EzPlatformAdminUiBundle and all other bundles already configured there:, (*4)

assetic:
    bundles: [EzPlatformAdminUiBundle, DonfelicePolygonFieldTypeBundle]

The Versions

19/01 2018

dev-master

9999999-dev https://github.com/donfelice/polygonfieldtype

The Polygon Field Type Bundle is an eZ Platform bundle providing a field type to manage and store geosjon polygons to be used with mapbox.

  Sources   Download

MIT

The Requires

 

by Avatar donfelice

ezplatform polygon donfelice