mapigniter2
mapigniter2 copied to clipboard
MapIgniter is a GeoCMS that allows a user to publish geographic information
MapIgniter2
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!
Requirements
- 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
Install
For linux users running under Apache, refer to Install Linux
For windows users running under IIS, refer to Install Windows IIS
Features CheatSeet
See here
Web Mapping Features
- 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
CMS Features
- 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
Permissions
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)
Contribute
Please contribute or just fill in issues...