Giraffe Has 3 main types of Layers - Drawing, Data, and Portfolio. You might see all of these layers together in the Layer Palette at the same time. That is because, at the end of the day, Giraffe is a GeoJSON editor, and regardless of source, the drawings, spatial layers, and projects are all spatial datasets.
<aside>
Data Layers are external geospatial datasets that add context to your Giraffe projects.
<aside>
Learn more in Data Layers
</aside>
</aside>
<aside>
Drawing Layers are where you author and visualize new geometries in Giraffe.
<aside>
Learn more in Drawing Layers
</aside>
</aside>
<aside>
The Portfolio turns all of the projects in your Workspace into a spatial dataset.
<aside>
Learn more about Portfolio Layer
</aside>
</aside>
“Raster is faster but vector is corrector.”
Raster data represents geospatial information using a grid of cells or pixels, each with a value indicating a specific attribute (like elevation or temperature) and is resolution-dependent. Vector data, on the other hand, uses points, lines, and polygons to represent discrete features like roads, boundaries, and rivers, providing more precision and scalability. Raster is best for continuous data, while vector is ideal for discrete data.
<aside>
Vector data is scalable and can also be searched, filtered, and styled using Lens (Data Table)
</aside>
<aside>
Think of raster data as spatially-oriented PDFs or photos. It is not scalable and cannot be searched.
</aside>
API spatial server connections provide dynamic, real-time access to geospatial data hosted on a server, allowing updates and live data integration. Point-in-time files like shapefiles are static, representing data as it existed when the file was created, without any automatic updates. APIs are ideal for continually changing datasets, while shapefiles are suited for stable or archived data snapshots.
<aside>
API connections to Esri, WMS, and Mapbox layers provides up-to-the-minute data without interruptions.
</aside>
<aside>
Static uploads are great for data that doesn’t need to be updated often and isn’t too large.
</aside>
<aside>