随笔分类 - MapServer
摘要:1.设置环境变量VCPKG_ROOT D:\vcpkg Path 中加入 %VCPKG_ROOT%2. 在CMakeLists.txt文件中加入vcpkg工具支持cmake_minimum_required(VERSION 3.7) # 设置 vcpkg 的工具链文件 set(CMAKE_TOOLC
阅读全文
摘要:先升级gcc 1.python3.6 ./configure --enable-shared --enable-profiling make –j 20 make install 2.proj-4.9.3 wget http://download.osgeo.org/proj/proj-4.9.3.
阅读全文
摘要:PostGIS安装1.软件下载postgresql-9.6.1-1-windows-x64-binaries.ziphttps://www.postgresql.org/download/windows/postgis-bundle-pg96-2.3.1x64.ziphttp://download.osgeo.org/postgis/windows/pg96/2. 将postgresql.zip解...
阅读全文
摘要://放大的代码: private void MapZoomIn(NameValueCollection queryString) { mapObj map = Session["MapServer_MAP"] as mapObj; PointF pointFLeftBottom = new Poin
阅读全文