Map File Preparation Application: Explore and analyze your map data like never before. Import layers, draw boundaries by hand or coordinates, and instantly discover which layers lie within. Uncover hidden insights and relationships with ease!
View the presentation here.
š Built With
Tech Stack
Server
Database
Key Features
- Dynamic Layer Management
- Intuitive Boundary Creation
- Instant layer visibility
š Try It Out!
According to the order of development time, there are three release versions of software available for running.
You can see the features of each release version and try it as needed.
š» Getting Started
To get a local copy up and running, follow these steps.
Setup
Clone this repository to your desired folder:
git git@github.com:tuckers1967/MFPA.gitInstall
Install dependencies with:
yarn installor
npm iUsage
To run the project, execute the following command:
yarn devor
npm run devBuilding Executable
You can build an executable using:
yarn makeor
npm run makeBuilding Static Export
Before building a static export, you have to uncomment these script in next.config.js located in the root folder.
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
distDir: 'build',
images: {
unoptimized: true,
},
};
module.exports = nextConfig;Then you can build a static export using:
yarn buildor
npm run build- The default output directory will be in the
./builddirectory
š„ Authors
š¤ Dulapah Vibulsanti (2920990v) - Scrum Master, Developer
- GitHub: @dulapahv
- LinkedIn: @LinkedIn
- Email: 2920990v@student.gla.ac.uk
š¤ Mahnun Saratunti (2914049s) - Product Owner, Developer
- GitHub: @mahnun
- LinkedIn: LinkedIn
- Email: 2914049s@student.gla.ac.uk
š¤ Bin Zhang (2941833z) - Developer
- GitHub: @bin
- LinkedIn: @LinkedIn
- Email: 2941833z@student.gla.ac.uk
š¤ Luowan Xu (2710660x) - Developer
- GitHub: @luowan
- LinkedIn: @LinkedIn
- Email: 2710660x@student.gla.ac.uk
š¤ Reuben Spivey (2664429s) - Note Taker, Developer
- GitHub: @reuben
- LinkedIn: @LinkedIn
- Email: 2664429s@student.gla.ac.uk
š¤ Zofia Bochenek (2580917b) - Developer
- GitHub: @zofia
- LinkedIn: @LinkedIn
- Email: 2580917b@student.gla.ac.uk
š License
This project is MIT licensed.
š Project Documentation
This is a detailed project documentation powered by GitBook.
ā FAQ and Additional Support
If you have any problems or need additional help during use, please feel free to contact us by email.
Find our university email in Authors page.


