Skip to content

Puiching-Memory/CustomMapView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CustomMapView

后端运行环境

conda create -n map python=3.13 conda activate map conda install gdal pip install -r requirements.txt

本机二进制打包

nuitka --standalone --onefile server.py

GDAL制作瓦片地图

https://www.cnblogs.com/AJun816/p/18970715 gdal_translate -a_srs EPSG:4326 -a_ullr 113.203992 23.289032 113.217092 23.278425 map.png map_geo.tif gdalinfo map_geo.tif gdalwarp -t_srs EPSG:3857 map_geo.tif map_geo_3857.tif gdal2tiles -z 15-19 -w none map_geo_3857.tif tiles_dir

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors