Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login

    Zoom in to favorites by default

    Your Feedback and Suggestions
    7
    8
    2.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Beery
      last edited by

      Is there a way to have the app starting such that it is already focusing on a favorite? Today I first need to zoom in until I get to the favorite "area" which is annoying

      1 Reply Last reply Reply Quote 4
      • CopenhagenC
        Copenhagen
        last edited by

        I would also love to know how to zoom to a specific place and zoom level to be displayed by default. If someone knows how or if it is not possible, please share your wisdom. Cheers. And Thanks.

        1 Reply Last reply Reply Quote 0
        • CopenhagenC
          Copenhagen
          last edited by Copenhagen

          Hey again. Just figured out how to center the map. Just add this under JS:

          const maps = W.maps;
          maps.setView([55.34, 11.99])
          maps.setZoom([8]);

          Change the numbers to where you need to focus and select your zoom level. Please note the second digit after the comma is not fully used. Hence it is difficult to set the view exactly where you would like it to be when zoomed to levels 12+.

          S 1 Reply Last reply Reply Quote 1
          • S
            scandium @Copenhagen
            last edited by

            @Copenhagen said in Zoom in to favorites by default:

            Hey again. Just figured out how to center the map. Just add this under JS:

            const maps = W.maps;
            maps.setView([55.34, 11.99])
            maps.setZoom([8]);

            Change the numbers to where you need to focus and select your zoom level. Please note the second digit after the comma is not fully used. Hence it is difficult to set the view exactly where you would like it to be when zoomed to levels 12+.

            sorry, what? where do I add this?
            I need to set a default zoom level! Starting up on the whole US east coast is not helpful, and quite annoying..

            paing paingP 1 Reply Last reply Reply Quote 1
            • paing paingP
              paing paing @scandium
              last edited by

              @scandium 😌😌

              1 Reply Last reply Reply Quote 0
              • P
                powellbound API developers
                last edited by

                You can also do it here:

                const options = 
                    { 
                
                        // Required: API key
                        key: '$windykey',
                
                        // Put additional console output
                        verbose: true,
                
                        // Optional: Initial state of the map
                        lat: $lat,
                        lon: $lon,
                        zoom: $zoom,
                        
                	
                    }
                
                1 Reply Last reply Reply Quote 0
                • D
                  dvfx
                  last edited by

                  I would also like this functionality!
                  I'm referring to the APP. .what is the "JS" ?
                  Is there a setting on the APP preferences that doesn't require light programming in a shell to set up? Seems nearly 1000 people based on views are looking for this.
                  Thanks in advance.

                  1 Reply Last reply Reply Quote 2
                  • W
                    wade420
                    last edited by

                    Still seems to be no option for default zoom level on Android app.
                    You have to zoom in manually then move around to find your location.
                    Hitting the home button takes you to your location but zoomed out so far you can't really see what's happening where you want to.

                    1 Reply Last reply Reply Quote 3
                    • First post
                      Last post
                    Windyty, S.E. - all rights reserved. Powered by excellent NodeBB
                    NodeBB & contributors, OSM & contributors, HERE maps
                    Terms of Use     Privacy Policy