Re: newbye question

2009-09-14 Thread Doug Blank
On Mon, Sep 14, 2009 at 7:17 AM, Nicola Manica wrote: > Hi, I'm a student that try to learn geodjango. > I have the following code in one view: > ... > for t_path in path.the_geom: > print t_path.json > print t_path.wkt > print t_path.kml > ... > >

newbye question

2009-09-14 Thread Nicola Manica
Hi, I'm a student that try to learn geodjango. I have the following code in one view: ... for t_path in path.the_geom: print t_path.json print t_path.wkt print t_path.kml ... path.the_geom is a multilinestring. The output that I obtain is ... { "type": "LineString",