加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
rules.txt 909 Bytes
一键复制 编辑 原始数据 按行查看 历史
iandees 提交于 2009-11-09 00:13 . 0.7.2 release.
# This is a comma-delimited format.
#
# Field: Description:
# 1 The shapefile type to match (outer, inner, line, point) (see below)
# 2 The source attribute name to match
# 3 The source attribute value to match. Can be empty to match all values.
# 4 The name of the tag to apply when the source key/value pair match.
# 5 The value of the tag to apply. Use a sinlgle dash ("-") to use the original value.
#
# The shape file types are:
# outer = The outer polygon of a MultiPolygon
# inner = The inner polygon of a MultiPolygon
# line = A line string of a MultiLineString
# point = A point of a PointString
#
#outer,FTYPE,StreamRiver,natural,river
#outer,GNIS_Name,,name,-
#line,GNIS_Name,,name,-
#line,FTYPE,CanalDitch,waterway,ditch
#line,FTYPE,StreamRiver,waterway,stream
outer,CEM_NAME,,name,-
outer,Location,,location,-
outer,,,landuse,cemetery
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化