Skip to content

Latest commit

 

History

History
 
 

geoview-core

geoview-core

geoview-core is a package that manages the core viewer functionalities. Among those functionalities:

  • An API that is exported to be used for internal and external packages
    • APIs to manage events
    • APIs to manage plugins
    • APIs to control maps
  • Main rendering of maps and core components
  • Layers and Geospatial functionalities
  • User Interface elements

The viewer is the loader

As GeoView is now a monorepo, it needs one starter project (an app). geoview-core is the starter project that manages all internal packages. It uses webpack to compile, build and bundle the packages.