✨ 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
68 lines
1.8 KiB
Plaintext
68 lines
1.8 KiB
Plaintext
{
|
|
"maxerr" : 50,
|
|
"bitwise" : true,
|
|
"camelcase" : true,
|
|
"curly" : true,
|
|
"eqeqeq" : true,
|
|
"forin" : true,
|
|
"immed" : true,
|
|
"indent" : 2,
|
|
"latedef" : true,
|
|
"newcap" : true,
|
|
"noarg" : true,
|
|
"noempty" : true,
|
|
"nonew" : true,
|
|
"plusplus" : true,
|
|
"quotmark" : true,
|
|
"undef" : true,
|
|
"unused" : true,
|
|
"strict" : true,
|
|
"trailing" : true,
|
|
"maxparams" : false,
|
|
"maxdepth" : false,
|
|
"maxstatements" : false,
|
|
"maxcomplexity" : false,
|
|
"maxlen" : false,
|
|
"asi" : false,
|
|
"boss" : false,
|
|
"debug" : false,
|
|
"eqnull" : true,
|
|
"es5" : false,
|
|
"esnext" : false,
|
|
"moz" : false,
|
|
"evil" : false,
|
|
"expr" : true,
|
|
"funcscope" : true,
|
|
"globalstrict" : true,
|
|
"iterator" : true,
|
|
"lastsemic" : false,
|
|
"laxbreak" : false,
|
|
"laxcomma" : false,
|
|
"loopfunc" : false,
|
|
"multistr" : false,
|
|
"proto" : false,
|
|
"scripturl" : false,
|
|
"smarttabs" : false,
|
|
"shadow" : false,
|
|
"sub" : false,
|
|
"supernew" : false,
|
|
"validthis" : false,
|
|
"browser" : true,
|
|
"couch" : false,
|
|
"devel" : true,
|
|
"dojo" : false,
|
|
"jquery" : false,
|
|
"mootools" : false,
|
|
"node" : true,
|
|
"nonstandard" : false,
|
|
"prototypejs" : false,
|
|
"rhino" : false,
|
|
"worker" : false,
|
|
"wsh" : false,
|
|
"yui" : false,
|
|
"nomen" : true,
|
|
"onevar" : true,
|
|
"passfail" : false,
|
|
"white" : true
|
|
}
|