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

    oderon

    @oderon

    5
    Reputation
    2
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    oderon Unfollow Follow

    Best posts made by oderon

    • RE: Windy bottom "timeline" is not displayed correctly

      @jantold Hi, go to html inspector F12, and find class named: progress-bar and set it to progress-bar2 for example. If it fix the problem it means that you are using another library which overrides progress-bar class behaviour.

      Greetings

      posted in Developers
      O
      oderon
    • RE: Windy bottom "timeline" is not displayed correctly

      @jantold IF it changed then yes it does impact leaflet library. Go to inspector again F12, select the div with class progress-bar, then look at Styles tab and find what library overrides the leaflet style. In my case it was bootstrap who causes the problem. I had to bypass it by creating global style for progress-bar like this:

      .progress-bar {
        overflow: visible;
        background-color: transparent;
        text-align: unset;
      }
      
      posted in Developers
      O
      oderon

    Latest posts made by oderon

    • RE: Windy bottom "timeline" is not displayed correctly

      @jantold IF it changed then yes it does impact leaflet library. Go to inspector again F12, select the div with class progress-bar, then look at Styles tab and find what library overrides the leaflet style. In my case it was bootstrap who causes the problem. I had to bypass it by creating global style for progress-bar like this:

      .progress-bar {
        overflow: visible;
        background-color: transparent;
        text-align: unset;
      }
      
      posted in Developers
      O
      oderon
    • RE: Windy bottom "timeline" is not displayed correctly

      @jantold Hi, go to html inspector F12, and find class named: progress-bar and set it to progress-bar2 for example. If it fix the problem it means that you are using another library which overrides progress-bar class behaviour.

      Greetings

      posted in Developers
      O
      oderon
    • Display temperature values

      Hello,

      I have added map using the script from the:
      https://api.windy.com/map-forecast/examples/hello-world.

      The problem is I don't see temperature values on the map. How to display them ? I could not find the option in documentation.

      Greetings

      posted in Developers
      O
      oderon