Skip to content

Commit 1331b6c

Browse files
committed
Add delete list from empty.style to default.style
1 parent 6f7253e commit 1331b6c

1 file changed

Lines changed: 70 additions & 4 deletions

File tree

default.style

Lines changed: 70 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@
7474
# tags hstore column regardless of the style file.
7575

7676
# OsmType Tag DataType Flags
77-
node,way note text delete # These tags can be long but are useless for rendering
78-
node,way source text delete
79-
node,way created_by text delete
80-
8177
node,way access text linear
8278
node,way addr:housename text linear
8379
node,way addr:housenumber text linear
@@ -148,3 +144,73 @@ node,way width text linear
148144
node,way wood text linear
149145
node,way z_order int4 linear # This is calculated during import
150146
way way_area real # This is calculated during import
147+
148+
# Deleted tags
149+
# These are tags that are generally regarded as useless for most rendering.
150+
# Most of them are from imports or intended as internal information for mappers
151+
# Some of them are automatically deleted by editors.
152+
# If you want some of them, perhaps for a debugging layer, just delete the lines.
153+
154+
# These tags are used by mappers to keep track of data.
155+
# They aren't very useful for rendering.
156+
node,way note text delete
157+
node,way note:* text delete
158+
node,way source text delete
159+
node,way source_ref text delete
160+
node,way source:* text delete
161+
node,way attribution text delete
162+
node,way comment text delete
163+
node,way fixme text delete
164+
165+
# Tags generally dropped by editors, not otherwise covered
166+
node,way created_by text delete
167+
node,way odbl text delete
168+
node,way odbl:note text delete
169+
node,way SK53_bulk:load text delete
170+
171+
# Lots of import tags
172+
# TIGER (US)
173+
node,way tiger:* text delete
174+
175+
# NHD (US)
176+
# NHD has been converted every way imaginable
177+
node,way NHD:* text delete
178+
node,way nhd:* text delete
179+
180+
# GNIS (US)
181+
node,way gnis:* text delete
182+
183+
# Geobase (CA)
184+
node,way geobase:* text delete
185+
# NHN (CA)
186+
node,way accuracy:meters text delete
187+
node,way sub_sea:type text delete
188+
node,way waterway:type text delete
189+
190+
# KSJ2 (JA)
191+
# See also note:ja and source_ref above
192+
node,way KSJ2:* text delete
193+
# Yahoo/ALPS (JA)
194+
node,way yh:* text delete
195+
196+
# osak (DK)
197+
node,way osak:* text delete
198+
199+
# kms (DK)
200+
node,way kms:* text delete
201+
202+
# ngbe (ES)
203+
# See also note:es and source:file above
204+
node,way ngbe:* text delete
205+
206+
# naptan (UK)
207+
node,way naptan:* text delete
208+
209+
# Corine (CLC) (Europe)
210+
node,way CLC:* text delete
211+
212+
# misc
213+
node,way 3dshapes:ggmodelk text delete
214+
node,way AND_nosr_r text delete
215+
node,way import text delete
216+
node,way it:fvg:* text delete

0 commit comments

Comments
 (0)