Jump to content

KAOS

Members
  • Posts

    1,458
  • Joined

  • Last visited

Everything posted by KAOS

  1. Everything is animated.... winds, radar, alerts. 12 hour history in a loop with controls to start, stop and reload. The timeline slider is interactive. You can select any time frame within -12 hours. Move mouse over data points (radar, aleets, etc). and a "popup" containing the data appears..
  2. Intellistar storm mode activated for 21123
  3. The nws weather data fetching script (MobileX1.js) needs to be edited in order to pass the correct url using lat, lng, etc parameters to the iframes. radarImage.setAttribute("src", "alkurl.html?lng=" + longitude + "&lat=" + latitude + "&zoom=8"); Here is an example using predefined url parameters (everything after the "?") https://kaosfactory.github.io/alkurl.html?lng=-76&lat=39&zoom=8 If you change the lng, lat, zoom values (in the link above) it will automatically "go to" that location. Result... https://kaosfactory.github.io/mobileX1.html
  4. Mapbox hash not working as well as expected. Using ALK OpenLayers maps in this example, but can be used with others such as mapbox. Inserted the following code to retrieve url parameters for lng, lat, and zoom. getParameter = (key) => { // Address of the current window address = window.location.search // Returns a URLSearchParams object instance parameterList = new URLSearchParams(address) // Returning the respected value associated // with the provided key return parameterList.get(key) } // Gets the value associated with the keys "lng, lat, zoom" console.log(getParameter("lng")) console.log(getParameter("lat")) console.log(getParameter("zoom")) //Variables var lng = (getParameter("lng")) var lat = (getParameter("lat")) var zoom = (getParameter("zoom"))
  5. DEPRECATED But what is even more better is this... https://kaosfactor.github.io/geourl.htm#7.31/39.119/-77.660 geo specific radar/location using url address.
  6. test... https://kaosfactor.github.io/screenshots/D∆%20F∆%20KING%20DEATH%20M∆CHINE.mp4
  7. 1000% https://kaosfactor.github.io/screenshots/videoplayback.mp4
  8. After quite a few tweaks I have been able to get this working on jtterbug hardware.
  9. Using Trimble maps and data for radar slides - static. Mapbox and TWC data when you click on city name - static. Mapbox and Xweather when you click on radar button in Regional Radar slide - animated. Trimble maps and data when you click on radar button (TWC) in Local Radar slides (warning popups and radar map) - static. NWS radar and data when you click on NWS banner in configuration menu - animated. Xweather and Mapbox when you click on "Postal" text in configuration menu - static Xweather and Mapbox when you click on "Airport" text in configuration menu - static.
  10. https://kaosfactor.github.io/staticradarX.html
  11. https://kaosfactor.github.io/fullscrn.html
  12. https://kaosfactor.github.io/staticleaflet.html
  13. https://kaosfactor.github.io/staticmapbox.htm
  14. https://kaosfactor.github.io/twcradar.html
  15. This one has cool test popup when you click on warning area. https://kaosfactor.github.io/MobileTrimble.html
  16. https://kaosfactor.github.io/MobileMapBox.html
×
×
  • Create New...