-
Notifications
You must be signed in to change notification settings - Fork 31
/
rules.txt
23 lines (23 loc) · 909 Bytes
/
rules.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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