Title: Default map scaling
Last modified: August 19, 2020

---

# Default map scaling

 *  Resolved [ascdev](https://wordpress.org/support/users/ascdev/)
 * (@ascdev)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/default-map-scaling/)
 * In Event Manager, is there a way to set the default Google map scaling on a per
   event basis?
    Some of our locations are remote mountain huts and the default 
   map in the event post needs to scale out widely to give some context, such as
   the neighbouring towns/landmarks.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/default-map-scaling/#post-13327013)
 * Hi,
 * unfortunately, this is not yet possible or available out of the box at the moment.
 *  [TreeTrail](https://wordpress.org/support/users/aprilschmitt27/)
 * (@aprilschmitt27)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/default-map-scaling/#post-13329897)
 * Angelo, in Events Manager is there a way to change the default Google map scaling
   overall? (This would be different than the default, but to be the same for all
   events.)
 *  Thread Starter [ascdev](https://wordpress.org/support/users/ascdev/)
 * (@ascdev)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/default-map-scaling/#post-13330182)
 * The default map zoom parameter can set through a filter.
 * I added this code to my theme functions.php:
    add_filter( ’em_location_google_maps_embed_args’,‘
   asc_change_map_args’ ); function asc_change_map_args() { return array( ‘maptype’
   => ‘roadmap’, ‘zoom’ => 10, // default = 15 in the event manager class ‘key’ 
   => get_option(‘dbem_google_maps_browser_key’) ); }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Default map scaling’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

 * [map](https://wordpress.org/support/topic-tag/map/)

 * 3 replies
 * 3 participants
 * Last reply from: [ascdev](https://wordpress.org/support/users/ascdev/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/default-map-scaling/#post-13330182)
 * Status: resolved