Deck.gl הוא מסגרת חזותית מבוססת-WebGL שמספקת מגוון של תצוגות חזותיות של נתונים ב-2D וב-3D, פשוטות לשימוש, עם תמיכה במערכי נתונים גדולים. אפשר להוסיף הדמיות חזותיות של נתונים ב-deck.gl באמצעות Maps JavaScript API באמצעות הכיתה GoogleMapsOverlay של deck.gl.
ב-Deck.gl יש תמיכה במספר מקורות נתונים ופורמטים, ואפשר גם ליצור תצוגות חזותיות מורכבות על ידי רינדור של כמה שכבות של תצוגות חזותיות במפה.
דרישות
כדי להשתמש ב-deck.gl, צריך להשתמש במפה רסטר או במפה וקטורית שמספקת Maps API ל-JavaScript. מומלץ מאוד להשתמש במפה וקטורית כדי שתוכלו ליהנות מכל היתרונות של התכונות שמבוססות על WebGL במפת הבסיס של Google, כולל הטיה, סיבוב ושליטה מלאה במצלמה תלת-ממדית.
ב-Deck.gl יש מגוון גדול של תצוגות חזותיות דו-ממדיות ושלוש-ממדיות שמותאמות להצגת סוגים שונים של נתונים. הרשימה המלאה מופיעה בLayer Catalog באתר deck.gl.
דוגמאות
דוגמאות נוספות לשימוש ב-deck.gl וב-Maps JavaScript API:
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-06-12 (שעון UTC)."],[[["Deck.gl is a WebGL-powered visualization framework offering diverse 2D and 3D data visualizations, easily integrated with the Maps JavaScript API using its `GoogleMapsOverlay` class."],["It supports various data sources and formats, enabling composite visualizations by layering multiple visualization types on the map, best utilized with the vector map for leveraging WebGL's 3D capabilities."],["Deck.gl can be integrated using a script tag or installed as modules from NPM, with detailed guidance available in the deck.gl documentation."],["Numerous 2D and 3D visualization options are provided by Deck.gl, optimized for different data types, as showcased in the Layer Catalog on the deck.gl website."],["Examples demonstrate the integration of Deck.gl and the Maps JavaScript API, including ArcLayer, Trips Layer, and ScatterPlot visualizations."]]],[]]