Google Map default Zoom setting

Hi.. is there a way to change the default setting in the Google map so it appears at suburb level rather than as it currently does (almost state level). Thanks DC

Come here good people, gather around, fresh community solution coming up!
Eat it while it's hot!
<script>
CMS.Maps.map.setZoom(1);
</script>
Add it after the webappsmap module tag.
Adjust zoom level from 0-10 by changing the number.

Similar Messages

  • Reader 10.1.5 ignores default zoom setting

    I'm running Windows 8.  Set the default zoom to 125% and always get 67%.

    You can set the default page layout and zoom by changing your preferences: Edit > Preferences > Page Display > Default Layout and Zoom
    A document can explicitly set the initial page layout and zoom (magnification), which overrides your preferences. But there's another preference setting overrides that: Edit > Preferences > Accessibility > Always use Zoom Setting

  • Default zoom setting gone?

    Just updated our iWork '09 to the latest version. In Pages 5.0 I haven't been able to find a way to change the default zoom value.
    In Pages 09' it used to be in Preferences but I can't find it anymore in the new version. I'd like to set it to 150% as text otherwise is too small and it's a pain having to set it each time.
    Is this setting now gone or is it just hiding somewhere?
    Many thanks in advance.

    Hello Rob76,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    Pages '09: Zoom Levels
    http://support.apple.com/kb/PH10201
    To use a certain zoom level every time you open a document, choose Pages > Preferences, click Rulers, and then choose a zoom level from the Default Zoom pop-up menu.
    Best of luck,
    Mario

  • Excel 2010 - Set default zoom setting

    Hi
    All my Excel worksheets seem to be set at 60% magnification, I want to change the default to 80&, is this possible?
    Thanks
    Viv
    Viv Haig

    Hi,
    Maybe try creating an Excel addin(.xlam) with the following code:
    Public RunWhen As Double
    Private Sub Workbook_Open()
    MsgBox "The Zoom will be changed to 80%."
    cRunIntervalSeconds = 5 ' Update value every five seconds
    cRunWhat = "ThisWorkbook.TheSub" ' the name of the procedure to run
    RunWhen = Now + TimeSerial(0, 0, cRunIntervalSeconds)
    Application.OnTime EarliestTime:=RunWhen, Procedure:=cRunWhat, _
    Schedule:=True
    End Sub
    Sub TheSub()
    Dim ws As Worksheet
    For Each ws In ActiveWorkbook.Worksheets
    ws.Select
    ActiveWindow.Zoom = 80
    Next ws
    MsgBox "Zoom has been changed."
    End Sub
    Paste the code into Thisworkbook section in VBE:
    Save the workbook as .xlam file and then add this Excel addin file by:
    File > Add-Ins > Go... > Browse... > locate the .xlam file and then double click on it to add.
    Enable the macro setting in Excel.
    Next time after you open an existing workbook the code will be run to change the Zoom value to 80%.
    Best regards,
    Rex Zhang
    TechNet Community Support
    A new Office has arrived, try it now.
    A beautiful Start. It begins here. Windows 8 and Windows RT.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Remove Zoom scale of Google maps in OBIEE 11g Mapviewer

    Hi,
    While integrating Google maps with OBIEE 11.1.1.6.0 , we are able to see two Zoom scales one for BI layer and another for Base map layer (Google Map).
    When we select the former Zoom scale (BI Layer) , our views have been placed in exact countries. But when we select latter one, only base map i.e., Google map is zooming without upholding the views(Color fill,Image,Bar Graph,etc.,).
    So is there any way to bring synchronization between two layers with one zoom scale.
    Kindly help me to sort out this issue.
    Thanks in advance!

    Will require backport of a fix for mapviewer (oraclemaps.js) that has to be part of the OBIEE patchset.
    Filing a bug would help the process.

  • Adobe Widget browser "Google Map" Search box for address

    First of all I would like to thank Zizzer Zazzer for this google map. I ts really very helpful for the website. I was wondering if this is possible to add text search box for the address in google map? I was trying my self and tried with geocode with no success.If any one of you know about this then plz let me know. Here is my code
    <input type="text" id="search_address" value="" size="98"/>
    <button onclick="search();">Search</button>
      <div id="mapCanvas" style="width:100%; height:100%; min-width:300px; min-height:300px"></div>
    <script type="text/javascript">
    // initialize the google Maps 
         function initializeGoogleMap() {
      // set latitude and longitude to center the map around
      var latlng = new google.maps.LatLng(37.77,
               -122.4);
      // set up the default options
      var myOptions = {
        zoom: 8,
        center: latlng,
        navigationControl: true,
        navigationControlOptions:
         {style: google.maps.NavigationControlStyle.DEFAULT,
        position: google.maps.ControlPosition.TOP_LEFT },
        mapTypeControl: true,
        mapTypeControlOptions:
         {style: google.maps.MapTypeControlStyle.DEFAULT,
        position: google.maps.ControlPosition.TOP_RIGHT },
        scaleControl: true,
         scaleControlOptions: {
              position: google.maps.ControlPosition.BOTTOM_LEFT
        mapTypeId: google.maps.MapTypeId.ROADMAP,
        draggable: true,
        disableDoubleClickZoom: false,
        keyboardShortcuts: true
      var map = new google.maps.Map(document.getElementById("mapCanvas"), myOptions);
      if (true) {
       var trafficLayer = new google.maps.TrafficLayer();
       trafficLayer.setMap(map);
      if (true) {
       var bikeLayer = new google.maps.BicyclingLayer();
       bikeLayer.setMap(map);
      if (true) {
       addMarker(map,37.7715,-122.4,"We are here");
       window.onload = initializeGoogleMap();
      // Add a marker to the map at specified latitude and longitude with tooltip
      function addMarker(map,lat,long,titleText) {
        var markerLatlng = new google.maps.LatLng(lat,long);
       var marker = new google.maps.Marker({
            position: markerLatlng,
            map: map,
            title:"We are here",
       icon: ""});  
      var addressField = document.getElementById('search_address');
    var geocoder = new google.maps.Geocoder();
    function search() {
        geocoder.geocode(
            {'address': addressField.value}, 
            function(results, status) { 
                if (status == google.maps.GeocoderStatus.OK) { 
                    var loc = results[0].geometry.location;
                    // use loc.lat(), loc.lng()
                else {
                    alert("Not found: " + status); 

    Come on guys....!!Any one here to answer or any one knows about it?

  • How can I save zoom setting for a DOCUMENT so it opens at that setting?

    I find an optimal zoom setting for a document I'd like to use (say 42%) and want the document to open at that setting.  I save the document with File>Save Copy.  However when I open the document, it opens at the DEFAULT zoom setting set in the Preferences for program.  If I change the zoom level here to what I desire for that document, obviously all documents will open at that default setting.
    How can I save my desired zoom level for a document, which will most likely be different for EACH document, and have the saved document open at that setting?
    This seems like a trivial exercise / feature that should be easy to implement BOTH by the programmers of the software and the user setting the zoom level.
    Also, I want to suppress the bookmarks sidebar.  I save without the bookmarks but the documents opens with the side bar.  Can't THIS be set for each document?
    Why is it so difficult to tailor the viewing of a document to exactly what the viewer wants?

    OK.  Sorry for the mistake in posting the question here.
    Again it seems like it should be trivial to save a document in the Reader with a viewer's desired zoom setting.  I find this very helpful as I like to use a zoom setting that when scrolling down the document only one full page of the document is viewed (like turning the pages of a book).  Without this feature, partial pages are displayed when scrolling unless one experiments to find the correct zoom setting (often it is 60%).  One must do this every time one opens the same document, unless one remembers the zoom setting.
    Oh well ....

  • I'm having a trouble with a google maps

    Inside a movieclip I've placed a Google Map, I've set a marker and a listener to it.
    When the mouse hovers the marker appears the ballon with some informations (using openInfoWindow).
    Well, I've tested it on my local machine and it works correctly, now I've put the movie online and the ballon doesn't pop up, into the browser's status bar I read "Data transfer from www.mysite.it" and nothing happes.
    I have an old version of that movieclip online (on the same domain) and the baloon appears.
    The code for both the maps is the same (I've copied and pasted it).
    I can't get why on my pc it works and online doesn't.
    Any idea?

    Try this on the iPhone 5s go into settings turn iMessage off wait about 60 secs then turn it back on...under iMessage you will see it say waiting for activation...when it changes it will give a message that says iMessage can be sent blah blah blah...after you see that you will see an option that says send and receive ...click that...it should bring you yo a page that say you can be reached by iMessage at you should see you phone number with a check mark..it will be light grey...don't worry about signing into you Apple ID... You only need to do that if you are connecting you iPhone to another device (Mac, iPad, iPod touch) to receive the same iMessages on both...after that go back to the first message settings page again and at the bottom you will see mms messaging turn that off then back on....after that's done..tap you home key and send a test message
    If it still doesn't work follow this http://support.apple.com/kb/ts2755

  • Setting Google Maps as default Map program

    I am using Torch 9810 Ssw V7.0.0 build 2404 on ATT.  I have installed Google Maps and it seems to be working fine.  Of course the Torch also came with ATT Maps and Blackberry Maps.  How to I set up Google Maps as the default map program so that when I click addresses in the address book, on the web, or in email Google Maps is opened rather than Blackberry Maps.
    I have searched all of the set up options on the Torch, withing Blackberry Maps and within Google Maps but can not find the this possibility.
    Thanks,
    Paul

    You don't, only Apple can do such. However, Google's SDK for their Maps app permits developers of other apps to use Google Maps. Obviously will take time for that to happen.

  • Set Delhi Default In google Map

    Hi friends,
    I am using google map . i want to set default Delhi in google map How can i do this.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml">
      <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
        <title>Google Maps JavaScript API Example: Controls</title>
        <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAzr2EBOXUKnm_jVnk0OJI7xSosDVG8KKPE1-m51RBrvYughuyMxQ-i1QfUnH94QxWIa6N4U6MouMmBA"
                type="text/javascript"></script>
        <script type="text/javascript">
        function initialize() {
          if (GBrowserIsCompatible()) {
            var map = new GMap2(document.getElementById("map_canvas"))
            map.setCenter(new GLatLng(37.4419, -122.1419), 13);
            map.addControl(new GSmallMapControl());
            map.addControl(new GMapTypeControl());
        </script>
      </head>
      <body onload="initialize()" onunload="GUnload()">
        <div id="map_canvas" style="width: 500px; height: 300px"></div>
      </body>
    </html>How can i do this.
    Thanks
    Edited by: 805629 on Nov 11, 2010 12:05 AM

    Qickly changed Tramps to Gramps?
    To place a google map in your site, have a look here http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=2187524. This will enable you to place a pin on your address.
    To have your address placed in a google.com hosted site, you will need to Google the subject.
    Tramps.
    Oopps
    Gramps

  • Can I set Google Maps to be the default map app?

    OK, I've had enough.  I thought I could live with the quirks of Apple Maps, but the other day, I was trying to get directions from Reagan airport to my hotel in DC. Although the app correcty located me at the airport, it insisted on starting the directions from *a golf course on the other side of the Potomac*.  Seriously?  This wasn't a tiny mistake.  It couldn't figure out a major airport in a major US city.  That was the last straw.
    I downloaded the Google Map app, and it was wonderful.  Not only did it (of course) give me the correct directions, but it even talked to me (I have an iPhone 4, which Apple has deemed unworthy of turn by turn directions).
    Is there a way to make Google Maps my default Map app? so that when the OS recognizes something as an address it opens that instead of Apple Maps?

    What on earth is wrong with Apple??  The ENTIRE REASON I MADE MY ORIGINAL PURCHASE WAS GOOGLE MAPS. The arrogance of they know better than the folks using their product is astonishing.  I don't care what the articles say, this map debacle is killing potential iPhone sales.  If they will not support MY NEEDS, I'll abandon my investment in applications as the important ones use Google maps and will be worthless anyhow.  Already applications I want demand iOS 6 which I refuse to download.  This phone will become an iPod and I will never again trust apple with my future.  This is not the first time apple has decided for me.  It's going to be the last decision you make for me.  Trust.

  • Google Map photos only show at 100% zoom

    Running Firefox 19.0.2
    When using Google Map and selecting "photos" they do not appear unless zoom is set at 100%.
    (hover over top right icon "satellite" and select "photos" from drop down menu)
    I have tried safe mode and still occurs.
    (I initially thought safe mode fixed it and was blaming NoSquint add-on, but it was only because zoom went back to 100% in safe mode)
    Works OK in IE - I can zoom and keep photos.

    I get the same problem you do. Unfortunately, Google Maps is too complicated for me to debug , so I don't have an explanation for why it's happening.

  • Google maps as default in whatsapp

    I couldnt find the setting in whatsapp for default map in my z 10
    as my BlackBerry map is not avaible for my country .plz any one can help.

    Hi Simranjeev,
    I think, the best possible way to integrate Google Maps and MapViewer is through MapViewer newest feature - Oracle Maps. One thing - external map provider adapter for Google Maps in Oracle Maps should be implemented yourself.
    You may want to look through a similar thread, if you have not already - Integration of Oracle Maps with Google Maps
    Regards,
    Andrejus

  • How can I set a default zoom for the browser (freeze it)?

    Hello, there's an option of using the Ctrl + + to zoom the Web page, but it reverts to the Firefox default zoom in the midst which is very annoying. Generally, I'd like to be able to set a certain default zoom level and then only if needed use the CTRL +/- zoom in and out options. So my optimal zoom level is used for all my browsing unless I change it.

    I have listed 2 add-ons below for you to consider. I have not used NoSquint, but I use and rely on Default FullZoom Level.
    *You can set a default zoom level in DFZL Options
    *You can use the mouse scroll wheel on the Add-on Bar DFZL icon to increase or decrease the zoom or click the icon and choose from the available zoom percentages.
    *In NoSquint, it says it saves the zoom level by web site/page.
    *'''''Default FullZoom Level''''': https://addons.mozilla.org/en-US/firefox/addon/default-fullzoom-level/
    *'''''NoSquint''''': https://addons.mozilla.org/en-US/firefox/addon/nosquint/
    **More info on NoSquint: http://urandom.ca/nosquint/
    You can also set a "Minimum Font Size" in Firefox Options > Content > Fonts & Colors Advanced".
    *See --> [https://support.mozilla.com/en-US/kb/Options%20window%20-%20Content%20panel#w_fonts-colors Options window-Content panel-Fonts & Colors]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • How can I set a DEFAULT zoom size at ctrl+++ that will hold while changing sites--even in private browsing?

    How can I set a DEFAULT zoom size at ctrl+++ that will hold while changing sites--even in Private Browsing?
    I'm just starting using Firefox but I won't be using it for long if I have to re-size the screen with every new location viewed.

    Try this add-on
    [https://addons.mozilla.org/en-US/firefox/addon/6965/ Default FullZoom Level ]

Maybe you are looking for