[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Maposmatic-dev] place=locality #9699
From: |
David MENTRE |
Subject: |
Re: [Maposmatic-dev] place=locality #9699 |
Date: |
Wed, 12 Sep 2012 08:53:58 +0200 |
Hello Florian,
2012/9/7 Florian Lohoff <address@hidden>:
> There is a multitude of place= values which are definitly not a
> Village/City
>
> farm
> continent
> county
> island
> locality
> region
> state
>
> These should all be ignored when building the index for Villages.
This is currently the case.
> It should more be a positive list of tag values which get listed -
> something like:
>
> town
> village
> hamlet
> isolated_dwelling
> suburb
This is what is currently done:
http://git.savannah.gnu.org/cgit/maposmatic/ocitysmap.git/tree/ocitysmap/indexlib/indexer.py#n412
"""
where trim(name) != ''
and (place = 'locality'
or place = 'hamlet'
or place = 'isolated_dwelling')
"""
As as said, for this particular bug the issue is not technical but
political. What is the general OSM worldwide consensus about the use
of such tags? Is there such a consensus?
Best regards,
david