Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. Copenhagen
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 1
    • Controversial 0
    • Groups 2

    Copenhagen

    @Copenhagen

    4
    Reputation
    294
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website Morten.me Location Copenhagen

    Copenhagen Unfollow Follow
    API developers Paraglider

    Best posts made by Copenhagen

    • RE: 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+.

      posted in Your Feedback and Suggestions
      CopenhagenC
      Copenhagen

    Latest posts made by Copenhagen

    • RE: How do I change from Celsius to Fahrenheit?

      Figured it out:
      Under JS enter this:
      W.overlays.wind.setMetric('m/s')
      to preselect meters per second as wind unit.
      These are the options to choose from:
      ['kt', 'bft', 'm/s', 'km/h', 'mph']

      posted in General Discussion
      CopenhagenC
      Copenhagen
    • RE: How do I change from Celsius to Fahrenheit?

      Is there a way to set the default unit of temperature and wind in the new API?

      posted in General Discussion
      CopenhagenC
      Copenhagen
    • RE: 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+.

      posted in Your Feedback and Suggestions
      CopenhagenC
      Copenhagen
    • RE: Zoom in to favorites by default

      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.

      posted in Your Feedback and Suggestions
      CopenhagenC
      Copenhagen