VTS-Registry is basic database of input configuration values, such as data credits (or data attributions), basic bound layers, reference frames and other data.
VTS-Registry user documentation is available at https://vts-geospatial.org/
The source code can be donwloaded from
GitHub repository, but since there are
external dependences, you have to use --recursive
switch while cloning the
repo.
git clone --recursive https://github.com/Melown/vts-registry.git
NOTE: If you did clone from GitHub previously without the --recursive
parameter, you should probably delete the vts-mapproxy
directory and clone
again. The build will not work otherwice.
For building VTS-Registry, you just have to use make
cd vts-registry/registry/
make
The deb
package is stored in root directory and you can install it system-wide
sudo dpkg -i ../vts-registry_1.0_amd64.deb
We provide precompiled packages for some popular linux distributions. See Melown OSS package repository for more information. This repository contains all needed packages to run VTS OSS software.
Check the CONTRIBUTING.md file.