[OSM-talk] tiles rendering

Artem Pavlenko artem at pavlenko.uklinux.net
Wed Jan 31 21:43:05 GMT 2007


Yes, good idea.  We should only output 'closed' polygons

if (polygon && start_point == end_point)
{
...
}
else
{
..
}

Artem
On Wednesday 31 January 2007 20:34, Jon Burgess wrote:
> On Wed, 2007-01-31 at 13:00 +0000, Artem Pavlenko wrote:
> > Ok, I'll try to create polygons for the next planet.osm
> > My plan is to have 100x100km polygon tiles extracted from global
> > shoreline data, which we can render instead of coastline tagged ways.
> > Cheers
> > Artem
>
> Would it be good to detect non-closed areas and disable the polygon
> generation in osm2pgsql? It should be easy to detect this in WKT().
>
> 	Jon




More information about the talk mailing list