Skip to content

mapmanager/WebMapManager

Repository files navigation

WebMapManager

A web version of PyMapManager.

Note: This project is still in active development and is not production-ready.

Setup

  • Initialize submodules:
  git submodule init
  git submodule update
  yarn install

Build

  • Build the static application:
  yarn build
  • Upload the /build/ directory to /WebMapManager/ to your static file server.
    • By default, the application is served from a /WebMapManager/. To serve the application another directory:
      • Update homepage in packages.jsonto the directory of your choice:
          {
          "homepage": "/WebMapManager/",
          }

Running WebMapManager

  • Run the server:
  yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published