HI ThinkGeo,
Among the two approaches (Use separate plugin v/s dynamic drawing by overiding GetMapCore) which is better? May be it depends on how much data needs to be drawn on the base worldmap layer.
I am using Separate plugin to take advantage of Server side caching of bitmaps and it is working ok on my Dev WMS.
By using separate plugin, we can take advantage of separate cached bitmaps. By Dynamic drawing on bitmap by overriding GetMapCore() may save space on Server but may lead to performance. Is it possible to have different cache folders for a single plugin?
Any suggestions..
Regards,
Anil