con4gis / editor
Editor bundle with to extend the usual editor from the MapsBundle.
Installs: 398
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- con4gis/groups: ^2.6
- con4gis/maps: 7.3.2
- con4gis/projects: ^2.1
- contao/core-bundle: ^4.4
- doctrine/data-fixtures: ^1.4.4
- doctrine/orm: ^2.8.1
- doctrine/persistence: ^2.1.0
- 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
Attention! With con4gis 8 the geojson editor is integrated in con4gis/maps again. The frontend editor will be revised as soon as possible. Until then this bundle is obsolete.
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.