Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Border Offline Database

Noah Husby edited this page Dec 23, 2020 · 1 revision

Configuring the offline database

The offline database is a super-compressed region binary file used to reverse geocode locations quickly without the need to call the online API. This allows for two cool features:

  1. Use offline database instead of online database (Coming Soon).
  2. Border Teleportation

Download the offline database.

Download the offline database from here: https://github.com/noahhusby/reversegeocode/blob/master/data/README.md

There are many options available, and the files become more detailed the lower you go down on the page.

Once you download the file, rename it to offline.bin and paste it into the /local folder under the Sledgehammer config folder.

Configuration

Set the following items to true in sledgehammer.conf:

    # Set false for fetching the latest data from OSM (more up to date), or true for using a downloaded database.
    # Please follow the guide on https://github.com/noahhusby/sledgehammer about downloading and configuring the offline database. [default: false]
    B:"OSM Offline Mode"=true

    # Set to false to disable automatic border teleportation, or true to enable it. (Note: OSM Offline Mode must be set to true for this to be enabled. [default: false]
    B:"Auto Border Teleportation"=true

Clone this wiki locally