Skip to content
On this page

Overview

An official and professional documentation site is still in the works. This page will serve to help quickly find existing content and view using github's built-in markdown renderer.

Some texts are still incomplete or outdated. We appreciate your patience, things will shape up in time. Missing or incorrect items may be logged as issues, we will do our best to prioritize.

Basic Implementation

The Instantiation page provides examples of how to instantiate a RAMP instance, and basic HTML templates to reference.

Migration from RAMP 2 / RAMP 3

  • The v4.0.0 Release Notes will highlight breaking changes and features not yet implemented.
  • This Config Upgrade Sample Page shows how one can utilize the provided upgrade functions in an attempt to migrate a RAMP2 configuration to the RAMP4 schema. Note the functions configUpgrade() and layerConfigUpgrade() are available on the RAMP. global if using the standard build, or can be imported if using the esm build.
  • The Config Incompatibilty page provides a list of RAMP2 config properties that are currently not supported.
  • The API Migration page is horribly incomplete but provides some detail on API differences.
  • The Config Schema provides a technical specification of the new RAMP4 configuration structure.

App Configuration

API Documentation

APIs exposed by the library:

Information on more involved modifications via the API:

Developer Resources

main - Released under the MIT License.