0

如何在 Web 应用程序上实时重命名 mapfile 中的文件和字符串。

感谢您的回答

4

1 回答 1

1

您可以使用 mapscript 为 MapServer 操作地图文件。这可以用几种语言来完成——PHP 和 Python 似乎是记录最多的。C# 也是可能的。

http://mapserver.org/mapscript/index.html#mapscript

您还可以使用模板在 HTML 模板中使用数据中的值填充变量:

http://mapserver.org/mapfile/template.html#template

您可以使用变量替换来允许替换 MapFile 中的变量(使用来自 CGI 请求的值):

http://mapserver.org/mapfile/variable_sub.html

您还可以在 MapFile 中使用服务器上的环境变量:

http://trac.osgeo.org/mapserver/wiki/EnvironmentVariables

于 2010-02-19T08:42:28.520 回答