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

Rectangle

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

<aside> 💡

Learn more Rectangle

</aside>

image.png

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

2D

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

Plaza

Sports Field

Carpark

Parcel

3D

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

Height (Override)

Floor to Floor

Levels (input)

Or, add a Building Section usage!

Polygon

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

<aside> 💡 Learn more in Polygon

</aside>

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

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

Polygon Tool

Access the polgyon tool from the drawing toolbar or by using the hotkey P

image.png

Edit an existing Feature

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

chrome_Q2wUC8izOI.gif

Copy Shapes from the Map

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

chrome_C5AeDTArvD.gif

Line

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

<aside> 💡

Learn more in Line

</aside>

Lines are great for displaying a:

Road

Path

Leader

Arrows

Untitled

Point

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

<aside> 💡

Learn more in Point

</aside>