Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 835 Bytes

Readme.md

File metadata and controls

40 lines (25 loc) · 835 Bytes

Openglobus DDM file adapter (deprecated)

Introduction

This tool generates ddm tile files for https://www.openglobus.org/ .

To build it:

git clone https://github.com/screwt/openglobusddm.git
mkdir build
cd build
cmake ../openglobusddm
make

Usage

You will need data source files from:

Unzip all files in the same directory

./HeightAdapter -o /output/ -i /tmp/file_fome_viewfinderpanoramas/ -z 8 -s -5 51 -e 9 42
  • -z zoom level (exemple: 8)
  • -s lonlat starting point (exemple: -5 51)
  • -e lonlat ending point (exemple: 9 42)
  • -x quadsize (resolution) default: 33

INFO

This tool is based on this project from the openglobus team: