Modules
(client, server)
Contains methods, subscriptions and business logic that can be used in other parts of the code, often in views, models or other modules.
- K.Cache
implement simple and smart general-purpose caching system based on key-value - K.Plugin
define and manage registered Kepler plugins in application - K.Util
large collection of generic functions, they are organized for categories:
(client)
- K.Profile
define methods logic and manage data of the current logged user - K.Map the wrapper for Leaflet map
- K.Map.map instance of Leaflet map
- K.Map.controls- K.Map.controls
- K.Map.layers
- K.Map.layers.baselayer current base tile layer
- K.Map.layers.users marker users layer group
- K.Map.layers.places marker places layer group
- K.Map.layers.geojson layer geojson to load pois,tracks, and much more