Opened 14 years ago

Closed 14 years ago

#144 closed enhancement (fixed)

Tilecache service using "OpenLayers.Layer.TileCache" object

Reported by: adube Owned by: adube
Priority: minor Milestone:
Component: server Version:
Keywords: tilecache, cache Cc:

Description

It would be nice to be able to have the "TileCache" layer object (accessing the web cache directly) in GeoPrisma.

A new !Service option "staticCache" when set to "true" would do the trick. Some modifications in the TileCache proxy and the !Map widget would be accordingly made.

Change History (1)

comment:1 by adube, 14 years ago

Resolution: fixed
Status: newclosed

r886, featuring :

  • 'staticCache' service option support added, see the documentation here, in the 'options'.
  • A sample was updated to show the use of this new option, see the sample
  • the tilecache proxy was modified in order to be able to construct correct urls to access the tiles directly when the url has a 'staticCache' parameter set.

Fixed.

Note: See TracTickets for help on using tickets.