From 14b5272e006d2087672c89276d8e1e57f448ac27 Mon Sep 17 00:00:00 2001 From: Deep Bhattacharyya Date: Fri, 1 Nov 2019 16:23:34 +1100 Subject: [PATCH 1/2] tables fixed in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1416471..9f3e30a 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 From c5719d4fd64a9180d7b16c4c7d621eeb4ed0166f Mon Sep 17 00:00:00 2001 From: Deep Bhattacharyya Date: Fri, 1 Nov 2019 16:25:52 +1100 Subject: [PATCH 2/2] more tables fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f3e30a..a0246d2 100644 --- a/README.md +++ b/README.md @@ -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