From 0dcaca8674ba2e0587cc3bd1fe854d858a4b05ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kom=D1=8Fpa?= Date: Tue, 6 Jul 2010 22:04:04 +0300 Subject: [PATCH] We don't need to drop source and note, as somebody might wish to use them --- src/make_postgis_style.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/make_postgis_style.py b/src/make_postgis_style.py index d27354c..8b6e3d2 100644 --- a/src/make_postgis_style.py +++ b/src/make_postgis_style.py @@ -34,9 +34,7 @@ for a in t: print dct print """ -# OsmType Tag DataType Flags -node,way note text delete # These tags can be long but are useless for rendering -node,way source text delete # This indicates that we shouldn't store them""" +# OsmType Tag DataType Flags""" for k,v in dct.iteritems(): s = "" for i in v: