Ticket #17 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

It seems only a selected list of mime types can be used

Reported by: heimdallr Owned by: arneke
Priority: critical Milestone: 0.7.2
Component: core Version:
Keywords: Cc:

Description

We tried using image/png8 and it did not work, we got a NullPointerException? at line 524 in TileLayer?.java, which seems to imply the supported mime array was not loaded (hi, Andrea here...)

Change History

Changed 10 months ago by arneke

I had a standards compliant moment there, didn't find png8 mentioned anywhere except geoserver papers.

The trouble is that you need three names for each MIME:
1) The MIME type
2) The name that Java will recognize for the encoder
3) The appropriate extension

Nyll pointer is not good anyway -> I'll add it right away.

Changed 10 months ago by arneke

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.7.2

I'll close this bug with regards to PNG8, the scope will have to be limited or the system made a lot more pluggable to support arbitrary MIME types.

Note: See TracTickets for help on using tickets.