A simple map viewer
Johannes Hofmann f70407d4ce Move MIN_ZOOM_LEVEL, MAX_ZOOM_LEVEL to map_view преди 7 години
img Support drawing markers преди 7 години
shader Use high precision for all shaders преди 7 години
src Move MIN_ZOOM_LEVEL, MAX_ZOOM_LEVEL to map_view преди 7 години
.appveyor.yml Update dependencies, min Rust version to 1.25.0 преди 7 години
.gitignore Ignore even more VIM swap files преди 8 години
.travis.yml Update dependencies, min Rust version to 1.25.0 преди 7 години
Cargo.lock Update dependencies, min Rust version to 1.25.0 преди 7 години
Cargo.toml Update directories (to 1.0) преди 7 години
LICENSE Add license преди 8 години
README.md README.md: Add compilation instructions преди 7 години
build.rs Switch from servo-glutin to glutin, update dependencies преди 7 години
default_tile_sources.toml Move tile sources configuration to separate file преди 7 години

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://github.com/sfackler/rust-openssl 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