Jump to content

Glenn Hoskins

Spotfire Team
  • Posts

    42
  • Joined

  • Last visited

  • Days Won

    3

Community Answers

  1. Glenn Hoskins's post in Well Spacing ("Gun Barrel") Diagram Mod - Data can be selected but not visualized (weirdly) was marked as the answer   
    Hi Kris,
    Only thing I can think is that the Size axis is being set to zero so the circle radius for the wells is being set to zero as well. The point will still select in this case if you use rectangular marking. Like in this screenshot. I hard-coded this to zero but it could also be that it's mapped to a column with zero values. If it's empty, or a column with nulls, then it should still render using the default radius. The other possibility is that the wells are being colored by the background color, but that one might be a bit of an obvious suggestion.
    Thanks,
    Glenn
     

  2. Glenn Hoskins's post in Weather Mod was marked as the answer   
    Hi Scott, 
    I just signed up and tried this out. The mod does two API calls: one for current weather, and one for 7 day forecast. It looks like the current free API key only gives you access to current weather, so the second call is failing. This is the service I have available on my account:

    And here are the services they are currently offering, the free one is the first one on the left.
    https://openweathermap.org/price#weather
    This was giving me errors in the developer console though, so not sure if it's the same issue you're facing. 
    Once I commented out the code for the second API call, it did render something with the current weather for the specified cities. The mod would probably work OK with a paid API key so it's not completely broken, but for the free key it probably is. The source code is here if you'd like to tweak it to comment out the forecast call like I did: https://github.com/spotfiresoftware/spotfire-mod-weather
×
×
  • Create New...