A simple map viewer
Johannes Hofmann d559aca03f Do not ignore multiple KeyValue* queries hace 7 años
img Support drawing markers hace 7 años
shader Add path_layer hace 7 años
src Do not ignore multiple KeyValue* queries hace 7 años
.appveyor.yml Update dependencies, min Rust version to 1.26.2 hace 7 años
.gitignore Ignore even more VIM swap files hace 8 años
.travis.yml Update dependencies, min Rust version to 1.26.2 hace 7 años
Cargo.lock Update gl_generator hace 7 años
Cargo.toml Update gl_generator hace 7 años
LICENSE Add license hace 8 años
README.md Update dependencies, min Rust version to 1.26.2 hace 7 años
build.rs Switch from servo-glutin to glutin, update dependencies hace 7 años
default_tile_sources.toml Move tile sources configuration to separate file hace 7 años

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.26.2.

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