Skip to content

Provides OpenSphere configuration specific to Electron builds.

Notifications You must be signed in to change notification settings

ngageoint/opensphere-config-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenSphere Electron Configuration

Provides OpenSphere configuration specific to Electron builds, and the current recommended versions of electron and electron-builder dependencies. This project should be cloned alongside opensphere and opensphere-electron.

The Electron-specific settings are intended to:

  • Disable the proxy: CORS has been disabled in opensphere-electron, so a proxy is not needed for network requests.
  • Enable mixed content: Electron can access the local file system via file:// URL's, as well as remote resources.
  • Provide a scheme for network-path references: URL's beginning with // are intended to use the app's URL scheme, but for Electron that will be file:// and break the URL.

About

Provides OpenSphere configuration specific to Electron builds.

Resources

Stars

Watchers

Forks

Packages

No packages published