Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Layout for Tables in the Readme Documentation layout fixed #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ Example:

### <a name="building-model-properties"></a>1.1 Building model properties

Property | description
--- | --- | ---
Property | description
--- | ---
`id` | The MazeMap id of the building.
`campusId` | The specific campusid the building belongs to
`name` | The primary/default name of the building
Expand All @@ -133,7 +133,7 @@ Property | description
### <a name="floor-model-properties"></a>1.2 Floor model properties

Property | description
--- | --- | ---
--- | ---
`id` | The MazeMap id of the floor.
`buildingId` | Reference to the id of the parent building for the floor
`name` | The primary/default name of the floor
Expand Down Expand Up @@ -222,7 +222,7 @@ Example:
### <a name="flooroutline-model-properties"></a>2.1 FloorOutline model properties

Property | description
--- | --- | ---
--- | ---
`type` | The feature type, according to the GeoJSON standard.
`id` | The MazeMap id of the floorOutline.
`geometry` | A GeoJSON formatted geometry object. Mostly (but not limited to) Polygon or MultiPolygon.
Expand Down Expand Up @@ -364,7 +364,7 @@ Example:
### <a name="poi-model-properties"></a>3.4 POI model properties

Property | description
--- | --- | ---
--- | ---
`poiId` | The MazeMap id of the POI.
`campusId` | The parent campus of the POI
`title` | The primary/default name of the POI
Expand Down