digidem / mapeo-config-editor-v2

GUI application for editing configuration files for Mapeo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapeo Configuration Editor

This project serves as a configuration editor for Mapeo, an open-source, offline-first mapping tool. It provides a user-friendly interface to upload, edit, and download the Mapeo configuration file.

Features

  • Upload Configuration: Easily upload a Mapeo configuration file.
  • View and Edit Configuration: View the uploaded configuration and make necessary changes.
  • Download Configuration: Download the updated configuration file after editing.
  • Version Bumping: Automatic version bumping for configuration files.
  • Build Status Tracking: Keep track of the build status.

Usage

  1. Start the server by running yarn dev or npm run dev.
  2. Open your browser and navigate to http://localhost:3000.
  3. Upload your Mapeo configuration file.
  4. The configuration will be processed and displayed for editing.
  5. Make the necessary changes to the configuration.
  6. Click on the "Build" button to create the updated configuration.
  7. Once the build is complete, click on the "Download Build" button to download the updated configuration.

With docker

To run the Mapeo Configuration Editor using Docker, execute the following command:

docker run -v /tmp/configs:/tmp/uploads -p 3000:3000 communityfirst/mapeo-config-editor

Open localhost:3000 in the browser to navigate the app. The configs will be built to the /tmp/configs folder.

About

GUI application for editing configuration files for Mapeo


Languages

Language:TypeScript 91.8%Language:Dockerfile 3.8%Language:CSS 3.1%Language:JavaScript 0.7%Language:Shell 0.6%