Add crop zoning feature with localization support and new dependencies

- Introduced crop zoning functionality, including a new section in the navigation menu.
- Added Persian translations for crop zoning-related UI elements.
- Updated package.json and package-lock.json to include new dependencies: @mapbox/mapbox-gl-draw and various @turf packages for geospatial calculations.
- Enhanced global styles for crop zoning tooltips to improve user experience.
This commit is contained in:
2026-02-20 22:15:34 +03:30
parent 890599b0e7
commit f27145092f
14 changed files with 1102 additions and 0 deletions
@@ -0,0 +1,8 @@
// Components Imports
import CropZoningWrapper from '@views/dashboards/farm/cropZoning/CropZoningWrapper'
const CropZoningPage = async () => {
return <CropZoningWrapper />
}
export default CropZoningPage