KAOS Posted August 18 Author Share Posted August 18 https://kaosfactor.github.io/fullscrn.html 1 Link to comment Share on other sites More sharing options...
KAOS Posted August 19 Author Share Posted August 19 https://kaosfactor.github.io/staticradarX.html 1 Link to comment Share on other sites More sharing options...
KAOS Posted August 19 Author Share Posted August 19 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. Link to comment Share on other sites More sharing options...
KAOS Posted August 20 Author Share Posted August 20 After quite a few tweaks I have been able to get this working on jtterbug hardware. 1 Link to comment Share on other sites More sharing options...
KAOS Posted August 20 Author Share Posted August 20 And on Etch A Sketch... 3 Link to comment Share on other sites More sharing options...
KAOS Posted August 20 Author Share Posted August 20 test... https://kaosfactor.github.io/screenshots/D∆%20F∆%20KING%20DEATH%20M∆CHINE.mp4 Link to comment Share on other sites More sharing options...
KAOS Posted August 23 Author Share Posted August 23 updated zipcode map... Link to comment Share on other sites More sharing options...
KAOS Posted August 23 Author Share Posted August 23 1 Link to comment Share on other sites More sharing options...
KAOS Posted August 23 Author Share Posted August 23 Link to comment Share on other sites More sharing options...
KAOS Posted August 23 Author Share Posted August 23 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. Link to comment Share on other sites More sharing options...
KAOS Posted August 27 Author Share Posted August 27 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")) Link to comment Share on other sites More sharing options...
KAOS Posted August 27 Author Share Posted August 27 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 Link to comment Share on other sites More sharing options...
KAOS Posted August 28 Author Share Posted August 28 1 Link to comment Share on other sites More sharing options...
KAOS Posted August 28 Author Share Posted August 28 Link to comment Share on other sites More sharing options...
KAOS Posted August 29 Author Share Posted August 29 Another aleet Link to comment Share on other sites More sharing options...
KAOS Posted September 12 Author Share Posted September 12 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.. Link to comment Share on other sites More sharing options...
KAOS Posted September 12 Author Share Posted September 12 Tropical module... 2 Link to comment Share on other sites More sharing options...
KAOS Posted September 12 Author Share Posted September 12 There is more... Link to comment Share on other sites More sharing options...
KAOS Posted September 12 Author Share Posted September 12 Link to comment Share on other sites More sharing options...
KAOS Posted September 12 Author Share Posted September 12 Link to comment Share on other sites More sharing options...
KAOS Posted September 12 Author Share Posted September 12 Link to comment Share on other sites More sharing options...
KAOS Posted September 12 Author Share Posted September 12 https://kaosfactory.github.io/MapBoxGLcustomalerts.html Link to comment Share on other sites More sharing options...
KAOS Posted September 12 Author Share Posted September 12 Standard alerts... https://kaosfactory.github.io/MapBoxGLalerts.html Link to comment Share on other sites More sharing options...
KAOS Posted September 12 Author Share Posted September 12 Link to comment Share on other sites More sharing options...
KAOS Posted September 12 Author Share Posted September 12 Tropical... https://kaosfactory.github.io/Tropical.html#6.53/31.896/-89.48 Link to comment Share on other sites More sharing options...
KAOS Posted September 12 Author Share Posted September 12 Link to comment Share on other sites More sharing options...
KAOS Posted September 12 Author Share Posted September 12 Link to even less resource dependent mobile version of Intellistar Emulator.... https://kaosfactory.github.io/mobileX.html Link to TWC (MapBox) static radar... https://kaosfactory.github.io/staticradarX.html Link to comment Share on other sites More sharing options...
KAOS Posted September 12 Author Share Posted September 12 Link to comment Share on other sites More sharing options...
KAOS Posted September 12 Author Share Posted September 12 https://kaosfactory.github.io/Winds.html New stuff is all beta... more or less. Link to comment Share on other sites More sharing options...
KAOS Posted September 12 Author Share Posted September 12 Mini App... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now