Methods
-
static__createProfileMarker(context, data)
Leaflet/Controls/ElevationPath.js, line 922 -
create Profile Marker
Name Type Description context Object context
data Object data
-
static__customRawProfileMouseOverEvent(context, e)
Leaflet/Controls/ElevationPath.js, line 1009 -
custom operation into raw profil...
TODOName Type Description context Object context
e Object event
-
static__customRawProfileOperation()
Leaflet/Controls/ElevationPath.js, line 998 -
custom operation into raw profil...
TODO -
static__removeProfileMarker(context)
Leaflet/Controls/ElevationPath.js, line 982 -
remove Profile Marker
Name Type Description context Object context
-
static__updateProfileMarker(context, data)
Leaflet/Controls/ElevationPath.js, line 950 -
update Profile Marker
Name Type Description context Object context
data Object data
-
staticDISPLAY_PROFILE_BY_DEFAULT(data, container, context)
Leaflet/Controls/ElevationPath.js, line 1021 -
Display Profile function used by default : no additonal framework needed.
Name Type Description data Object elevations values for profile
container HTMLElement html container where to display profile
context Object this control object
-
staticDISPLAY_PROFILE_LIB_AMCHARTS(data, container, context)
Leaflet/Controls/ElevationPath.js, line 1080 -
Display Profile using Amcharts framework. This method needs AmCharts libraries to be loaded.
Name Type Description data Object elevations values for profile
container HTMLElement html container where to display profile
context Object this control object
-
staticDISPLAY_PROFILE_LIB_D3(data, container, context)
Leaflet/Controls/ElevationPath.js, line 1057 -
Display Profile using D3 javascript framework. This method needs D3 libraries to be loaded.
Name Type Description data Object elevations values for profile
container HTMLElement html container where to display profile
context Object this control object
-
staticDISPLAY_PROFILE_RAW(data, container, context)
Leaflet/Controls/ElevationPath.js, line 1039 -
Display Profile without graphical rendering (raw service response)
Name Type Description data Object elevations values for profile
container HTMLElement html container where to display profile
context Object this control object