Trek_CN/client/src/components/Map
jubnl a956a06792 feat: add AMap JS proxy and map component (Task 5 foundation)
Server:
- AmapProxyController: GET /api/maps/amap-js serves AMap SDK
- ALL /api/maps/amap-proxy/* proxies requests to Amap with server key
- Registered in MapsModule

Client:
- amapLoader.ts: dynamic AMap JS SDK loader with serviceHost proxy
- AmapMapView.tsx: basic Amap map component with markers/polylines
- MapViewAuto.tsx: added 'amap' provider option alongside Leaflet/GL
- Settings: map_provider type now accepts 'amap', UI updated
2026-07-11 18:24:18 +08:00
..
AmapMapView.tsx feat: add AMap JS proxy and map component (Task 5 foundation) 2026-07-11 18:24:18 +08:00
flightGeodesy.test.ts 3.2.0 (#1426) 2026-07-05 01:13:04 +02:00
flightGeodesy.ts 3.2.0 (#1426) 2026-07-05 01:13:04 +02:00
glProviders.test.ts fix(map): pin the GL basemap label language to the UI language (#1299) 2026-06-27 20:14:52 +02:00
glProviders.ts fix(map): pin the GL basemap label language to the UI language (#1299) 2026-06-27 20:14:52 +02:00
LocationButton.tsx add mapbox gl option, gps location, journey reorder + polish 2026-04-19 01:41:02 +02:00
locationMarkerMapbox.ts feat(maps): add MapLibre OpenFreeMap support (#1317) 2026-06-27 20:14:52 +02:00
mapboxSetup.ts v3.0.21 Bug Fixes (#998) 2026-05-16 00:53:02 +02:00
MapCompassPill.tsx feat(maps): add MapLibre OpenFreeMap support (#1317) 2026-06-27 20:14:52 +02:00
MapView.test.tsx 3.2.0 (#1426) 2026-07-05 01:13:04 +02:00
MapView.tsx 3.2.0 (#1426) 2026-07-05 01:13:04 +02:00
MapViewAuto.tsx feat: add AMap JS proxy and map component (Task 5 foundation) 2026-07-11 18:24:18 +08:00
MapViewGL.test.tsx 3.2.0 (#1426) 2026-07-05 01:13:04 +02:00
MapViewGL.tsx 3.2.0 (#1426) 2026-07-05 01:13:04 +02:00
placePopup.ts Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
poiCategories.ts Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
PoiCategoryPill.tsx Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
ReservationOverlay.tsx 3.2.0 (#1426) 2026-07-05 01:13:04 +02:00
reservationsMapbox.test.ts 3.2.0 (#1426) 2026-07-05 01:13:04 +02:00
reservationsMapbox.ts 3.2.0 (#1426) 2026-07-05 01:13:04 +02:00
RouteCalculator.test.ts feat: switch client route calculation and external links to Amap 2026-07-11 18:14:20 +08:00
RouteCalculator.ts feat: switch client route calculation and external links to Amap 2026-07-11 18:14:20 +08:00
transitGeometry.ts 3.2.0 (#1426) 2026-07-05 01:13:04 +02:00
usePoiExplore.ts Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00