Geometry in Giraffe

Quick Links

Giraffe Data Model

Drawing

What is a Feature?

At an abstract level, a Feature (aka a Section) is a geometry with some properties. It’s saved in Giraffe as a GeoJSON feature. Some common examples in Giraffe are a building, a stretch of road or a tree. These are simply geometries: a polygon, line and point respectively; along with some Properties such as the building’s height, the road’s width or the type of tree.

Sections belong to a project. You can copy them to other projects, but you can’t share the same section between projects.

Flow Chart of the Giraffe Data Model. Does a picture really say 1000 words?

Flow Chart of the Giraffe Data Model. Does a picture really say 1000 words?

Feature Types

Polygon

A polygon is a plane shape (two-dimensional) with straight sides. Most Giraffe features start as polygons.

In Giraffe, you can create polygons in the following ways:

<aside> 💡 Learn more in Drawing

</aside>

Polygon Tool

Access the polgyon tool from More or by using the hotkey P

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/2666e037-74ae-4b3d-8ee9-ea74517efbbc/Screen_Shot_2021-06-30_at_2.28.30_pm.png

Edit an existing Feature

Add or remove nodes. Push and pull. Create any shape you can imagine.

gi 4 rectangle.gif

Copy Shapes from the Map

Right click on any map shape to copy it into your project

merge.gif

Rectangle

A rectangle is a special type of polygon with four 90 degree angles.

In Giraffe, many of the drawing tools default to Rectangle.

dwg tool 2.png

2D

Leave the polygon 2D to represent flat areas, such as:

Plaza

Sports Field

Carpark

3D

Make any polygon 3-dimensional by adding a height property such as:

Height (Override)

Floor to Floor

Levels (input)

Line

A line is a continuous extent of length, straight or curved, without breadth or thickness

Lines are great for displaying a:

Road

Path

Untitled

Point

A point is an exact location. It has no size, only position.

Points can be used to place single objects, such as a:

3D model (GLTF)

Tree

Untitled

Smart Geometry