Skip to content

A PWA for displaying NZ Topo maps, which works offline. Also has basic trip planning features, such as measuring distance and generating elevation profiles.

License

Notifications You must be signed in to change notification settings

fallaciousreasoning/topo

Repository files navigation

NZ Topo

This is an offline topo maps application for use in New Zealand. It features simple trip planning tools, such as measuring distance and generating elevation profiles.

A live version is available at https://topos.nz/

Running for Development

Install the dependencies...

cd topo
npm install

then start the development server:

npm run dev

Navigate to localhost:5000

Building and running in production mode

To create an optimised version of the app:

npm run build

You can run the newly built app with npm run start.

About

A PWA for displaying NZ Topo maps, which works offline. Also has basic trip planning features, such as measuring distance and generating elevation profiles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published