A simple map viewer
Johannes Hofmann 66fb1d8f02 Fix README.md link před 7 roky
img Support drawing markers před 7 roky
shader Use high precision for all shaders před 7 roky
src Move MIN_ZOOM_LEVEL, MAX_ZOOM_LEVEL to map_view před 7 roky
.appveyor.yml Update dependencies, min Rust version to 1.25.0 před 7 roky
.gitignore Ignore even more VIM swap files před 8 roky
.travis.yml Update dependencies, min Rust version to 1.25.0 před 7 roky
Cargo.lock Update dependencies, min Rust version to 1.25.0 před 7 roky
Cargo.toml Update directories (to 1.0) před 7 roky
LICENSE Add license před 8 roky
README.md Fix README.md link před 7 roky
build.rs Switch from servo-glutin to glutin, update dependencies před 7 roky
default_tile_sources.toml Move tile sources configuration to separate file před 7 roky

README.md

DeltaMap

A simple map viewer.

Building

DeltaMap is written in Rust, so you will need to install Rust to compile the program. The minimum supported version of Rust for DeltaMap is 1.25.

On Linux you will also need OpenSSL with headers. (see https://docs.rs/crate/openssl/0.10.12 for details)

# On Debian and Ubuntu
$ sudo apt-get install pkg-config libssl-dev
# On Arch Linux
$ sudo pacman -S openssl
# On Fedora
$ sudo dnf install openssl-devel

Build and install the latest release from crates.io:

$ cargo install deltamap

Build the latest development version:

$ git clone https://github.com/b-r-u/deltamap
$ cd deltamap
$ cargo build --release
$ ./target/release/deltamap