On Wed, Oct 8, 2008 at 9:27 PM, Stefan de Konink <[EMAIL PROTECTED]> wrote:
> I have a way table, that has a primary key {wayid}. The table way_tags
> point to that wayid.
Do you ever do a lookup by tag key name? If not, then you don't need to
normalize the tags into their own table like that, just encode them somehow
into a text blob column in the way table.
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

