[OSM-talk] Feature Query update

David Earl david at frankieandshadow.com
Sat Dec 2 16:20:48 GMT 2006


You probably already know about these, but I'll mention them anyway just in
case (bear in mnd this is the first time I've been able to see this level of
detail for the data I created)
  * highway=steps renders the same as highway=residential
  * post_office and post_box look the same (ISTR someone said that n the
list already)
  * amenity=school is not rendered (could any node with a name be rendered
irrespective of any missing icon? Then even if you don't know how to
represent it in pictures, at leastthe words are there)
  * amenity=parking gets an icon even when it is an area (I've been doing
parking as an area and a separate node, which in osmarender would give a
pink background area with a P in the middle).
  * road numbers aren't rendered, even on highway=primary (FYI I have some
on some NCN sections too)

David

> -----Original Message-----
> From: talk-bounces at openstreetmap.org
> [mailto:talk-bounces at openstreetmap.org]On Behalf Of David Earl
> Sent: 02 December 2006 15:52
> To: OSM
> Subject: Re: [OSM-talk] Feature Query update
>
>
> This is such an enormous improvement over any rendering I've seen before,
> notably in its handling of text, how recent it is and how
> detailed the tiles
> are, and degredation with scale. I'm very excited to be able to
> see my work
> presented in such a nice way. This is the first time I've really been able
> to look at a quality detailed rendering.
>
> I notice that areas for natural=water and amenity=parking are rendered as
> Ways, however (reservoir seems ok and as you say parks are also
> ok). A chunk
> of railway line in my area is also not rendered in the detailed tiles,
> though it is there in the smaller scale ones.
>
> Both these artefacts are visible at
> http://labs.metacarta.com/osm/?lat=6802000&lon=18000&zoom=14&layers=B
>
> I think there could be greater differentiation of areas of different kinds
> by colour, but that's a minor quibble.
>
> Perhaps if you haven't implemented a particular area rendering, you (not
> sure who I am addresing here: is this the mapnik part) could still render
> generic types (e.g. amenity) which could be areas as opposed to
> ways it as a
> grey filled area rather than a way.
>
> IE7 also has a Javacript error and I can't get the search box to in IE7
> (this is probably that error).
>
> David
>
> > -----Original Message-----
> > From: talk-bounces at openstreetmap.org
> > [mailto:talk-bounces at openstreetmap.org]On Behalf Of Christopher Schmidt
> > Sent: 02 December 2006 15:12
> > To: talk at openstreetmap.org; dev at openstreetmap.org
> > Subject: [OSM-talk] Feature Query update
> >
> >
> > For Talk:
> >
> > The feature query in the MetaCarta Labs OSM browser now properly
> > supports areas (parks, etc.) and nodes (pubs, etc.)
> >
> >   http://labs.metacarta.com/osm/?lat=6674493&lon=-25094&zoom=15&layers=B
> >
> > Give it a try!
> >
> > For Dev:
> >
> > The interface for the query makes the data available via a JSON
> > callback:
> >
> > http://labs.metacarta.com/osm/query.cgi?bbox=-135504.203372,690779
> > 5.267911,-134752.970866,6908022.19029
> >
> > You can add this type of data to your page via:
> >
> > s = document.createElement('script');
> > s.src="http://labs.metacarta.com/osm/query.cgi?bbox=-135504,690779
> > 5,-134752,6908022";
> > document.getElementsByTagName("head")[0].appendChild(s);
> >
> > When the data is loaded, it will be passed to a query_callback function
> > in javascript.
> >
> > This means that you can use this data in any of your other mapping
> > mashups or applications.
> >
> > Regards,
> > --
> > Christopher Schmidt
> > MetaCarta
> >
> > _______________________________________________
> > talk mailing list
> > talk at openstreetmap.org
> > http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk
>
>
> _______________________________________________
> talk mailing list
> talk at openstreetmap.org
> http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk





More information about the talk mailing list