# default.cfg # Version: 1.0 # # Configuration file for image_viewer.php # Lines beginning with # are comments and are ignored. # Blank lines are ignored. # Format: key = value # # ---- Page settings ---- page_title = WXNW Viewing Utility footer_text = weather.wxnorthwest.com # ---- Initial image displayed on page load ---- # Leave blank to show an empty frame until a button is clicked. initial_image = https://wxnw1.com/weather/tools/east_pac_sfc_map/opc_sfc_analysis.png initial_label = Surface Map initial_zoom = 80 # ---- Sidebar buttons (up to 10) ---- # # Each button has three settings: # buttonN_label = Text shown on the button # buttonN_url = URL to use when button is clicked # buttonN_action = swap (default) -- replaces the displayed image with buttonN_url # link -- navigates the browser to buttonN_url # iframe -- displays the URL as a web page in the main window # (note: many sites block iframe embedding) # # Separators: # separatorN = 1 -- inserts a horizontal line + extra space between buttons. # N must be a number between 1 and 10, placed between button numbers. # Example: separator3 = 1 inserts a separator after button3. # # Buttons and separators share the same 1-10 numbering pool and are sorted by number. # Example layout: button1, button2, separator3, button4, button5 button1_label = Satllite button1_url = https://cdn.star.nesdis.noaa.gov/GOES17/ABI/SECTOR/np/GEOCOLOR/GOES17-NP-GEOCOLOR-900x540.gif button1_action = swap button1_zoom = 80 button2_label = Surface Map button2_url = https://wxnw1.com/weather/tools/east_pac_sfc_map/opc_sfc_analysis.png button2_action = swap separator3 = 1 button4_label = Surface Analysis button4_url = https://example.com/images/surface_analysis.png button4_action = swap button5_label = PDX Dashboard button5_url = https://www.weather.gov/zse/ZSEStationInfo?id=KPDX&tab=MTF& button5_action = iframe button6_label = Forecast Discussion button6_url = https://weather.jimlittle.net button6_action = link button7_label = MXHT Compare button7_url = https://wxnw2.com/weather/tools/viewer/viewer.php?cfg=mxht_compare.cfg button7_action = link # buttons 6-10 are unused in this default config -- add as needed