✨ 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
56 lines
2.1 KiB
JSON
56 lines
2.1 KiB
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://json-schema.org/draft/2020-12/schema",
|
|
"$vocabulary": {
|
|
"https://json-schema.org/draft/2020-12/vocab/core": true,
|
|
"https://json-schema.org/draft/2020-12/vocab/applicator": true,
|
|
"https://json-schema.org/draft/2020-12/vocab/unevaluated": true,
|
|
"https://json-schema.org/draft/2020-12/vocab/validation": true,
|
|
"https://json-schema.org/draft/2020-12/vocab/meta-data": true,
|
|
"https://json-schema.org/draft/2020-12/vocab/format-annotation": true,
|
|
"https://json-schema.org/draft/2020-12/vocab/content": true
|
|
},
|
|
"$dynamicAnchor": "meta",
|
|
|
|
"title": "Core and Validation specifications meta-schema",
|
|
"allOf": [
|
|
{"$ref": "meta/core"},
|
|
{"$ref": "meta/applicator"},
|
|
{"$ref": "meta/unevaluated"},
|
|
{"$ref": "meta/validation"},
|
|
{"$ref": "meta/meta-data"},
|
|
{"$ref": "meta/format-annotation"},
|
|
{"$ref": "meta/content"}
|
|
],
|
|
"type": ["object", "boolean"],
|
|
"$comment": "This meta-schema also defines keywords that have appeared in previous drafts in order to prevent incompatible extensions as they remain in common use.",
|
|
"properties": {
|
|
"definitions": {
|
|
"$comment": "\"definitions\" has been replaced by \"$defs\".",
|
|
"type": "object",
|
|
"additionalProperties": {"$dynamicRef": "#meta"},
|
|
"deprecated": true,
|
|
"default": {}
|
|
},
|
|
"dependencies": {
|
|
"$comment": "\"dependencies\" has been split and replaced by \"dependentSchemas\" and \"dependentRequired\" in order to serve their differing semantics.",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"anyOf": [{"$dynamicRef": "#meta"}, {"$ref": "meta/validation#/$defs/stringArray"}]
|
|
},
|
|
"deprecated": true,
|
|
"default": {}
|
|
},
|
|
"$recursiveAnchor": {
|
|
"$comment": "\"$recursiveAnchor\" has been replaced by \"$dynamicAnchor\".",
|
|
"$ref": "meta/core#/$defs/anchorString",
|
|
"deprecated": true
|
|
},
|
|
"$recursiveRef": {
|
|
"$comment": "\"$recursiveRef\" has been replaced by \"$dynamicRef\".",
|
|
"$ref": "meta/core#/$defs/uriReferenceString",
|
|
"deprecated": true
|
|
}
|
|
}
|
|
}
|