diff --git a/README.md b/README.md index 1416471..a0246d2 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,8 @@ Example: ### 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 @@ -133,7 +133,7 @@ Property | description ### 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 @@ -222,7 +222,7 @@ Example: ### 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. @@ -364,7 +364,7 @@ Example: ### 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