Skip to content

ryonakano/atlas

Repository files navigation

Atlas

App window in the light mode

App window in the dark mode

Atlas is a map viewer designed for elementary OS.

Features include:

  • Search any place
  • Jump to your current location instantly

Installation

From AppCenter (Recommended)

Click the button to get Atlas on AppCenter if you're on elementary OS:

Get it on AppCenter

From Source Code (Flatpak)

You'll need flatpak and flatpak-builder commands installed on your system.

Run flatpak remote-add to add AppCenter remote for dependencies:

flatpak remote-add --user --if-not-exists appcenter https://flatpak.elementary.io/repo.flatpakrepo

To build and install, use flatpak-builder, then execute with flatpak run:

flatpak-builder builddir --user --install --force-clean --install-deps-from=appcenter build-aux/appcenter/com.github.ryonakano.atlas.Devel.yml
flatpak run com.github.ryonakano.atlas.Devel

From Source Code (Native)

You'll need the following dependencies:

  • libgeoclue-2-dev
  • libgeocode-glib-dev (>= 3.26.3)
  • libglib2.0-dev (>= 2.74)
  • libgranite-7-dev (>= 7.1.0)
  • libgtk-4-dev
  • libshumate-dev
  • meson (>= 0.58.0)
  • valac

Run meson setup to configure the build environment and run meson compile to build:

meson setup builddir --prefix=/usr
meson compile -C builddir

To install, use meson install, then execute with com.github.ryonakano.atlas:

meson install -C builddir
com.github.ryonakano.atlas

Contributing

Please refer to the contribution guideline if you would like to:

  • submit bug reports / feature requests
  • propose coding changes
  • translate the project

Get Support

Need help in use of the app? Refer to the discussions page to search for existing discussions or start a new discussion if none is relevant.

History

This is a fork of Atlas Maps and wouldn't exist without work of Steffen Schuhmann.