MCPcopy Create free account

hub / github.com/dimartarmizi/map-to-poster / functions

Functions89 in github.com/dimartarmizi/map-to-poster

↓ 67 callersFunctionupdateState
(partialState)
src/core/state.js:123
↓ 15 callersFunctionhexToRgba
(color, alpha = 1)
src/core/utils.js:1
↓ 15 callersFunctionupdateMarkerStyles
(currentState)
src/map/marker-manager.js:25
↓ 13 callersFunctiongetSelectedArtisticTheme
()
src/core/state.js:142
↓ 10 callersFunctionclamp
(value, min, max)
src/core/export.js:42
↓ 10 callersFunctionclamp
(value, min, max)
src/ui/form.js:1252
↓ 10 callersFunctiongetSelectedTheme
()
src/core/state.js:138
↓ 10 callersFunctionupdateRouteGeometry
()
src/map/route-manager.js:19
↓ 9 callersFunctionsyncRouteMarkers
(applyGeometry = true)
src/map/route-manager.js:428
↓ 9 callersFunctionupdateRouteStyles
(state)
src/map/route-manager.js:45
↓ 8 callersFunctionloadCustomThemes
()
src/core/custom-themes.js:3
↓ 8 callersFunctionproject
(lat, lon, scale)
src/core/export.js:7
↓ 6 callersFunctionsetExportButtonLoading
(loading, mode = 'loading')
main.js:41
↓ 6 callersFunctionupdateMapPosition
(lat, lon, zoom, options = { animate: true })
src/map/map-init.js:197
↓ 5 callersFunctionupdateArtisticStyle
(theme)
src/map/map-init.js:174
↓ 4 callersFunctiondrawPoint
(x, y, label)
src/core/export.js:370
↓ 4 callersFunctionrouteMarkerHtml
(label)
src/map/route-manager.js:60
↓ 3 callersFunctionfindBestInsertIndex
(lat, lon, routePoints)
src/core/utils.js:22
↓ 3 callersFunctiongetArtisticMap
()
src/map/map-init.js:20
↓ 3 callersFunctiongetMap
()
src/map/map-init.js:19
↓ 3 callersFunctioninvalidateMapSize
()
src/map/map-init.js:247
↓ 3 callersFunctionloadImage
(src)
src/core/export.js:125
↓ 2 callersFunctioncloseCustomThemeEditor
()
src/ui/form.js:281
↓ 2 callersFunctiondoDrag
(clientX, clientY)
src/ui/form.js:938
↓ 2 callersFunctiondrawComplexRouteToCtx
(ctx, points, color, themeBg = '#ffffff', scaleFactor = 1)
src/core/export.js:342
↓ 2 callersFunctiondrawMarkerToCtx
(ctx, x, y, color)
src/core/export.js:393
↓ 2 callersFunctionensurePreviewReady
()
main.js:80
↓ 2 callersFunctionexportToPNG
(element, filename, statusElement, options = {})
src/core/export.js:423
↓ 2 callersFunctiongetMapInstance
()
src/map/map-init.js:244
↓ 2 callersFunctionmakeCard
(key, theme, isOther = false)
src/ui/form.js:51
↓ 2 callersFunctionmakeSwatches
(t)
src/ui/form.js:331
↓ 2 callersFunctionopenCustomThemeEditor
(key = null)
src/ui/form.js:263
↓ 2 callersFunctionpaletteFor
(t)
src/ui/form.js:43
↓ 2 callersFunctionpopulateArtisticModal
()
src/ui/form.js:324
↓ 2 callersFunctionsanitizeCoordInput
(v)
src/ui/form.js:703
↓ 2 callersFunctionselectResultElement
(item)
src/ui/form.js:588
↓ 2 callersFunctionstartDrag
(clientX, clientY)
src/ui/form.js:927
↓ 2 callersFunctionupdateMapTheme
(tileUrl)
src/map/map-init.js:207
↓ 2 callersFunctionupdatePreviewStyles
(currentState)
src/ui/form.js:1313
↓ 1 callersFunctionapplyPosterTextLayout
(elements, width, height, matWidth = 0, size = 'medium')
src/core/export.js:65
↓ 1 callersFunctionapplyPosterTextLayout
(elements, currentState)
src/ui/form.js:1275
↓ 1 callersFunctionapplyThemeChange
(value)
src/ui/form.js:743
↓ 1 callersFunctioncaptureMapSnapshot
()
src/core/export.js:134
↓ 1 callersFunctionclearCustomThemes
()
src/core/custom-themes.js:38
↓ 1 callersFunctiondeleteCustomTheme
(key)
src/core/custom-themes.js:16
↓ 1 callersFunctionfetchOSRMRoute
(points)
src/core/routing.js:1
↓ 1 callersFunctionfetchTileAsBlobURL
(src)
src/core/export.js:114
↓ 1 callersFunctionformatCoords
(lat, lon)
src/map/geocoder.js:27
↓ 1 callersFunctiongenerateMapLibreStyle
(theme)
src/map/artistic-style.js:3
↓ 1 callersFunctiongetArtisticMapInstance
()
src/map/map-init.js:245
↓ 1 callersFunctiongetOverlayTextConfig
(width, height, size = 'medium')
src/core/export.js:46
↓ 1 callersFunctiongetOverlayTextConfig
(width, height, size = 'medium')
src/ui/form.js:1256
↓ 1 callersFunctiongetPosterTextScale
(width, height)
src/core/export.js:37
↓ 1 callersFunctiongetPosterTextScale
(width, height)
src/ui/form.js:1247
↓ 1 callersFunctiongetSqSegDist
(px, py, x1, y1, x2, y2)
src/core/utils.js:43
↓ 1 callersFunctionhandleViaDrag
(idx, newLatLng)
src/map/route-manager.js:235
↓ 1 callersFunctionimportCustomThemesFromJSON
(jsonString)
src/core/custom-themes.js:42
↓ 1 callersFunctioninitArtisticMap
(containerId, center, zoom)
src/map/map-init.js:70
↓ 1 callersFunctioninitMap
(containerId, initialCenter, initialZoom, initialTileUrl)
src/map/map-init.js:22
↓ 1 callersFunctionloadSettings
()
src/core/state.js:95
↓ 1 callersFunctionnewCustomThemeKey
()
src/core/custom-themes.js:22
↓ 1 callersFunctionnotifyObservers
()
src/core/state.js:134
↓ 1 callersFunctionpopulateModal
()
src/ui/form.js:471
↓ 1 callersFunctionsaveCustomTheme
(key, theme)
src/core/custom-themes.js:10
↓ 1 callersFunctionsaveSettings
()
src/core/state.js:110
↓ 1 callersFunctionsearchLocation
(query, opts = {})
src/map/geocoder.js:1
↓ 1 callersFunctionsetupControls
()
src/ui/form.js:19
↓ 1 callersFunctionsubscribe
(callback)
src/core/state.js:129
↓ 1 callersFunctionwaitForArtisticIdle
(timeout = 30000)
src/map/map-init.js:234
↓ 1 callersFunctionwaitForTilesLoad
(timeout = 30000)
src/map/map-init.js:213
FunctionclearMarkers
()
src/map/marker-manager.js:13
FunctiondoResetSettings
()
src/ui/form.js:890
FunctionendDrag
()
src/ui/form.js:959
FunctionexportCustomThemes
()
src/core/custom-themes.js:26
FunctiongetArtisticMarkers
()
src/map/marker-manager.js:11
FunctiongetIconAnchor
(iconName, size)
src/map/marker-manager.js:20
FunctiongetMarkers
()
src/map/marker-manager.js:10
FunctioninsertViaPoint
(lat, lon)
src/map/route-manager.js:30
FunctiononIdle
()
src/map/map-init.js:238
FunctiononLoad
()
src/map/map-init.js:228
FunctiononMouseMove
(me)
src/map/map-init.js:126
FunctiononMouseMove
(me)
src/map/route-manager.js:186
FunctiononMouseUp
()
src/map/map-init.js:151
FunctiononMouseUp
()
src/map/route-manager.js:211
FunctiononThemeInput
(e)
src/ui/form.js:755
FunctionupdateMarkerIcon
(iconName, size)
src/map/marker-manager.js:112
FunctionupdateMarkerPosition
(lat, lon)
src/map/marker-manager.js:124
FunctionupdateMarkerSize
(size, iconName)
src/map/marker-manager.js:116
FunctionupdateMarkerVisibility
(show)
src/map/marker-manager.js:120