Re: [Geotools-devel] KML example

2009-11-02 Thread Andrea Aime
Ben Caradoc-Davies ha scritto: > On 02/11/09 16:53, Justin Deoliveira wrote: >> Hi Michael, >> Yeah, this warning actually pops up when encoding GML as well. It really >> should not be logged as a warning, it is something that i have been >> meaning to fix. I think there is a bug report open for th

Re: [Geotools-devel] KML example

2009-11-02 Thread Michael Bedward
Hi Chris, Many thanks for that - it sounds very interesting. I have to confess that I'm a complete KML neophyte (I mostly just sit in the corner and play with shapefiles) so I'll leave it to Justin and the others to respond. cheers Michael ---

Re: [Geotools-devel] KML example

2009-11-02 Thread Ben Caradoc-Davies
On 02/11/09 16:53, Justin Deoliveira wrote: > Hi Michael, > Yeah, this warning actually pops up when encoding GML as well. It really > should not be logged as a warning, it is something that i have been > meaning to fix. I think there is a bug report open for this. I will put > my money where my mo

Re: [Geotools-devel] KML example

2009-11-02 Thread Michael Bedward
Hi Justin, That's would be great - thanks ! Once the warnings are squashed I'll create a KML page to add to the growing examples section of the web site. Let me know if there's anything you'd particularly like to see covered (or if you'd prefer to do the page yourself). cheers Michael

Re: [Geotools-devel] KML example

2009-11-02 Thread Justin Deoliveira
Hi Michael, Yeah, this warning actually pops up when encoding GML as well. It really should not be logged as a warning, it is something that i have been meaning to fix. I think there is a bug report open for this. I will put my money where my mouth is and schedule it high priority for 2.6.1 -J

Re: [Geotools-devel] KML example

2009-11-01 Thread Chris Holmes
Note that GeoServer has done a lot of work on KML output. We never put it in to GeoTools since no one ever asked about it, and a lot of it's ended up using GeoServer specific stuff. But in general we're happy to have things migrate from GeoServer to GeoTools and can redo the license to be lgp

[Geotools-devel] KML example

2009-11-01 Thread Michael Bedward
Hi Justin and all, Inspired by a KML question on the user list today I've added a simple KML writing example to demo/example... http://svn.osgeo.org/geotools/trunk/demo/example/src/main/java/org/geotools/demo/xml/KMLExample.java It runs OK but the method demonstrating feature collection -> KML p