Skip to content

fanqie/5x-split-map-tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

中文|English

split-map-tiles

5x-split-map-tiles can split the full world map into, for example, standard gis engine map tile service files. preview

Usage

Install dependencies

installs Python and the virtual environment:

If you haven't installed Python yet, go to the official Python website to download and install the latest version of Python. once installed, it is recommended to use a virtual environment to isolate the libraries needed for your project to avoid conflicts with libraries from other projects. You can create a virtual environment using the following command:

python3 -m venv venv

Then activate the virtual environment:

  • On Windows:
venv\Scripts\activate

On Windows:

venv\Scripts\activate
  • On macOS/Linux:
source venv/bin/activate

On macOS/Linux:

 source venv/bin/activate

Install all dependencies:

In a virtual environment, use pip to install the dependencies required by your project. In your project folder, run:

pip install -r requirements.txt

Configuration file

vim .env

Run

python3 main.py

Authentication example

  • Please run under the web proxy server . /example/example.html
  • online demo

About

5x-split-map-tiles can split the full world map into, for example, standard gis engine map tile service files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published