Trek_CN/server
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
..
assets v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
public v3.0.16 — bug fixes (#964) 2026-05-06 21:38:40 +02:00
scripts v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
src feat: add AMap JS proxy and map component (Task 5 foundation) 2026-07-11 18:24:18 +08:00
tests feat: add amap route and transit services 2026-07-11 17:48:52 +08:00
.env.example 3.2.1 (#1433) 2026-07-06 00:27:42 +02:00
.gitignore Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
.prettierrc Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
eslint.config.mjs Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
package.json chore: bump version to 3.2.1 [skip ci] 2026-07-05 22:28:08 +00:00
reset-admin.js 3.2.0 (#1426) 2026-07-05 01:13:04 +02:00
tsconfig.build.json Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
tsconfig.json Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
vitest.config.ts 3.2.0 (#1426) 2026-07-05 01:13:04 +02:00