MapIgniter2 is a geocms that uses Laravel 5, OpenLayers 3, and AngularJS.
A demo can be found here. Login with
email: [email protected]
password: admin
See Quick Start to start creating maps!
- Webserver with PHP >= 7.2
- Database server (with PDO driver) - defaults to PostgreSQL server and has currently only been tested on PostgreSQL, but should work with MySQL, SQLite, and Microsoft SQL Server
- PHP extensions: pdo, pdo_pgsql (if you are using PostgreSQL), fileinfo and any other extensions required by Laravel Install
For linux users running under Apache, refer to Install Linux
For windows users running under IIS, refer to Install Windows IIS
See here
- Multiple maps and layers allowed
- Data sources supported: Bing, OSM, WMS, WFS, GPX, KML, Postgis, GeoJSON, Shapefile, CSV and GeoPackage (features only)
- Create and edit own map features
- Default map layout (AngularJS app) featuring layer switcher, map navigation, search and print
- Vector features styling
- Authentication (Inc. LDAP)
- Multilanguage
- Backoffice (based on Twitter Bootstrap)
- Users
- Roles
- Permissions
- Website Brand
- Pages
- Content
- SEO fields
- Summernote (WYSIWYG)
- Main content picture - Allows to upload a main picture
- Event - Allows to associate a time to start/end
- Images (Gallery) - Allows to upload and associate several images
- Attachments - Allows to upload attachments
- Location - Allows to associate a location
- Transfer content ownership - Useful with permissions
- Create a duplicate - Useful to create similar content
There are 2 types of permissions: application and content
- Application - allows to restrict users to application HTTP routes
- Content - allows to restrict content editing to users ie. only owner (same user or same role)
Please contribute or just fill in issues...