✨ MAJOR FEATURES: • Auto-zoom intelligence với smart bounds fitting • Enhanced 3D GPS markers với pulsing effects • Professional route display với 6-layer rendering • Status-based parking icons với availability indicators • Production-ready build optimizations 🗺️ AUTO-ZOOM FEATURES: • Smart bounds fitting cho GPS + selected parking • Adaptive padding (50px) cho visual balance • Max zoom control (level 16) để tránh quá gần • Dynamic centering khi không có selection 🎨 ENHANCED VISUALS: • 3D GPS marker với multi-layer pulse effects • Advanced parking icons với status colors • Selection highlighting với animation • Dimming system cho non-selected items 🛣️ ROUTE SYSTEM: • OpenRouteService API integration • Multi-layer route rendering (glow, shadow, main, animated) • Real-time distance & duration calculation • Visual route info trong popup 📱 PRODUCTION READY: • SSR safe với dynamic imports • Build errors resolved • Global deployment via Vercel • Optimized performance 🌍 DEPLOYMENT: • Vercel: https://whatever-ctk2auuxr-phong12hexdockworks-projects.vercel.app • Bundle size: 22.8 kB optimized • Global CDN distribution • HTTPS enabled 💾 VERSION CONTROL: • MapView-v2.0.tsx backup created • MAPVIEW_VERSIONS.md documentation • Full version history tracking
36 lines
765 B
JavaScript
36 lines
765 B
JavaScript
/**
|
|
* lucide-react v0.292.0 - ISC
|
|
*/
|
|
|
|
import createLucideIcon from '../createLucideIcon.js';
|
|
|
|
const PencilRuler = createLucideIcon("PencilRuler", [
|
|
["path", { d: "m15 5 4 4", key: "1mk7zo" }],
|
|
[
|
|
"path",
|
|
{
|
|
d: "M13 7 8.7 2.7a2.41 2.41 0 0 0-3.4 0L2.7 5.3a2.41 2.41 0 0 0 0 3.4L7 13",
|
|
key: "orapub"
|
|
}
|
|
],
|
|
["path", { d: "m8 6 2-2", key: "115y1s" }],
|
|
[
|
|
"path",
|
|
{
|
|
d: "m2 22 5.5-1.5L21.17 6.83a2.82 2.82 0 0 0-4-4L3.5 16.5Z",
|
|
key: "hes763"
|
|
}
|
|
],
|
|
["path", { d: "m18 16 2-2", key: "ee94s4" }],
|
|
[
|
|
"path",
|
|
{
|
|
d: "m17 11 4.3 4.3c.94.94.94 2.46 0 3.4l-2.6 2.6c-.94.94-2.46.94-3.4 0L11 17",
|
|
key: "cfq27r"
|
|
}
|
|
]
|
|
]);
|
|
|
|
export { PencilRuler as default };
|
|
//# sourceMappingURL=pencil-ruler.js.map
|