Skip to content

AnatomicMaps/flatmap-viewer

Folders and files

NameName
Last commit message
Last commit date
Mar 12, 2025
Mar 13, 2025
Mar 10, 2025
Sep 25, 2021
Mar 19, 2025
Feb 5, 2025
Feb 8, 2025
Aug 11, 2019
Oct 12, 2022
Feb 8, 2025
Aug 13, 2024
Sep 9, 2023
Oct 24, 2024
Mar 4, 2025
Jan 31, 2025
Mar 10, 2025
Mar 10, 2025
Feb 8, 2025
Apr 26, 2024
Mar 4, 2025
Nov 26, 2024
Apr 15, 2024
Apr 15, 2024
Apr 16, 2024
Apr 26, 2024
Apr 29, 2024

Repository files navigation

Flatmap Viewer

A viewer for anatomical flatmaps generated by flatmap-maker. The viewer is intended to be a component of a larger Javascript web application, although may be used standalone for local flatmap development and testing. Flatmap content is obtained from a flatmap-server.

Standalone Use

Requirements

Installation

  1. Clone this repository.
  2. Run npm install

Running

$ npm run dev

Maps can then be viewed at http://localhost:3000

Configuration

The map server endpoint is specified as MAP_ENDPOINT in src/main.js. It defaults to http:localhost:4329/, which matches the default endpoint of a local flatmap server.

Package Installation

Documentation

The API is documented at Read the Docs.