Hi Will, Welcome to Mapnik! Could you post your shape file somewhere to have a look. Also, could you provide more info about your setup.
Regards, Artem 2009/6/11 willt <[email protected]>: > > Dear all, > > I've been trying to render a simple point shapefile, however mapnik just > locks up (using 100% of one core). > I've tried this both in pure python and using an xml map file (see extract > below). > > It renders the world_borders shapefile in the Hello World example > beautifully, but it won't do a simple point shapefile! > > Version: 0.600 > OS: Ubuntu Jaunty > > Can anyone help please? > > Cheers, Will T > > <Style name="Style2"> > <Rule> > <PointSymbolizer file="/tmp/pub.png" width="16" height="16" type="png" /> > </Rule> > </Style> > <Layer name="points" srs="+proj=latlong +datum=WGS84"> > <StyleName>Style2</StyleName> > <Datasource> > <Parameter name="type">shape</Parameter> > <Parameter name="file">pointtest.shp</Parameter> > </Datasource> > </Layer> > -- > View this message in context: > http://www.nabble.com/Point-shapefile-freezes-mapnik-tp23978792p23978792.html > Sent from the Mapnik - Users mailing list archive at Nabble.com. > > _______________________________________________ > Mapnik-users mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/mapnik-users > _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

