> -----Original Message-----
> From: Nick Whitelegg [mailto:[EMAIL PROTECTED]
> Sent: 18 May 2007 14:32
> To: David Earl
> Cc: [email protected]
> Subject: RE: [Talk-GB] Online POI editor for place
> mappingparty-usabilityenhancements
>
>
> >Well I am getting a lot of 500's both on upload from POI and download in
> >JOSM.
>
> >But it seems pretty consistent which nodes it gets and which it
> doesn't -
> I
> >always see Fishguard, I always see Newcastle Emlyn, I never see
> Llansawel.
>
> >You are obviously culling nodes which you don't want to display, like
> roads
> >and rivers, so do you think it is possible there is something about these
> >nodes that is making them count among the non-displayed ones?
>
>  Only nodes that have tags other than 'created_by', 'source', 'note' are
> shown; also nodes which only have the above tags plus 'class=node' (a
> hangover from the very early days of OSM and osmeditor) are
> ignored. If it
> has a 'place' tag, for instance, it should certainly be shown. Do
> you have
> the full tag list of the problem nodes?
>
> Code of the discriminatory function BTW:
>
> isPOI:  function() {
>             if(this.tags) {
>                 for(k in this.tags) {
>                     if (k != 'created_by' && k != 'source' && k != 'note'
> &&
>                         !(k=='class' && this.tags[k]=='node')) {
>                         return true;
>                     }
>                 }
>             }
>             return false;
>         },
> Nick


Here's the node, extracted from the osm file saved by JOSM:

  <node id='29233481' timestamp='2007-05-18 01:37:04' user='davidearl'
visible='true' lat='52.0078140725891' lon='-4.01221516773636'>
    <tag k='created_by' v='POI Editor' />
    <tag k='source' v='npe' />
    <tag k='name' v='Llansawel' />
    <tag k='is_in' v='Carmarthenshire,Wales,UK' />
    <tag k='place' v='village' />
  </node>

Despite trying repeatedly I am unable to see it in POI. Can you see it
(search for Llansawel in the search box)

David


_______________________________________________
Talk-GB mailing list
[email protected]
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk-gb

Reply via email to