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.
- Clone this repository.
- Run
npm install
$ npm run dev
Maps can then be viewed at http://localhost:3000
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.
npm install @abi-software/[email protected]
The API is documented at Read the Docs.