中文|English
5x-split-map-tiles can split the full world map into, for example, standard gis engine map tile service files.
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
- On Windows:
venv\Scripts\activate
On Windows:
venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
On macOS/Linux:
source venv/bin/activate
In a virtual environment, use pip to install the dependencies required by your project. In your project folder, run:
pip install -r requirements.txt
vim .env
python3 main.py
- Please run under the web proxy server . /example/example.html
- online demo