Skip to content

System Panel

Overview

The System Panel opens a Settings dialog that centralizes all user-facing application preferences and maintenance actions. The dialog uses a left sidebar menu to navigate between sections, and supports dragging and resizing to fit your screen layout.

Sections available:

  • Account — Displays your username and the current application version
  • Map Settings — Controls theme, scale bar, layer creation, popups, and bookmarks
  • Graphics Styles — Customizes the visual appearance of drawn shapes and analysis graphics
  • Developer — Cache diagnostics and debug tools (only visible in development mode)

Opening the Settings Dialog

System Panel

  1. In the right toolbar, click the gear icon (Settings)
  2. The Settings dialog opens as a resizable, draggable modal
  3. Use the left sidebar to switch between sections
  4. Click Hide Menu in the footer to collapse the sidebar and gain more content space
  5. Click Close in the footer to dismiss the dialog

Account Section

The Account section shows read-only information about your current session:

  • User — Your logged-in username
  • Version — The current application version number (a DEV label is appended in development mode)

No changes can be made from this section.

Map Settings Section

Map Settings Section

The Map Settings section is organized into collapsible blocks. Each block can be expanded or collapsed independently.

Appearance

Controls the application color theme:

  • Light — Uses a light background theme for the UI and map
  • Dark — Uses a dark background theme for the UI and map

Theme changes apply immediately across the entire application.

Scale Bar

Controls how the map scale bar is displayed:

Unit — Choose the unit system for the scale bar:

OptionDescription
MetricDisplays distance in metres and kilometres
ImperialDisplays distance in feet and miles
DualDisplays both metric and imperial simultaneously

Bar Style — Choose the visual style of the scale bar:

OptionDescription
LineSimple line with end markers
RulerSegmented ruler-style scale bar

INFO

When Dual unit is selected, Bar Style is automatically locked to Line and the style selector is disabled.

Layer Creation

Controls how layers are added from the catalog:

OptionDescription
MapImagePrefer Map Image Layer when adding catalog layers
FeaturePrefer Feature Layer when adding catalog layers
OriginalPreserve the source layer type as-is (default)

INFO

This setting can only be changed in development mode. In production, the control is locked and a notice is displayed explaining the restriction. Click Learn about layer types to open the layer concepts documentation.

Popups

Two independent toggle switches control popup behavior:

Enable all layer popups

  • Immediately enables or disables popups on all currently loaded layers in the map
  • Applies to both Feature Layers and Map Image Layers (including their sublayers)
  • Use this for a quick bulk enable or disable across all visible layers

Default for new layers

  • Sets the default popup state for layers added to the map after this change
  • Does not retroactively affect layers that are already loaded

Bookmarks

Compact layout (hide thumbnails)

  • When enabled, the bookmark panel displays bookmarks as a compact list without thumbnail images
  • When disabled, each bookmark shows its saved map thumbnail

Sort order

Controls the order in which bookmarks appear in the bookmark panel:

OptionDescription
A-ZAlphabetical order, ascending
Z-AAlphabetical order, descending
NewestMost recently created bookmarks first
OldestOldest bookmarks first

Graphics Styles Section

Graphics Styles Section

The Graphics Styles section lets you customize the visual appearance of shapes used throughout the application. Changes apply immediately to any new graphics drawn or displayed.

Click Reset All Styles in the section header to restore every category to its default appearance at once. This button is only active when at least one category has been customized. A confirmation dialog appears — click Reset to Defaults to confirm or Cancel to abort.

Style Categories

Style Categories

Each category controls the appearance of graphics used in a specific context:

CategoryUsed for
Target LayerPrimary shapes drawn for spatial analysis
Reference LayerComparison shapes and buffer geometry
Search ResultsHighlighted features from search operations
MyLayer GraphicsPersonal saved layer graphics
Uploaded FilesShapes from imported Shapefile, KML, GPX, or CSV
Highlight/AnalysisAnalysis result highlights and selected features
Measurement ToolsDistance and area measurement graphics

Click any category heading to expand it and access its style controls.

Style Controls

Each category exposes the following controls:

Fill Color

  • Click the color swatch to open the color picker
  • The checkerboard background indicates transparency support
  • Adjust both the color and the alpha (opacity) channel

Outline Color

  • Click the color swatch to open the color picker
  • Controls the border color of polygons and the color of lines and points
  • Supports alpha transparency

Line Width — Slider from 1 to 10. Controls the thickness of line features.

Point Size — Slider from 1 to 20. Controls the radius of point features.

Border Width — Slider from 0 to 5. Controls the outline stroke width for polygon and point features.

Live Preview

Each expanded category shows a live preview panel displaying how a point, line, and polygon will appear with the current style settings.

Per-Category Reset

A Reset button appears on each category heading when its settings differ from the defaults. Click it to restore only that category to its default values.

INFO

MyLayer Graphics and Uploaded Files do not show a per-category reset button — these are intentionally user-configurable defaults with no system-defined baseline to restore to.

Developer Tools Section

The Developer section is only visible in development mode. It provides cache performance testing and diagnostic tools for the internal layer caching system. All results appear in a dismissible notice panel.

The four tools are presented as a segmented control:

SegmentDescription
PerformanceRuns a side-by-side comparison of cached vs. traditional layer access timing
ValidateChecks whether the cache is consistent with the current map layer state
StatsShows total layer count, feature layer count, and cache hit/miss counts
InspectDisplays detailed content of the cache, including feature and other layers

Click a segment to run it. Results are shown immediately in the notice area below. Click the close button on the notice to dismiss it and run another test.

Footer Actions

The footer is always visible regardless of which section is active.

Clear Cache

Clears all browser-stored cache data and reloads the application. This includes:

  • Browser Cache API entries
  • Browser local storage
  • Browser session storage

A confirmation dialog appears before the operation runs. Click Clear & Refresh to proceed or Cancel to abort.

Use this action when you experience stale data, visual glitches, or settings that seem frozen.

Reset Preferences

Resets all user preference settings to their factory defaults and reloads the application. The following preferences are reset:

  • Layer creation preference
  • Enable all layer popups
  • Default popup for new layers
  • Theme preference (Light/Dark)
  • Bookmark compact layout
  • Bookmark sort order
  • Scale bar unit
  • Scale bar style

A confirmation dialog appears before the operation runs. Click Reset to Defaults to proceed or Cancel to abort.

INFO

Reset Preferences only clears preference settings. Graphics style customizations are stored separately and are not reset by this action. Use Clear Cache to remove all stored data including graphics styles.

Close

Closes the Settings dialog and returns to the map.

Hide Menu / Show Menu

Toggles the left sidebar navigation. When hidden, the content area expands to use the full dialog width. Click Show Menu to restore the sidebar.

Troubleshooting

IssueLikely CauseWhat to Do
Layer Creation option cannot be changedRunning in production modeThis setting is locked in production; use development mode to change it
Existing layer popups did not updateThe wrong toggle was usedUse Enable all layer popups to bulk-update currently loaded layers
New layers ignore the popup settingDefault popup toggle was not setCheck and update the Default for new layers toggle
Graphics style changes look inconsistentSome categories have different settingsReview each category individually; use per-category Reset if needed
Settings appear stuck or wrong after reloadStale browser storageUse Clear Cache to wipe all stored data and reload
Preferences did not reset graphics stylesReset Preferences only clears preference keysUse Clear Cache for a full storage wipe including graphics styles
Developer section is not visibleRunning in production modeThe Developer section is only shown in development mode

Horizon Help Documentation