Ticket #119 (new enhancement)

Opened 3 years ago

Last modified 1 year ago

maxzoom options

Reported by: mikel Assigned to: mikel
Priority: major Milestone:
Component: config Version:
Keywords: Cc:

Description

Your fix to maxzoom to do it all the time may not be good for everyone.

If anyone is plotting dynamic RSS feeds using Javascript (after the initial rss load), maxzooming all the time may not work from them.

For example, I was trying to implement plotting a crosshair on the map (using JRSSComm) as people zoomed in and out, but everytime my new crosshair RSS feed (which only had one item the crosshair) got plotted, it would zoom back out to the max. I had to turn off maxzooom for it to work, but I really would have liked it on.

Would probably be much better if the maxzoom values were something like:

-1 = always

0 = never

1 = only once.

Change History

08/14/07 07:55:46 changed by mikel

  • priority changed from critical to major.