×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: hotspots view

hotspots view 14 years 6 days ago #10738

  • Eliecer Marchante
  • Eliecer Marchante's Avatar Topic Author
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
Hi,

I have a problem to see all the hotspots under the same category at once.

If I check the option (by category markers bounds) few hotspots are outside the map and behind the right menu.

Is there any way to zoom-out the map a little bit more in order to make visible all the hotspots?

hotspots view 14 years 5 days ago #10741

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
I have a strange feeling that the design of this menu is proving to be ineffective...
You can actually change the zoom.
go to media/com_hotspots/js/hotspots.js
line 395
	var newZoom = map.getBoundsZoomLevel(bounds);
change it to
	var newZoom = map.getBoundsZoomLevel(bounds)-1;

hotspots view 14 years 5 days ago #10743

  • Eliecer Marchante
  • Eliecer Marchante's Avatar Topic Author
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
Thanks, that works ! ! !
  • Page:
  • 1
Time to create page: 0.146 seconds