con4gis / editor
Editor bundle with to extend the usual editor from the MapsBundle.
Installs: 309
Dependents: 1
Suggesters: 1
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- con4gis/groups: ^2.5
- con4gis/maps: ^7.1
- con4gis/projects: ^2.0
- contao/core-bundle: ^4.4
- symfony/serializer: *
Suggests
- symfony/serializer: In contao version >= 4.6 you have to install the serializer component as it's not required by contao anymore
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
README
Overview
The con4gis EditorBundle is an extension of the con4gis MapsBundle. It enables a frontend editing tool, which can be used to draw different geometries onto a map.
Main features include:
- Drawing of single points, line strings, polygons, circles and custom geometries via the freehand draw mode.
- Custom styling of the different draw styles
- Semantic categorization of your different draw styles
- Serverside persistence of the drawn elements
- The editor uses projects to group map elements. These projects also appear in the starboard and can be switched as they were defined in the backend.
Installation
Via composer:
composer require con4gis/editor
Alternatively, you can use the Contao Manager to install the con4gis-EditorBundle.
Requirements
- Contao 4.4 (LTS) or latest stable release
- CoreBundle
- MapsBundle
- GroupsBundle
- ProjectsBundle
Documentation
Visit docs.con4gis.org for a user documentation. You can also contact us via the support forum there.