Hi,
Is there an option create a zoomed in 'home page' where you can set a specific size of the map?
For example, we have our entire county now displaying on the homepage on the map but we would like to see a city only so that we can display this city onto a separate monitor of us.
Kind regards,
Ricardo Franco Cantero
Sure, use this options in config.php:
$config['frontpage']['map']['zoom'] = "9";
$config['frontpage']['map']['center']['lat'] = "38.029";
$config['frontpage']['map']['center']['lng'] = "-84.496";
$config['frontpage']['map']['height'] = 450;
/Markus
2018-08-07 15:28 GMT+02:00 Ricardo Franco Cantero < r.francocantero@tsp-bombeeck.nl>:
Hi,
Is there an option create a zoomed in 'home page' where you can set a specific size of the map?
For example, we have our entire county now displaying on the homepage on the map but we would like to see a city only so that we can display this city onto a separate monitor of us.
Kind regards,
Ricardo Franco Cantero
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (2)
-
Markus Klock
-
Ricardo Franco Cantero