Source Map
"/home/yossef/notes/git/projects/maplibra/risks/Source Map.md"
path: maplibra/risks/Source Map.md
- **fileName**: Source Map
- **Created on**: 2026-06-16 00:48:42
Source Map
Migrated from: obs_vault
Parent: ../Home.md
This note is the fastest way to jump from a source file to the right vault note.
Startup And Shell
index.html-> ../flows/Startup Sequence.mdscript.js-> ../flows/Startup Sequence.md, ../modules/Bootstrap System.md, ../observability/Runtime Flags.mdsrc/app/app-lifecycle.js-> ../flows/Startup Sequence.md, ../modules/Map Rendering.mdsrc/app/map-setup.js-> ../modules/Map Rendering.mdsrc/app/loading-utils.js-> ../modules/Map Rendering.mdsrc/app/warmup-policy.js-> ../modules/Bootstrap System.mdsrc/bootstrap/bootstrap-shell.js-> ../modules/Bootstrap System.mdsrc/bootstrap/bootstrap-map.js-> ../modules/Bootstrap System.mdsrc/bootstrap/bootstrap-data.js-> ../modules/Bootstrap System.mdsrc/bootstrap/bootstrap-routing.js-> ../modules/Bootstrap System.md, ./Shell Bootstrap Risks.mdsrc/bootstrap/bootstrap-search.js-> ../modules/Bootstrap System.md, ../modules/UI Components.mdsrc/bootstrap/bootstrap-debug.js-> ../modules/Bootstrap System.md, ../observability/Bootstrap Debug Imports.mdsrc/bootstrap/create-app-context.js-> ../modules/Bootstrap System.md, ../observability/Runtime Flags.mdsrc/bootstrap/startup-constants.js-> ../modules/Bootstrap System.mdsrc/bootstrap/init-keyboard.js-> ./Keyboard and Joystick Input.mdsrc/bootstrap/init-joystick.js-> ./Keyboard and Joystick Input.md
Theme And Basemaps
theme.js-> ../flows/Theme Change.md, ./Theme Controller Risks.md, ./Broad Map Layer ID Matching.md, ./Host Mode Style Resolution.mdsrc/app/basemap-style.js-> ../flows/Theme Change.md, ../modules/Offline Basemaps and PMTiles.md, ./Offline Basemap Theme Drift.mdsrc/app/offline-config.js-> ../modules/Offline Basemaps and PMTiles.md, ./Host Mode Style Resolution.mdsrc/app/offline-basemap.js-> ../modules/Offline Basemaps and PMTiles.md, ./Offline Basemap Theme Drift.mdsrc/app/map-setup.js-> ../modules/Map Rendering.md, ./Broad Map Layer ID Matching.mdsrc/ui/ThemeController.js-> ./Theme Controller Risks.md, ./Theme Controller Listener Cleanup.mdpublic/assets/offline-style.json-> ./Offline Basemap Theme Drift.mdpublic/assets/basemap-style.json-> ./Offline Basemap Theme Drift.md
Indoor Layers And Visibility
src/layer-manager.js-> ../modules/Layer Management.md, ./Layer Visibility Risks.md, ./LayerManager Theme Reapply State.mdsrc/layers/base-layers.js-> ../modules/Layer Management.mdsrc/layers/base/core.js-> ../modules/Layer Management.mdsrc/layers/base/styles.js-> ../modules/Layer Management.mdsrc/layers/base/style-layer.js-> ../modules/Layer Management.md, ./LayerManager Theme Reapply State.mdsrc/layers/base/style-interactions.js-> ../modules/Layer Management.mdsrc/layers/base/doors.js-> ../modules/Layer Management.md, ./LayerManager Theme Reapply State.mdsrc/layers/base/labels.js-> ../modules/Layer Management.md, ./LayerManager Theme Reapply State.mdsrc/layers/base/debug.js-> ../modules/Layer Management.md, ./Debug Layers and Node Overlays.mdsrc/layers/visibility-manager.js-> ../modules/Layer Management.md, ./Layer Visibility Risks.mdsrc/layers/debug-node-layers-part1.js-> ./Debug Layers and Node Overlays.mdsrc/layers/debug-node-layers-part2.js-> ./Debug Layers and Node Overlays.mdsrc/layers/debug/**-> ./Debug Layers and Node Overlays.mdsrc/app/debug-layers.js-> ./Debug Layers and Node Overlays.md, ../observability/Bootstrap Debug Imports.mdsrc/app/debug-location.js-> ../observability/Bootstrap Debug Imports.md
UI And Search
src/ui-manager.js-> ../modules/UI Components.mdsrc/pathfinding/events.js-> ../modules/UI Components.md, ../modules/UI Components.mdsrc/app/search-bootstrap.js-> ../modules/UI Components.md, ./Search and Selection Risks.mdsrc/bootstrap/bootstrap-search.js-> ../modules/UI Components.mdsrc/ui/SearchBox.js-> ../modules/UI Components.mdsrc/ui/poi-discovery.js-> ../modules/UI Components.mdsrc/ui/ErrorToast.js-> ./Error Toast and Location Validation.mdcheck-locations.js-> ./Error Toast and Location Validation.md, ./Search and Selection Risks.mdsrc/app/geometry-utils.js-> ../modules/UI Components.md
Offline And Packaging
src/app/service-worker.js-> ../modules/Android Bridge.mdpublic/sw.js-> ./Service Worker Risks.mdpublic/assets/offline-assets.json-> ./Service Worker Risks.mddocs/offline-packaging.md-> ./Offline Packaging Risks.md, ./Offline Packaging Risks.mdpublic/assets/my_data.zip-> ./Offline Packaging Risks.md
Routing And Geometry
src/pathfinding/services/graph-data-service.js-> ../modules/Pathfinding.mdsrc/pathfinding/services/routing-engine-service.js-> ../modules/WASM Routing.mdsrc/workers/path-worker.js-> ../modules/WASM Routing.mdsrc/pathfinding/wasm/route-kernel-bridge.js-> ../modules/WASM Routing.mdsrc/pathfinder-graph.js-> ../modules/Pathfinding.mdsrc/pathfinding/routing-cost.js-> ../modules/Pathfinding.mdsrc/pathfinding/snapping.js-> ../modules/Snapping.mdsrc/pathfinding/doors.js-> ../modules/Doors and Rooms.mdsrc/pathfinding/rooms.js-> ../modules/Doors and Rooms.mdsrc/pathfinding/walkable-areas.js-> ../flows/Wall Detection.mdsrc/app/zip-node-builder.js-> ../flows/Graph Construction.mdsrc/pathfinding/route-features.js-> ../modules/Path Renderer.mdsrc/pathfinding/route-smoothing.js-> ../modules/Route Smoothing.mdsrc/pathfinding/route-smoothing-enhanced.js-> ../modules/Route Smoothing.mdsrc/path-renderer/layers.js-> ../modules/Path Renderer.mdsrc/path-renderer/route.js-> ../modules/Path Renderer.mdsrc/pathfinding/unified-graph.js-> ../modules/Pathfinding.md
Routing Observability
src/bootstrap/runtime-flags.js-> ../observability/Runtime Flags.mdsrc/bootstrap/rollout-telemetry.js-> ../observability/Rollout Telemetry.mdsrc/bootstrap/startup-perf.js-> ../observability/Startup Perf and Budgets.mdsrc/bootstrap/perf-budget.js-> ../observability/Startup Perf and Budgets.mdsrc/bootstrap/bootstrap-debug.js-> ../observability/Bootstrap Debug Imports.mdsrc/app/debug-layers.js-> ../observability/Bootstrap Debug Imports.mdsrc/app/debug-location.js-> ../observability/Bootstrap Debug Imports.md
Tests
-
tests/search-bootstrap.test.js-> ../modules/UI Components.md -
tests/bootstrap-search-lazy.test.js-> ../modules/UI Components.md -
tests/search-box-inline-host.test.js-> ../modules/UI Components.md -
tests/pathfinding-events.test.js-> ../modules/UI Components.md, ../modules/UI Components.md -
tests/live-location-interactions.test.js-> ../modules/UI Components.md, ../modules/UI Components.md -
tests/ui-manager-location.test.js-> ../modules/UI Components.md -
tests/ui-manager-floor-menu.test.js-> ../modules/UI Components.md -
tests/visibility-manager.test.js-> ../modules/Layer Management.md, ./LayerManager Theme Reapply State.md, ./Theme Tests and Fix Plan.md -
tests/style-layer.test.js-> ../modules/Layer Management.md, ./LayerManager Theme Reapply State.md, ./Theme Tests and Fix Plan.md -
tests/path-renderer-layers.test.js-> ../modules/Path Renderer.md -
tests/runtime-flags.test.js-> ../observability/Runtime Flags.md -
tests/rollout-telemetry.test.js-> ../observability/Rollout Telemetry.md -
tests/perf-budget.test.js-> ../observability/Startup Perf and Budgets.md -
tests/performance-routing.test.js-> ../observability/Startup Perf and Budgets.md -
tests/bootstrap-debug.test.js-> ../observability/Bootstrap Debug Imports.md -
tests/debug-location.test.js-> ../observability/Bootstrap Debug Imports.md, ../modules/UI Components.md -
tests/theme-host-mode.test.js-> ../flows/Theme Change.md, ./Host Mode Style Resolution.md, ./Theme Tests and Fix Plan.md -
tests/basemap-style.test.js-> ../modules/Offline Basemaps and PMTiles.md, ./Offline Basemap Theme Drift.md, ./Theme Tests and Fix Plan.md -
tests/navigation-icon-theme.test.js-> ../flows/Theme Change.md, ./Theme Tests and Fix Plan.md -
tests/startup-offline-package.test.js-> ./Offline Packaging Risks.md -
tests/offline-package-derived-cache.test.js-> ./Offline Packaging Risks.md, ../decisions/Caching Strategy.mdcontinue:[[]]
before:[[]]