sagulnet / winforms-geplugin-control-library

Automatically exported from code.google.com/p/winforms-geplugin-control-library
GNU General Public License v3.0
0 stars 0 forks source link

dae is not supported #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open a kml file with dae href
2.
3.

What is the expected output? What do you see instead?
3d sketch should show

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by hefe...@gmail.com on 19 Jan 2012 at 11:14

GoogleCodeExporter commented 8 years ago
Sorry, found the solution myself. It will work if set the dae MIME type to 
text/xml.

Original comment by hefe...@gmail.com on 20 Jan 2012 at 2:18

GoogleCodeExporter commented 8 years ago
Was this problem using the Server class or something else? I noticed I left the 
MIME for DAE out and it should be there...

Original comment by fraser.c...@gmail.com on 20 Jan 2012 at 3:15

GoogleCodeExporter commented 8 years ago
Yes, it was using the server class. I put the MIME for DAE and it works
fine.

On Fri, Jan 20, 2012 at 10:16 AM, <
winforms-geplugin-control-library@googlecode.com> wrote:

Original comment by hefe...@gmail.com on 23 Jan 2012 at 3:21

GoogleCodeExporter commented 8 years ago
Hi,

Thanks for letting me know.

Just to say, COLLADA documents are XML, so whilst "text/xml" is permitted the 
actual MIME-type as registered by IANA is "model/vnd.collada+xml"

Either should work, although "text/xml" is obviously a catch all. 

Cheers,

F

Original comment by fraser.c...@gmail.com on 24 Jan 2012 at 9:27

GoogleCodeExporter commented 8 years ago

Original comment by fraser.c...@gmail.com on 5 Feb 2012 at 10:34

GoogleCodeExporter commented 8 years ago

Original comment by fraser.c...@gmail.com on 8 Feb 2012 at 6:21