A simple map viewer
Johannes Hofmann d21337af83 Add KeyValueRegex query (-r) 7 yıl önce
img Support drawing markers 7 yıl önce
shader Use high precision for all shaders 7 yıl önce
src Add KeyValueRegex query (-r) 7 yıl önce
.appveyor.yml Update dependencies, min Rust version to 1.26.2 7 yıl önce
.gitignore Ignore even more VIM swap files 8 yıl önce
.travis.yml Update dependencies, min Rust version to 1.26.2 7 yıl önce
Cargo.lock Update osmpbf (to 0.1.11) and others 7 yıl önce
Cargo.toml Release 0.2.1 7 yıl önce
LICENSE Add license 8 yıl önce
README.md Update dependencies, min Rust version to 1.26.2 7 yıl önce
build.rs Switch from servo-glutin to glutin, update dependencies 7 yıl önce
default_tile_sources.toml Move tile sources configuration to separate file 7 yıl önce

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