{
	"info": {
		"_postman_id": "27139cb7-8e38-42b4-8017-0a5b1018d1f1",
		"name": "Pointr Cloud Rest Api V9 - Updated",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "48875078",
		"_collection_link": "https://pointr.postman.co/workspace/V9-Development~b7f9e58b-1c7d-4918-a967-265f4ef3712c/collection/30526053-27139cb7-8e38-42b4-8017-0a5b1018d1f1?action=share&source=collection_link&creator=48875078"
	},
	"item": [
		{
			"name": "V9",
			"item": [
				{
					"name": "HEALTH",
					"item": [
						{
							"name": "Content API",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/health",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"health"
									]
								}
							},
							"response": []
						},
						{
							"name": "Content API",
							"request": {
								"method": "HEAD",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/health",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"health"
									]
								}
							},
							"response": []
						},
						{
							"name": "Beacon Search API",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/beacons/health",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"beacons",
										"health"
									]
								}
							},
							"response": []
						},
						{
							"name": "Beacon Search API",
							"request": {
								"method": "HEAD",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/beacons/health",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"beacons",
										"health"
									]
								}
							},
							"response": []
						},
						{
							"name": "Identity API",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/identity/health",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"health"
									]
								}
							},
							"response": []
						},
						{
							"name": "Identity API",
							"request": {
								"method": "HEAD",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/identity/health",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"health"
									]
								}
							},
							"response": []
						},
						{
							"name": "Published Content API",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/published/health",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"published",
										"health"
									]
								}
							},
							"response": []
						},
						{
							"name": "Published Content API",
							"request": {
								"method": "HEAD",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/published/health",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"published",
										"health"
									]
								}
							},
							"response": []
						},
						{
							"name": "Utility API",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/utility/health",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"utility",
										"health"
									]
								}
							},
							"response": []
						},
						{
							"name": "Utility API",
							"request": {
								"method": "HEAD",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/utility/health",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"utility",
										"health"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "AUTHENTICATON METHODS",
					"item": [
						{
							"name": "Recover Password",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"email\": \"devuser@pointr.tech\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/identity/auth/password",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"auth",
										"password"
									]
								}
							},
							"response": []
						},
						{
							"name": "Reset Password",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"reset_token\":\"{{resetPasswordToken}}\",\r\n    \"new_password\":\"{{password}}\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/identity/auth/reset-password",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"auth",
										"reset-password"
									]
								}
							},
							"response": []
						},
						{
							"name": "Logout",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n   \"refresh_token\":\"{{refreshToken}}\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/identity/auth/logout",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"auth",
										"logout"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "AUTHENTICATON TOKEN",
					"item": [
						{
							"name": "Login With Username-Password",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {\r",
											"var jsonData = JSON.parse(responseBody);\r",
											"pm.collectionVariables.set(\"jwt_token_up\", jsonData.access_token);\r",
											"pm.collectionVariables.set(\"refreshToken\", jsonData.refresh_token);\r",
											"} catch (a) {\r",
											"    Error(pm.response.json().error.message);\r",
											"}\r",
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"username\": \"{{username}}\",\r\n    \"password\":\"{{password}}\",\r\n    \"grant_type\":\"{{gt_username_password}}\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/identity/auth/token",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"auth",
										"token"
									]
								}
							},
							"response": []
						},
						{
							"name": "Login With Client Credentials",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {\r",
											"var jsonData = JSON.parse(responseBody);\r",
											"pm.collectionVariables.set(\"jwt_token_up\", jsonData.access_token);\r",
											"\r",
											"} catch (a) {\r",
											"    Error(pm.response.json().error.message);\r",
											"}\r",
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"client_id\": \"{{clientIdentifier}}\",\r\n    \"client_secret\": \"{{license_key}}\",\r\n    \"grant_type\":\"{{gt_client_credentials}}\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/identity/auth/token",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"auth",
										"token"
									]
								}
							},
							"response": []
						},
						{
							"name": "Login With Refresh Token",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"refresh_token\":\"{{refreshToken}}\",\r\n    \"grant_type\":\"{{gt_refresh_token}}\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/identity/auth/token",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"auth",
										"token"
									]
								}
							},
							"response": []
						},
						{
							"name": "Login With Authorization Code",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {\r",
											"var jsonData = JSON.parse(responseBody);\r",
											"pm.collectionVariables.set(\"jwt_token_up\", jsonData.access_token);\r",
											"pm.collectionVariables.set(\"refreshToken\", jsonData.refresh_token);\r",
											"} catch (a) {\r",
											"    Error(pm.response.json().error.message);\r",
											"}"
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"code\": \"microsoft_authorization_code\",\r\n    \"grant_type\": \"authorization_code\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/identity/auth/token",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"auth",
										"token"
									]
								}
							},
							"response": []
						},
						{
							"name": "Login With Token Exchange",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {\r",
											"var jsonData = JSON.parse(responseBody);\r",
											"pm.collectionVariables.set(\"jwt_token_up\", jsonData.access_token);\r",
											"pm.collectionVariables.set(\"refreshToken\", jsonData.refresh_token);\r",
											"} catch (a) {\r",
											"    Error(pm.response.json().error.message);\r",
											"}\r",
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"access_token\": \"client_token\",\r\n    \"grant_type\": \"token_exchange\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/identity/auth/token",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"auth",
										"token"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "CLIENTS",
					"item": [
						{
							"name": "Published Clients",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/published/clients",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"published",
										"clients"
									]
								}
							},
							"response": []
						},
						{
							"name": "Published Client",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"published",
										"clients",
										"{{clientIdentifier}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Draft Clients",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {\r",
											"    var jsonData = JSON.parse(responseBody);\r",
											"    if (jsonData.length > 0) {\r",
											"        pm.collectionVariables.set(\"clientIdentifier\", jsonData[0].identifier);\r",
											"    }\r",
											"} catch (a) {\r",
											"    Error(pm.response.json().error.message);\r",
											"}\r",
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"disabled": true
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients"
									]
								}
							},
							"response": []
						},
						{
							"name": "Draft Client",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {\r",
											"    var jsonData = JSON.parse(responseBody);\r",
											"    if (jsonData.identifier != null) {\r",
											"        pm.collectionVariables.set(\"clientIdentifier\", jsonData.identifier);\r",
											"    }\r",
											"} catch (a) {\r",
											"    Error(pm.response.json().error.message);\r",
											"}\r",
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Client",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"name\": \"TAV Airports Holding\",\r\n    \"identifier\": \"{{clientIdentifier}}\",\r\n    \"externalIdentifier\": \"{{$guid}}\",\r\n    \"extra\": {\r\n        \"exampleKey\": \"exampleValue\"\r\n    }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Activate Analytics",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/analytics/activate",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"analytics",
										"activate"
									]
								}
							},
							"response": []
						},
						{
							"name": "Add Client",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {",
											"    if (pm.response.code >= 200 && pm.response.code < 300) ",
											"    {",
											"        var jsonData = pm.response.json();",
											"        pm.collectionVariables.set(\"clientIdentifier\", jsonData.identifier);",
											"    }",
											"    else",
											"    {",
											"        console.error(pm.response.json().message);",
											"    }",
											"} catch (a) {",
											"    console.error(pm.response.json().message);",
											"}"
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"name\": \"TAV Airports Holding\",\r\n    \"identifier\": \"{{$guid}}\",\r\n    \"externalIdentifier\": \"{{$guid}}\",\r\n    \"extra\": {\r\n        \"exampleKey\": \"exampleValue\"\r\n    }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "SITES",
					"item": [
						{
							"name": "Published Sites",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/sites",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"published",
										"clients",
										"{{clientIdentifier}}",
										"sites"
									]
								}
							},
							"response": []
						},
						{
							"name": "Site Published",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"published",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Draft Sites",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {\r",
											"    if (pm.response.code >= 200 && pm.response.code < 300) \r",
											"    {\r",
											"        var jsonData = pm.response.json();\r",
											"        if (jsonData.features.length > 0) {\r",
											"            pm.collectionVariables.set(\"siteIdentifier\", jsonData.features[0].properties.fid);\r",
											"        }\r",
											"    }\r",
											"    else\r",
											"    {\r",
											"        console.error(pm.response.json().message);\r",
											"    }\r",
											"} catch (a) {\r",
											"    console.error(pm.response.json().message);\r",
											"}"
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites"
									]
								}
							},
							"response": []
						},
						{
							"name": "Site Draft",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {\r",
											"    if (pm.response.code >= 200 && pm.response.code < 300) \r",
											"    {\r",
											"        var jsonData = pm.response.json();\r",
											"        if (jsonData.features.length > 0) {\r",
											"            pm.collectionVariables.set(\"siteIdentifier\", jsonData.features[0].properties.fid);\r",
											"        }\r",
											"    }\r",
											"    else\r",
											"    {\r",
											"        console.error(pm.response.json().message);\r",
											"    }\r",
											"} catch (a) {\r",
											"    console.error(pm.response.json().message);\r",
											"}"
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Create Site",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {",
											"    if (pm.response.code >= 200 && pm.response.code < 300) ",
											"    {",
											"        var jsonData = pm.response.json();",
											"        pm.collectionVariables.set(\"siteIdentifier\", jsonData.fid);",
											"    }",
											"    else",
											"    {",
											"        console.error(pm.response.json().message);",
											"    }",
											"} catch (a) {",
											"    console.error(pm.response.json().message);",
											"}"
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"site-outline\",\r\n                \"name\": \"Gazipasa-Alanya Airport\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"eid\": \"{{$guid}}\",\r\n                \"extra\": {\r\n                    \"city\": \"Alanya\",\r\n                    \"region\": \"Antalya\",\r\n                    \"country\": \"Turkey\",\r\n                    \"airport_id\": \"GZP\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28255764,\r\n                            36.29795502\r\n                        ],\r\n                        [\r\n                            32.28288575,\r\n                            36.29678394\r\n                        ],\r\n                        [\r\n                            32.28354196,\r\n                            36.29636839\r\n                        ],\r\n                        [\r\n                            32.29957219,\r\n                            36.29825723\r\n                        ],\r\n                        [\r\n                            32.30036901,\r\n                            36.29655728\r\n                        ],\r\n                        [\r\n                            32.30261887,\r\n                            36.29693505\r\n                        ],\r\n                        [\r\n                            32.30243138,\r\n                            36.29723726\r\n                        ],\r\n                        [\r\n                            32.30416565,\r\n                            36.29731282\r\n                        ],\r\n                        [\r\n                            32.30411878,\r\n                            36.29776614\r\n                        ],\r\n                        [\r\n                            32.30510309,\r\n                            36.2979928\r\n                        ],\r\n                        [\r\n                            32.30454062,\r\n                            36.29871054\r\n                        ],\r\n                        [\r\n                            32.30496247,\r\n                            36.29897498\r\n                        ],\r\n                        [\r\n                            32.30669674,\r\n                            36.29920163\r\n                        ],\r\n                        [\r\n                            32.31274323,\r\n                            36.29976827\r\n                        ],\r\n                        [\r\n                            32.31227451,\r\n                            36.3015437\r\n                        ],\r\n                        [\r\n                            32.28255764,\r\n                            36.29795502\r\n                        ]\r\n                    ]\r\n                ],\r\n                \"type\": \"Polygon\"\r\n            }\r\n        }\r\n    ],\r\n    \"type\": \"FeatureCollection\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Site",
							"request": {
								"method": "PUT",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"site-outline\",\r\n                \"name\": \"Gazipasa-Alanya Airport\",\r\n                \"fid\": \"{{siteIdentifier}}\",\r\n                \"eid\": \"{{$guid}}\",\r\n                \"extra\": {\r\n                    \"city\": \"Alanya\",\r\n                    \"region\": \"Antalya\",\r\n                    \"country\": \"Turkey\",\r\n                    \"airport_id\": \"GZP\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28255764,\r\n                            36.29795502\r\n                        ],\r\n                        [\r\n                            32.28288575,\r\n                            36.29678394\r\n                        ],\r\n                        [\r\n                            32.28354196,\r\n                            36.29636839\r\n                        ],\r\n                        [\r\n                            32.29957219,\r\n                            36.29825723\r\n                        ],\r\n                        [\r\n                            32.30036901,\r\n                            36.29655728\r\n                        ],\r\n                        [\r\n                            32.30261887,\r\n                            36.29693505\r\n                        ],\r\n                        [\r\n                            32.30243138,\r\n                            36.29723726\r\n                        ],\r\n                        [\r\n                            32.30416565,\r\n                            36.29731282\r\n                        ],\r\n                        [\r\n                            32.30411878,\r\n                            36.29776614\r\n                        ],\r\n                        [\r\n                            32.30510309,\r\n                            36.2979928\r\n                        ],\r\n                        [\r\n                            32.30454062,\r\n                            36.29871054\r\n                        ],\r\n                        [\r\n                            32.30496247,\r\n                            36.29897498\r\n                        ],\r\n                        [\r\n                            32.30669674,\r\n                            36.29920163\r\n                        ],\r\n                        [\r\n                            32.31274323,\r\n                            36.29976827\r\n                        ],\r\n                        [\r\n                            32.31227451,\r\n                            36.3015437\r\n                        ],\r\n                        [\r\n                            32.28255764,\r\n                            36.29795502\r\n                        ]\r\n                    ]\r\n                ],\r\n                \"type\": \"Polygon\"\r\n            }\r\n        }\r\n    ],\r\n    \"type\": \"FeatureCollection\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Site",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {",
											"    if (pm.response.code >= 200 && pm.response.code < 300) ",
											"    {",
											"        var jsonData = pm.response.json();",
											"        pm.collectionVariables.set(\"siteIdentifier\", \"\");",
											"    }",
											"    else",
											"    {",
											"        console.error(pm.response.json().message);",
											"    }",
											"} catch (a) {",
											"    console.error(pm.response.json().message);",
											"}"
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Deleted Sites",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/deleted",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"deleted"
									]
								}
							},
							"response": []
						},
						{
							"name": "Site Statuses",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/statuses",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"statuses"
									]
								}
							},
							"response": []
						},
						{
							"name": "Draft Sites Summary",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {",
											"    if (pm.response.code >= 200 && pm.response.code < 300) ",
											"    {",
											"        var jsonData = pm.response.json();",
											"        if (jsonData.features.length > 0) {",
											"            pm.collectionVariables.set(\"siteIdentifier\", jsonData.features[0].properties.fid);",
											"        }",
											"    }",
											"    else",
											"    {",
											"        console.error(pm.response.json().message);",
											"    }",
											"} catch (a) {",
											"    console.error(pm.response.json().message);",
											"}"
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/summary",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"summary"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "BUILDINGS",
					"item": [
						{
							"name": "Published Client Buildings",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/buildings",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"published",
										"clients",
										"{{clientIdentifier}}",
										"buildings"
									]
								}
							},
							"response": []
						},
						{
							"name": "Draft Site Buildings",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {\r",
											"    if (pm.response.code >= 200 && pm.response.code < 300) \r",
											"    {\r",
											"        var jsonData = pm.response.json();\r",
											"        if (jsonData.features.length > 0) {\r",
											"            pm.collectionVariables.set(\"buildingIdentifier\", jsonData.features[0].properties.fid);\r",
											"        }\r",
											"    }\r",
											"    else\r",
											"    {\r",
											"        console.error(pm.response.json().message);\r",
											"    }\r",
											"} catch (a) {\r",
											"    console.error(pm.response.json().message);\r",
											"}"
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings"
									]
								}
							},
							"response": []
						},
						{
							"name": "Draft Building",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {\r",
											"    if (pm.response.code >= 200 && pm.response.code < 300) \r",
											"    {\r",
											"        var jsonData = pm.response.json();\r",
											"        if (jsonData.features.length > 0) {\r",
											"            pm.collectionVariables.set(\"buildingIdentifier\", jsonData.features[0].properties.fid);\r",
											"        }\r",
											"    }\r",
											"    else\r",
											"    {\r",
											"        console.error(pm.response.json().message);\r",
											"    }\r",
											"} catch (a) {\r",
											"    console.error(pm.response.json().message);\r",
											"}"
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Create Building",
							"event": [
								{
									"listen": "prerequest",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								},
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {",
											"    if (pm.response.code >= 200 && pm.response.code < 300) ",
											"    {",
											"        var jsonData = pm.response.json();",
											"        pm.collectionVariables.set(\"buildingIdentifier\", jsonData.fid);",
											"    }",
											"    else",
											"    {",
											"        console.error(pm.response.json().message);",
											"    }",
											"} catch (a) {",
											"    console.error(pm.response.json().message);",
											"}"
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"building-outline\",\r\n                \"name\": \"Terminal\",\r\n                \"buildingType\": \"office\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"eid\": \"{{$guid}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30108515,\r\n                            36.29766733\r\n                        ],\r\n                        [\r\n                            32.30152998,\r\n                            36.29772130\r\n                        ],\r\n                        [\r\n                            32.30151324,\r\n                            36.29779069\r\n                        ],\r\n                        [\r\n                            32.30181697,\r\n                            36.29782539\r\n                        ],\r\n                        [\r\n                            32.30183132,\r\n                            36.29775407\r\n                        ],\r\n                        [\r\n                            32.30224746,\r\n                            36.29780226\r\n                        ],\r\n                        [\r\n                            32.30235269,\r\n                            36.29722208\r\n                        ],\r\n                        [\r\n                            32.30171413,\r\n                            36.29714883\r\n                        ],\r\n                        [\r\n                            32.30169500,\r\n                            36.29720473\r\n                        ],\r\n                        [\r\n                            32.30118320,\r\n                            36.29713919\r\n                        ],\r\n                        [\r\n                            32.30108515,\r\n                            36.29766733\r\n                        ]\r\n                    ]\r\n                ],\r\n                \"type\": \"Polygon\"\r\n            }\r\n        }\r\n    ],\r\n    \"type\": \"FeatureCollection\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Building",
							"request": {
								"method": "PUT",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"building-outline\",\r\n                \"name\": \"Terminal\",\r\n                \"buildingType\": \"office\",\r\n                \"fid\": \"{{buildingIdentifier}}\",\r\n                \"eid\": \"{{$guid}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30108515,\r\n                            36.29766733\r\n                        ],\r\n                        [\r\n                            32.30152998,\r\n                            36.29772130\r\n                        ],\r\n                        [\r\n                            32.30151324,\r\n                            36.29779069\r\n                        ],\r\n                        [\r\n                            32.30181697,\r\n                            36.29782539\r\n                        ],\r\n                        [\r\n                            32.30183132,\r\n                            36.29775407\r\n                        ],\r\n                        [\r\n                            32.30224746,\r\n                            36.29780226\r\n                        ],\r\n                        [\r\n                            32.30235269,\r\n                            36.29722208\r\n                        ],\r\n                        [\r\n                            32.30171413,\r\n                            36.29714883\r\n                        ],\r\n                        [\r\n                            32.30169500,\r\n                            36.29720473\r\n                        ],\r\n                        [\r\n                            32.30118320,\r\n                            36.29713919\r\n                        ],\r\n                        [\r\n                            32.30108515,\r\n                            36.29766733\r\n                        ]\r\n                    ]\r\n                ],\r\n                \"type\": \"Polygon\"\r\n            }\r\n        }\r\n    ],\r\n    \"type\": \"FeatureCollection\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Building",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {",
											"    if (pm.response.code >= 200 && pm.response.code < 300) ",
											"    {",
											"        var jsonData = pm.response.json();",
											"        pm.collectionVariables.set(\"buildingIdentifier\", \"\");",
											"    }",
											"    else",
											"    {",
											"        console.error(pm.response.json().message);",
											"    }",
											"} catch (a) {",
											"    console.error(pm.response.json().message);",
											"}"
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "default"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "LEVEL",
					"item": [
						{
							"name": "Level Draft",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {\r",
											"var jsonData = JSON.parse(responseBody);\r",
											"pm.collectionVariables.set(\"levelIndex\", jsonData.features[0].properties.lvl);\r",
											"} catch (a) {\r",
											"    Error(pm.response.json().error.message);\r",
											"}\r",
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}",
										"levels",
										"{{levelIndex}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Draft Building Levels",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {\r",
											"var jsonData = JSON.parse(responseBody);\r",
											"pm.collectionVariables.set(\"levelIndex\", jsonData.features[0].properties.lvl);\r",
											"} catch (a) {\r",
											"    Error(pm.response.json().error.message);\r",
											"}\r",
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}",
										"levels"
									]
								}
							},
							"response": []
						},
						{
							"name": "Create Level",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"level-outline\",\r\n                \"levelType\": \"office\",\r\n                \"name\": \"Entrance Floor\",\r\n                \"shortName\": \"Entr.\",\r\n                \"lvl\": 0,\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30108515,\r\n                            36.29766733\r\n                        ],\r\n                        [\r\n                            32.30152998,\r\n                            36.29772130\r\n                        ],\r\n                        [\r\n                            32.30151324,\r\n                            36.29779069\r\n                        ],\r\n                        [\r\n                            32.30181697,\r\n                            36.29782539\r\n                        ],\r\n                        [\r\n                            32.30183132,\r\n                            36.29775407\r\n                        ],\r\n                        [\r\n                            32.30224746,\r\n                            36.29780226\r\n                        ],\r\n                        [\r\n                            32.30235269,\r\n                            36.29722208\r\n                        ],\r\n                        [\r\n                            32.30171413,\r\n                            36.29714883\r\n                        ],\r\n                        [\r\n                            32.30169500,\r\n                            36.29720473\r\n                        ],\r\n                        [\r\n                            32.30118320,\r\n                            36.29713919\r\n                        ],\r\n                        [\r\n                            32.30108515,\r\n                            36.29766733\r\n                        ]\r\n                    ]\r\n                ],\r\n                \"type\": \"Polygon\"\r\n            }\r\n        }\r\n    ]\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}",
										"levels"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Level",
							"request": {
								"method": "PUT",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"level-outline\",\r\n                \"name\": \"Entrance Floor\",\r\n                \"shortName\": \"Entr.\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30108515,\r\n                            36.29766733\r\n                        ],\r\n                        [\r\n                            32.30152998,\r\n                            36.29772130\r\n                        ],\r\n                        [\r\n                            32.30151324,\r\n                            36.29779069\r\n                        ],\r\n                        [\r\n                            32.30181697,\r\n                            36.29782539\r\n                        ],\r\n                        [\r\n                            32.30183132,\r\n                            36.29775407\r\n                        ],\r\n                        [\r\n                            32.30224746,\r\n                            36.29780226\r\n                        ],\r\n                        [\r\n                            32.30235269,\r\n                            36.29722208\r\n                        ],\r\n                        [\r\n                            32.30171413,\r\n                            36.29714883\r\n                        ],\r\n                        [\r\n                            32.30169500,\r\n                            36.29720473\r\n                        ],\r\n                        [\r\n                            32.30118320,\r\n                            36.29713919\r\n                        ],\r\n                        [\r\n                            32.30108515,\r\n                            36.29766733\r\n                        ]\r\n                    ]\r\n                ],\r\n                \"type\": \"Polygon\"\r\n            }\r\n        }\r\n    ]\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}",
										"levels",
										"{{levelIndex}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Level",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}",
										"levels",
										"{{levelIndex}}"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "CONTENT",
					"item": [
						{
							"name": "GPS GEOFENCE",
							"item": [
								{
									"name": "Published Client GPS-Geofences",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/gps-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"published",
												"clients",
												"{{clientIdentifier}}",
												"gps-geofences"
											]
										}
									},
									"response": []
								},
								{
									"name": "Published Site GPS-Geofences",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/gps-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"published",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"gps-geofences"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Client GPS-Geofences",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/gps-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"gps-geofences"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Site GPS-Geofences",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/gps-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"gps-geofences"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update GPS-Geofences",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"gps-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"name\": \"Shopping Mall Geofence - {{$randomInt}}\",\r\n                \"enterNotification\": {\r\n                    \"once\": \"false\",\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\",\r\n                    \"coolDownMinutes\": 30\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28157393,\r\n                            36.30871275\r\n                        ],\r\n                        [\r\n                            32.28055995,\r\n                            36.30867261\r\n                        ],\r\n                        [\r\n                            32.27955573,\r\n                            36.30855255\r\n                        ],\r\n                        [\r\n                            32.27857096,\r\n                            36.30835375\r\n                        ],\r\n                        [\r\n                            32.27761511,\r\n                            36.30807812\r\n                        ],\r\n                        [\r\n                            32.27669740,\r\n                            36.30772830\r\n                        ],\r\n                        [\r\n                            32.27582666,\r\n                            36.30730768\r\n                        ],\r\n                        [\r\n                            32.27501130,\r\n                            36.30682030\r\n                        ],\r\n                        [\r\n                            32.27425914,\r\n                            36.30627086\r\n                        ],\r\n                        [\r\n                            32.27357745,\r\n                            36.30566464\r\n                        ],\r\n                        [\r\n                            32.27297279,\r\n                            36.30500750\r\n                        ],\r\n                        [\r\n                            32.27245097,\r\n                            36.30430576\r\n                        ],\r\n                        [\r\n                            32.27201703,\r\n                            36.30356617\r\n                        ],\r\n                        [\r\n                            32.27167514,\r\n                            36.30279587\r\n                        ],\r\n                        [\r\n                            32.27142858,\r\n                            36.30200227\r\n                        ],\r\n                        [\r\n                            32.27127974,\r\n                            36.30119302\r\n                        ],\r\n                        [\r\n                            32.27123004,\r\n                            36.30037591\r\n                        ],\r\n                        [\r\n                            32.27127995,\r\n                            36.29955880\r\n                        ],\r\n                        [\r\n                            32.27142900,\r\n                            36.29874957\r\n                        ],\r\n                        [\r\n                            32.27167575,\r\n                            36.29795601\r\n                        ],\r\n                        [\r\n                            32.27201781,\r\n                            36.29718577\r\n                        ],\r\n                        [\r\n                            32.27245189,\r\n                            36.29644625\r\n                        ],\r\n                        [\r\n                            32.27297381,\r\n                            36.29574459\r\n                        ],\r\n                        [\r\n                            32.27357854,\r\n                            36.29508753\r\n                        ],\r\n                        [\r\n                            32.27426025,\r\n                            36.29448140\r\n                        ],\r\n                        [\r\n                            32.27501238,\r\n                            36.29393205\r\n                        ],\r\n                        [\r\n                            32.27582769,\r\n                            36.29344475\r\n                        ],\r\n                        [\r\n                            32.27669832,\r\n                            36.29302420\r\n                        ],\r\n                        [\r\n                            32.27761589,\r\n                            36.29267445\r\n                        ],\r\n                        [\r\n                            32.27857157,\r\n                            36.29239887\r\n                        ],\r\n                        [\r\n                            32.27955616,\r\n                            36.29220011\r\n                        ],\r\n                        [\r\n                            32.28056017,\r\n                            36.29208009\r\n                        ],\r\n                        [\r\n                            32.28157393,\r\n                            36.29203995\r\n                        ],\r\n                        [\r\n                            32.28258771,\r\n                            36.29208009\r\n                        ],\r\n                        [\r\n                            32.28359172,\r\n                            36.29220011\r\n                        ],\r\n                        [\r\n                            32.28457631,\r\n                            36.29239887\r\n                        ],\r\n                        [\r\n                            32.28553199,\r\n                            36.29267445\r\n                        ],\r\n                        [\r\n                            32.28644956,\r\n                            36.29302420\r\n                        ],\r\n                        [\r\n                            32.28732019,\r\n                            36.29344475\r\n                        ],\r\n                        [\r\n                            32.28813550,\r\n                            36.29393205\r\n                        ],\r\n                        [\r\n                            32.28888763,\r\n                            36.29448140\r\n                        ],\r\n                        [\r\n                            32.28956934,\r\n                            36.29508753\r\n                        ],\r\n                        [\r\n                            32.29017407,\r\n                            36.29574459\r\n                        ],\r\n                        [\r\n                            32.29069599,\r\n                            36.29644625\r\n                        ],\r\n                        [\r\n                            32.29113007,\r\n                            36.29718577\r\n                        ],\r\n                        [\r\n                            32.29147213,\r\n                            36.29795601\r\n                        ],\r\n                        [\r\n                            32.29171887,\r\n                            36.29874957\r\n                        ],\r\n                        [\r\n                            32.29186792,\r\n                            36.29955880\r\n                        ],\r\n                        [\r\n                            32.29191784,\r\n                            36.30037591\r\n                        ],\r\n                        [\r\n                            32.29186814,\r\n                            36.30119302\r\n                        ],\r\n                        [\r\n                            32.29171930,\r\n                            36.30200227\r\n                        ],\r\n                        [\r\n                            32.29147274,\r\n                            36.30279587\r\n                        ],\r\n                        [\r\n                            32.29113085,\r\n                            36.30356617\r\n                        ],\r\n                        [\r\n                            32.29069691,\r\n                            36.30430576\r\n                        ],\r\n                        [\r\n                            32.29017509,\r\n                            36.30500750\r\n                        ],\r\n                        [\r\n                            32.28957043,\r\n                            36.30566464\r\n                        ],\r\n                        [\r\n                            32.28888873,\r\n                            36.30627086\r\n                        ],\r\n                        [\r\n                            32.28813658,\r\n                            36.30682030\r\n                        ],\r\n                        [\r\n                            32.28732121,\r\n                            36.30730768\r\n                        ],\r\n                        [\r\n                            32.28645048,\r\n                            36.30772830\r\n                        ],\r\n                        [\r\n                            32.28553277,\r\n                            36.30807812\r\n                        ],\r\n                        [\r\n                            32.28457692,\r\n                            36.30835375\r\n                        ],\r\n                        [\r\n                            32.28359215,\r\n                            36.30855255\r\n                        ],\r\n                        [\r\n                            32.28258793,\r\n                            36.30867261\r\n                        ],\r\n                        [\r\n                            32.28157393,\r\n                            36.30871275\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"gps-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"name\": \"Shopping Mall Geofence - {{$randomInt}}\",\r\n                \"enterNotification\": {\r\n                    \"once\": \"false\",\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\",\r\n                    \"coolDownMinutes\": 30\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28157393,\r\n                            36.30871275\r\n                        ],\r\n                        [\r\n                            32.28055995,\r\n                            36.30867261\r\n                        ],\r\n                        [\r\n                            32.27955573,\r\n                            36.30855255\r\n                        ],\r\n                        [\r\n                            32.27857096,\r\n                            36.30835375\r\n                        ],\r\n                        [\r\n                            32.27761511,\r\n                            36.30807812\r\n                        ],\r\n                        [\r\n                            32.27669740,\r\n                            36.30772830\r\n                        ],\r\n                        [\r\n                            32.27582666,\r\n                            36.30730768\r\n                        ],\r\n                        [\r\n                            32.27501130,\r\n                            36.30682030\r\n                        ],\r\n                        [\r\n                            32.27425914,\r\n                            36.30627086\r\n                        ],\r\n                        [\r\n                            32.27357745,\r\n                            36.30566464\r\n                        ],\r\n                        [\r\n                            32.27297279,\r\n                            36.30500750\r\n                        ],\r\n                        [\r\n                            32.27245097,\r\n                            36.30430576\r\n                        ],\r\n                        [\r\n                            32.27201703,\r\n                            36.30356617\r\n                        ],\r\n                        [\r\n                            32.27167514,\r\n                            36.30279587\r\n                        ],\r\n                        [\r\n                            32.27142858,\r\n                            36.30200227\r\n                        ],\r\n                        [\r\n                            32.27127974,\r\n                            36.30119302\r\n                        ],\r\n                        [\r\n                            32.27123004,\r\n                            36.30037591\r\n                        ],\r\n                        [\r\n                            32.27127995,\r\n                            36.29955880\r\n                        ],\r\n                        [\r\n                            32.27142900,\r\n                            36.29874957\r\n                        ],\r\n                        [\r\n                            32.27167575,\r\n                            36.29795601\r\n                        ],\r\n                        [\r\n                            32.27201781,\r\n                            36.29718577\r\n                        ],\r\n                        [\r\n                            32.27245189,\r\n                            36.29644625\r\n                        ],\r\n                        [\r\n                            32.27297381,\r\n                            36.29574459\r\n                        ],\r\n                        [\r\n                            32.27357854,\r\n                            36.29508753\r\n                        ],\r\n                        [\r\n                            32.27426025,\r\n                            36.29448140\r\n                        ],\r\n                        [\r\n                            32.27501238,\r\n                            36.29393205\r\n                        ],\r\n                        [\r\n                            32.27582769,\r\n                            36.29344475\r\n                        ],\r\n                        [\r\n                            32.27669832,\r\n                            36.29302420\r\n                        ],\r\n                        [\r\n                            32.27761589,\r\n                            36.29267445\r\n                        ],\r\n                        [\r\n                            32.27857157,\r\n                            36.29239887\r\n                        ],\r\n                        [\r\n                            32.27955616,\r\n                            36.29220011\r\n                        ],\r\n                        [\r\n                            32.28056017,\r\n                            36.29208009\r\n                        ],\r\n                        [\r\n                            32.28157393,\r\n                            36.29203995\r\n                        ],\r\n                        [\r\n                            32.28258771,\r\n                            36.29208009\r\n                        ],\r\n                        [\r\n                            32.28359172,\r\n                            36.29220011\r\n                        ],\r\n                        [\r\n                            32.28457631,\r\n                            36.29239887\r\n                        ],\r\n                        [\r\n                            32.28553199,\r\n                            36.29267445\r\n                        ],\r\n                        [\r\n                            32.28644956,\r\n                            36.29302420\r\n                        ],\r\n                        [\r\n                            32.28732019,\r\n                            36.29344475\r\n                        ],\r\n                        [\r\n                            32.28813550,\r\n                            36.29393205\r\n                        ],\r\n                        [\r\n                            32.28888763,\r\n                            36.29448140\r\n                        ],\r\n                        [\r\n                            32.28956934,\r\n                            36.29508753\r\n                        ],\r\n                        [\r\n                            32.29017407,\r\n                            36.29574459\r\n                        ],\r\n                        [\r\n                            32.29069599,\r\n                            36.29644625\r\n                        ],\r\n                        [\r\n                            32.29113007,\r\n                            36.29718577\r\n                        ],\r\n                        [\r\n                            32.29147213,\r\n                            36.29795601\r\n                        ],\r\n                        [\r\n                            32.29171887,\r\n                            36.29874957\r\n                        ],\r\n                        [\r\n                            32.29186792,\r\n                            36.29955880\r\n                        ],\r\n                        [\r\n                            32.29191784,\r\n                            36.30037591\r\n                        ],\r\n                        [\r\n                            32.29186814,\r\n                            36.30119302\r\n                        ],\r\n                        [\r\n                            32.29171930,\r\n                            36.30200227\r\n                        ],\r\n                        [\r\n                            32.29147274,\r\n                            36.30279587\r\n                        ],\r\n                        [\r\n                            32.29113085,\r\n                            36.30356617\r\n                        ],\r\n                        [\r\n                            32.29069691,\r\n                            36.30430576\r\n                        ],\r\n                        [\r\n                            32.29017509,\r\n                            36.30500750\r\n                        ],\r\n                        [\r\n                            32.28957043,\r\n                            36.30566464\r\n                        ],\r\n                        [\r\n                            32.28888873,\r\n                            36.30627086\r\n                        ],\r\n                        [\r\n                            32.28813658,\r\n                            36.30682030\r\n                        ],\r\n                        [\r\n                            32.28732121,\r\n                            36.30730768\r\n                        ],\r\n                        [\r\n                            32.28645048,\r\n                            36.30772830\r\n                        ],\r\n                        [\r\n                            32.28553277,\r\n                            36.30807812\r\n                        ],\r\n                        [\r\n                            32.28457692,\r\n                            36.30835375\r\n                        ],\r\n                        [\r\n                            32.28359215,\r\n                            36.30855255\r\n                        ],\r\n                        [\r\n                            32.28258793,\r\n                            36.30867261\r\n                        ],\r\n                        [\r\n                            32.28157393,\r\n                            36.30871275\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"gps-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"name\": \"Shopping Mall Geofence - {{$randomInt}}\",\r\n                \"enterNotification\": {\r\n                    \"once\": \"false\",\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\",\r\n                    \"coolDownMinutes\": 30\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28157393,\r\n                            36.30871275\r\n                        ],\r\n                        [\r\n                            32.28055995,\r\n                            36.30867261\r\n                        ],\r\n                        [\r\n                            32.27955573,\r\n                            36.30855255\r\n                        ],\r\n                        [\r\n                            32.27857096,\r\n                            36.30835375\r\n                        ],\r\n                        [\r\n                            32.27761511,\r\n                            36.30807812\r\n                        ],\r\n                        [\r\n                            32.27669740,\r\n                            36.30772830\r\n                        ],\r\n                        [\r\n                            32.27582666,\r\n                            36.30730768\r\n                        ],\r\n                        [\r\n                            32.27501130,\r\n                            36.30682030\r\n                        ],\r\n                        [\r\n                            32.27425914,\r\n                            36.30627086\r\n                        ],\r\n                        [\r\n                            32.27357745,\r\n                            36.30566464\r\n                        ],\r\n                        [\r\n                            32.27297279,\r\n                            36.30500750\r\n                        ],\r\n                        [\r\n                            32.27245097,\r\n                            36.30430576\r\n                        ],\r\n                        [\r\n                            32.27201703,\r\n                            36.30356617\r\n                        ],\r\n                        [\r\n                            32.27167514,\r\n                            36.30279587\r\n                        ],\r\n                        [\r\n                            32.27142858,\r\n                            36.30200227\r\n                        ],\r\n                        [\r\n                            32.27127974,\r\n                            36.30119302\r\n                        ],\r\n                        [\r\n                            32.27123004,\r\n                            36.30037591\r\n                        ],\r\n                        [\r\n                            32.27127995,\r\n                            36.29955880\r\n                        ],\r\n                        [\r\n                            32.27142900,\r\n                            36.29874957\r\n                        ],\r\n                        [\r\n                            32.27167575,\r\n                            36.29795601\r\n                        ],\r\n                        [\r\n                            32.27201781,\r\n                            36.29718577\r\n                        ],\r\n                        [\r\n                            32.27245189,\r\n                            36.29644625\r\n                        ],\r\n                        [\r\n                            32.27297381,\r\n                            36.29574459\r\n                        ],\r\n                        [\r\n                            32.27357854,\r\n                            36.29508753\r\n                        ],\r\n                        [\r\n                            32.27426025,\r\n                            36.29448140\r\n                        ],\r\n                        [\r\n                            32.27501238,\r\n                            36.29393205\r\n                        ],\r\n                        [\r\n                            32.27582769,\r\n                            36.29344475\r\n                        ],\r\n                        [\r\n                            32.27669832,\r\n                            36.29302420\r\n                        ],\r\n                        [\r\n                            32.27761589,\r\n                            36.29267445\r\n                        ],\r\n                        [\r\n                            32.27857157,\r\n                            36.29239887\r\n                        ],\r\n                        [\r\n                            32.27955616,\r\n                            36.29220011\r\n                        ],\r\n                        [\r\n                            32.28056017,\r\n                            36.29208009\r\n                        ],\r\n                        [\r\n                            32.28157393,\r\n                            36.29203995\r\n                        ],\r\n                        [\r\n                            32.28258771,\r\n                            36.29208009\r\n                        ],\r\n                        [\r\n                            32.28359172,\r\n                            36.29220011\r\n                        ],\r\n                        [\r\n                            32.28457631,\r\n                            36.29239887\r\n                        ],\r\n                        [\r\n                            32.28553199,\r\n                            36.29267445\r\n                        ],\r\n                        [\r\n                            32.28644956,\r\n                            36.29302420\r\n                        ],\r\n                        [\r\n                            32.28732019,\r\n                            36.29344475\r\n                        ],\r\n                        [\r\n                            32.28813550,\r\n                            36.29393205\r\n                        ],\r\n                        [\r\n                            32.28888763,\r\n                            36.29448140\r\n                        ],\r\n                        [\r\n                            32.28956934,\r\n                            36.29508753\r\n                        ],\r\n                        [\r\n                            32.29017407,\r\n                            36.29574459\r\n                        ],\r\n                        [\r\n                            32.29069599,\r\n                            36.29644625\r\n                        ],\r\n                        [\r\n                            32.29113007,\r\n                            36.29718577\r\n                        ],\r\n                        [\r\n                            32.29147213,\r\n                            36.29795601\r\n                        ],\r\n                        [\r\n                            32.29171887,\r\n                            36.29874957\r\n                        ],\r\n                        [\r\n                            32.29186792,\r\n                            36.29955880\r\n                        ],\r\n                        [\r\n                            32.29191784,\r\n                            36.30037591\r\n                        ],\r\n                        [\r\n                            32.29186814,\r\n                            36.30119302\r\n                        ],\r\n                        [\r\n                            32.29171930,\r\n                            36.30200227\r\n                        ],\r\n                        [\r\n                            32.29147274,\r\n                            36.30279587\r\n                        ],\r\n                        [\r\n                            32.29113085,\r\n                            36.30356617\r\n                        ],\r\n                        [\r\n                            32.29069691,\r\n                            36.30430576\r\n                        ],\r\n                        [\r\n                            32.29017509,\r\n                            36.30500750\r\n                        ],\r\n                        [\r\n                            32.28957043,\r\n                            36.30566464\r\n                        ],\r\n                        [\r\n                            32.28888873,\r\n                            36.30627086\r\n                        ],\r\n                        [\r\n                            32.28813658,\r\n                            36.30682030\r\n                        ],\r\n                        [\r\n                            32.28732121,\r\n                            36.30730768\r\n                        ],\r\n                        [\r\n                            32.28645048,\r\n                            36.30772830\r\n                        ],\r\n                        [\r\n                            32.28553277,\r\n                            36.30807812\r\n                        ],\r\n                        [\r\n                            32.28457692,\r\n                            36.30835375\r\n                        ],\r\n                        [\r\n                            32.28359215,\r\n                            36.30855255\r\n                        ],\r\n                        [\r\n                            32.28258793,\r\n                            36.30867261\r\n                        ],\r\n                        [\r\n                            32.28157393,\r\n                            36.30871275\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"gps-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"name\": \"Shopping Mall Geofence - {{$randomInt}}\",\r\n                \"enterNotification\": {\r\n                    \"once\": \"false\",\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\",\r\n                    \"coolDownMinutes\": 30\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28157393,\r\n                            36.30871275\r\n                        ],\r\n                        [\r\n                            32.28055995,\r\n                            36.30867261\r\n                        ],\r\n                        [\r\n                            32.27955573,\r\n                            36.30855255\r\n                        ],\r\n                        [\r\n                            32.27857096,\r\n                            36.30835375\r\n                        ],\r\n                        [\r\n                            32.27761511,\r\n                            36.30807812\r\n                        ],\r\n                        [\r\n                            32.27669740,\r\n                            36.30772830\r\n                        ],\r\n                        [\r\n                            32.27582666,\r\n                            36.30730768\r\n                        ],\r\n                        [\r\n                            32.27501130,\r\n                            36.30682030\r\n                        ],\r\n                        [\r\n                            32.27425914,\r\n                            36.30627086\r\n                        ],\r\n                        [\r\n                            32.27357745,\r\n                            36.30566464\r\n                        ],\r\n                        [\r\n                            32.27297279,\r\n                            36.30500750\r\n                        ],\r\n                        [\r\n                            32.27245097,\r\n                            36.30430576\r\n                        ],\r\n                        [\r\n                            32.27201703,\r\n                            36.30356617\r\n                        ],\r\n                        [\r\n                            32.27167514,\r\n                            36.30279587\r\n                        ],\r\n                        [\r\n                            32.27142858,\r\n                            36.30200227\r\n                        ],\r\n                        [\r\n                            32.27127974,\r\n                            36.30119302\r\n                        ],\r\n                        [\r\n                            32.27123004,\r\n                            36.30037591\r\n                        ],\r\n                        [\r\n                            32.27127995,\r\n                            36.29955880\r\n                        ],\r\n                        [\r\n                            32.27142900,\r\n                            36.29874957\r\n                        ],\r\n                        [\r\n                            32.27167575,\r\n                            36.29795601\r\n                        ],\r\n                        [\r\n                            32.27201781,\r\n                            36.29718577\r\n                        ],\r\n                        [\r\n                            32.27245189,\r\n                            36.29644625\r\n                        ],\r\n                        [\r\n                            32.27297381,\r\n                            36.29574459\r\n                        ],\r\n                        [\r\n                            32.27357854,\r\n                            36.29508753\r\n                        ],\r\n                        [\r\n                            32.27426025,\r\n                            36.29448140\r\n                        ],\r\n                        [\r\n                            32.27501238,\r\n                            36.29393205\r\n                        ],\r\n                        [\r\n                            32.27582769,\r\n                            36.29344475\r\n                        ],\r\n                        [\r\n                            32.27669832,\r\n                            36.29302420\r\n                        ],\r\n                        [\r\n                            32.27761589,\r\n                            36.29267445\r\n                        ],\r\n                        [\r\n                            32.27857157,\r\n                            36.29239887\r\n                        ],\r\n                        [\r\n                            32.27955616,\r\n                            36.29220011\r\n                        ],\r\n                        [\r\n                            32.28056017,\r\n                            36.29208009\r\n                        ],\r\n                        [\r\n                            32.28157393,\r\n                            36.29203995\r\n                        ],\r\n                        [\r\n                            32.28258771,\r\n                            36.29208009\r\n                        ],\r\n                        [\r\n                            32.28359172,\r\n                            36.29220011\r\n                        ],\r\n                        [\r\n                            32.28457631,\r\n                            36.29239887\r\n                        ],\r\n                        [\r\n                            32.28553199,\r\n                            36.29267445\r\n                        ],\r\n                        [\r\n                            32.28644956,\r\n                            36.29302420\r\n                        ],\r\n                        [\r\n                            32.28732019,\r\n                            36.29344475\r\n                        ],\r\n                        [\r\n                            32.28813550,\r\n                            36.29393205\r\n                        ],\r\n                        [\r\n                            32.28888763,\r\n                            36.29448140\r\n                        ],\r\n                        [\r\n                            32.28956934,\r\n                            36.29508753\r\n                        ],\r\n                        [\r\n                            32.29017407,\r\n                            36.29574459\r\n                        ],\r\n                        [\r\n                            32.29069599,\r\n                            36.29644625\r\n                        ],\r\n                        [\r\n                            32.29113007,\r\n                            36.29718577\r\n                        ],\r\n                        [\r\n                            32.29147213,\r\n                            36.29795601\r\n                        ],\r\n                        [\r\n                            32.29171887,\r\n                            36.29874957\r\n                        ],\r\n                        [\r\n                            32.29186792,\r\n                            36.29955880\r\n                        ],\r\n                        [\r\n                            32.29191784,\r\n                            36.30037591\r\n                        ],\r\n                        [\r\n                            32.29186814,\r\n                            36.30119302\r\n                        ],\r\n                        [\r\n                            32.29171930,\r\n                            36.30200227\r\n                        ],\r\n                        [\r\n                            32.29147274,\r\n                            36.30279587\r\n                        ],\r\n                        [\r\n                            32.29113085,\r\n                            36.30356617\r\n                        ],\r\n                        [\r\n                            32.29069691,\r\n                            36.30430576\r\n                        ],\r\n                        [\r\n                            32.29017509,\r\n                            36.30500750\r\n                        ],\r\n                        [\r\n                            32.28957043,\r\n                            36.30566464\r\n                        ],\r\n                        [\r\n                            32.28888873,\r\n                            36.30627086\r\n                        ],\r\n                        [\r\n                            32.28813658,\r\n                            36.30682030\r\n                        ],\r\n                        [\r\n                            32.28732121,\r\n                            36.30730768\r\n                        ],\r\n                        [\r\n                            32.28645048,\r\n                            36.30772830\r\n                        ],\r\n                        [\r\n                            32.28553277,\r\n                            36.30807812\r\n                        ],\r\n                        [\r\n                            32.28457692,\r\n                            36.30835375\r\n                        ],\r\n                        [\r\n                            32.28359215,\r\n                            36.30855255\r\n                        ],\r\n                        [\r\n                            32.28258793,\r\n                            36.30867261\r\n                        ],\r\n                        [\r\n                            32.28157393,\r\n                            36.30871275\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"gps-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"name\": \"Shopping Mall Geofence - {{$randomInt}}\",\r\n                \"enterNotification\": {\r\n                    \"once\": \"false\",\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\",\r\n                    \"coolDownMinutes\": 30\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28157393,\r\n                            36.30871275\r\n                        ],\r\n                        [\r\n                            32.28055995,\r\n                            36.30867261\r\n                        ],\r\n                        [\r\n                            32.27955573,\r\n                            36.30855255\r\n                        ],\r\n                        [\r\n                            32.27857096,\r\n                            36.30835375\r\n                        ],\r\n                        [\r\n                            32.27761511,\r\n                            36.30807812\r\n                        ],\r\n                        [\r\n                            32.27669740,\r\n                            36.30772830\r\n                        ],\r\n                        [\r\n                            32.27582666,\r\n                            36.30730768\r\n                        ],\r\n                        [\r\n                            32.27501130,\r\n                            36.30682030\r\n                        ],\r\n                        [\r\n                            32.27425914,\r\n                            36.30627086\r\n                        ],\r\n                        [\r\n                            32.27357745,\r\n                            36.30566464\r\n                        ],\r\n                        [\r\n                            32.27297279,\r\n                            36.30500750\r\n                        ],\r\n                        [\r\n                            32.27245097,\r\n                            36.30430576\r\n                        ],\r\n                        [\r\n                            32.27201703,\r\n                            36.30356617\r\n                        ],\r\n                        [\r\n                            32.27167514,\r\n                            36.30279587\r\n                        ],\r\n                        [\r\n                            32.27142858,\r\n                            36.30200227\r\n                        ],\r\n                        [\r\n                            32.27127974,\r\n                            36.30119302\r\n                        ],\r\n                        [\r\n                            32.27123004,\r\n                            36.30037591\r\n                        ],\r\n                        [\r\n                            32.27127995,\r\n                            36.29955880\r\n                        ],\r\n                        [\r\n                            32.27142900,\r\n                            36.29874957\r\n                        ],\r\n                        [\r\n                            32.27167575,\r\n                            36.29795601\r\n                        ],\r\n                        [\r\n                            32.27201781,\r\n                            36.29718577\r\n                        ],\r\n                        [\r\n                            32.27245189,\r\n                            36.29644625\r\n                        ],\r\n                        [\r\n                            32.27297381,\r\n                            36.29574459\r\n                        ],\r\n                        [\r\n                            32.27357854,\r\n                            36.29508753\r\n                        ],\r\n                        [\r\n                            32.27426025,\r\n                            36.29448140\r\n                        ],\r\n                        [\r\n                            32.27501238,\r\n                            36.29393205\r\n                        ],\r\n                        [\r\n                            32.27582769,\r\n                            36.29344475\r\n                        ],\r\n                        [\r\n                            32.27669832,\r\n                            36.29302420\r\n                        ],\r\n                        [\r\n                            32.27761589,\r\n                            36.29267445\r\n                        ],\r\n                        [\r\n                            32.27857157,\r\n                            36.29239887\r\n                        ],\r\n                        [\r\n                            32.27955616,\r\n                            36.29220011\r\n                        ],\r\n                        [\r\n                            32.28056017,\r\n                            36.29208009\r\n                        ],\r\n                        [\r\n                            32.28157393,\r\n                            36.29203995\r\n                        ],\r\n                        [\r\n                            32.28258771,\r\n                            36.29208009\r\n                        ],\r\n                        [\r\n                            32.28359172,\r\n                            36.29220011\r\n                        ],\r\n                        [\r\n                            32.28457631,\r\n                            36.29239887\r\n                        ],\r\n                        [\r\n                            32.28553199,\r\n                            36.29267445\r\n                        ],\r\n                        [\r\n                            32.28644956,\r\n                            36.29302420\r\n                        ],\r\n                        [\r\n                            32.28732019,\r\n                            36.29344475\r\n                        ],\r\n                        [\r\n                            32.28813550,\r\n                            36.29393205\r\n                        ],\r\n                        [\r\n                            32.28888763,\r\n                            36.29448140\r\n                        ],\r\n                        [\r\n                            32.28956934,\r\n                            36.29508753\r\n                        ],\r\n                        [\r\n                            32.29017407,\r\n                            36.29574459\r\n                        ],\r\n                        [\r\n                            32.29069599,\r\n                            36.29644625\r\n                        ],\r\n                        [\r\n                            32.29113007,\r\n                            36.29718577\r\n                        ],\r\n                        [\r\n                            32.29147213,\r\n                            36.29795601\r\n                        ],\r\n                        [\r\n                            32.29171887,\r\n                            36.29874957\r\n                        ],\r\n                        [\r\n                            32.29186792,\r\n                            36.29955880\r\n                        ],\r\n                        [\r\n                            32.29191784,\r\n                            36.30037591\r\n                        ],\r\n                        [\r\n                            32.29186814,\r\n                            36.30119302\r\n                        ],\r\n                        [\r\n                            32.29171930,\r\n                            36.30200227\r\n                        ],\r\n                        [\r\n                            32.29147274,\r\n                            36.30279587\r\n                        ],\r\n                        [\r\n                            32.29113085,\r\n                            36.30356617\r\n                        ],\r\n                        [\r\n                            32.29069691,\r\n                            36.30430576\r\n                        ],\r\n                        [\r\n                            32.29017509,\r\n                            36.30500750\r\n                        ],\r\n                        [\r\n                            32.28957043,\r\n                            36.30566464\r\n                        ],\r\n                        [\r\n                            32.28888873,\r\n                            36.30627086\r\n                        ],\r\n                        [\r\n                            32.28813658,\r\n                            36.30682030\r\n                        ],\r\n                        [\r\n                            32.28732121,\r\n                            36.30730768\r\n                        ],\r\n                        [\r\n                            32.28645048,\r\n                            36.30772830\r\n                        ],\r\n                        [\r\n                            32.28553277,\r\n                            36.30807812\r\n                        ],\r\n                        [\r\n                            32.28457692,\r\n                            36.30835375\r\n                        ],\r\n                        [\r\n                            32.28359215,\r\n                            36.30855255\r\n                        ],\r\n                        [\r\n                            32.28258793,\r\n                            36.30867261\r\n                        ],\r\n                        [\r\n                            32.28157393,\r\n                            36.30871275\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/gps-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"gps-geofences"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete GPS-Geofences",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/gps-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"gps-geofences"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "BEACON",
							"item": [
								{
									"name": "Published Site Beacons",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/beacons",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"published",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"beacons"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Site Beacons",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/beacons",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"beacons"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Building Beacons",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/beacons",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"beacons"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Level Beacons",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/beacons",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"beacons"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Site Beacons",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"ibeacon\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"minor\": 100,\r\n                \"major\": 98,\r\n                \"uuid\": \"{{$guid}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    32.30166210,\r\n                    36.29777297\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"ibeacon\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"minor\": 100,\r\n                \"major\": 98,\r\n                \"uuid\": \"{{$guid}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    32.30118403,\r\n                    36.29761210\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"ibeacon\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"minor\": 100,\r\n                \"major\": 98,\r\n                \"uuid\": \"{{$guid}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    32.30217221,\r\n                    36.29775509\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"ibeacon\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"minor\": 100,\r\n                \"major\": 98,\r\n                \"uuid\": \"{{$guid}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    32.30123824,\r\n                    36.29717317\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"ibeacon\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"minor\": 100,\r\n                \"major\": 98,\r\n                \"uuid\": \"{{$guid}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    32.30228803,\r\n                    36.29724864\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/beacons",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"beacons"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Building Beacons",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"ibeacon\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"minor\": 100,\r\n                \"major\": 98,\r\n                \"uuid\": \"{{$guid}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    32.30166210,\r\n                    36.29777297\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"ibeacon\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"minor\": 100,\r\n                \"major\": 98,\r\n                \"uuid\": \"{{$guid}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    32.30118403,\r\n                    36.29761210\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"ibeacon\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"minor\": 100,\r\n                \"major\": 98,\r\n                \"uuid\": \"{{$guid}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    32.30217221,\r\n                    36.29775509\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"ibeacon\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"minor\": 100,\r\n                \"major\": 98,\r\n                \"uuid\": \"{{$guid}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    32.30123824,\r\n                    36.29717317\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"ibeacon\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"minor\": 100,\r\n                \"major\": 98,\r\n                \"uuid\": \"{{$guid}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    32.30228803,\r\n                    36.29724864\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/beacons",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"beacons"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Level Beacons",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"ibeacon\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"minor\": 100,\r\n                \"major\": 98,\r\n                \"uuid\": \"{{$guid}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    32.30166210,\r\n                    36.29777297\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"ibeacon\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"minor\": 100,\r\n                \"major\": 98,\r\n                \"uuid\": \"{{$guid}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    32.30118403,\r\n                    36.29761210\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"ibeacon\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"minor\": 100,\r\n                \"major\": 98,\r\n                \"uuid\": \"{{$guid}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    32.30217221,\r\n                    36.29775509\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"ibeacon\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"minor\": 100,\r\n                \"major\": 98,\r\n                \"uuid\": \"{{$guid}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    32.30123824,\r\n                    36.29717317\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"ibeacon\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"minor\": 100,\r\n                \"major\": 98,\r\n                \"uuid\": \"{{$guid}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    32.30228803,\r\n                    36.29724864\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/beacons",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"beacons"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Site Beacons",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/beacons",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"beacons"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Building Beacons",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/beacons",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"beacons"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Level Beacons",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/beacons",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"beacons"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "BEACON GEOFENCE",
							"item": [
								{
									"name": "Get Published Site Beacon-Geofences",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/beacon-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"published",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"beacon-geofences"
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Draft Site Beacon-Geofences",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/beacon-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"beacon-geofences"
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Draft Building Beacon-Geofences",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/beacon-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"beacon-geofences"
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Draft Level Beacon-Geofences",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/beacon-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"beacon-geofences"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Site Beacon-Geofences",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"beacon-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Entrance Geofence 1\",\r\n                \"enterNotification\": {\r\n                    \"once\": false,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30116605,\r\n                            36.29765024\r\n                        ],\r\n                        [\r\n                            32.30116151,\r\n                            36.29765006\r\n                        ],\r\n                        [\r\n                            32.30115702,\r\n                            36.29764952\r\n                        ],\r\n                        [\r\n                            32.30115261,\r\n                            36.29764863\r\n                        ],\r\n                        [\r\n                            32.30114833,\r\n                            36.29764740\r\n                        ],\r\n                        [\r\n                            32.30114423,\r\n                            36.29764583\r\n                        ],\r\n                        [\r\n                            32.30114033,\r\n                            36.29764395\r\n                        ],\r\n                        [\r\n                            32.30113668,\r\n                            36.29764177\r\n                        ],\r\n                        [\r\n                            32.30113331,\r\n                            36.29763931\r\n                        ],\r\n                        [\r\n                            32.30113026,\r\n                            36.29763660\r\n                        ],\r\n                        [\r\n                            32.30112756,\r\n                            36.29763365\r\n                        ],\r\n                        [\r\n                            32.30112522,\r\n                            36.29763051\r\n                        ],\r\n                        [\r\n                            32.30112328,\r\n                            36.29762720\r\n                        ],\r\n                        [\r\n                            32.30112175,\r\n                            36.29762375\r\n                        ],\r\n                        [\r\n                            32.30112064,\r\n                            36.29762020\r\n                        ],\r\n                        [\r\n                            32.30111998,\r\n                            36.29761658\r\n                        ],\r\n                        [\r\n                            32.30111975,\r\n                            36.29761292\r\n                        ],\r\n                        [\r\n                            32.30111998,\r\n                            36.29760927\r\n                        ],\r\n                        [\r\n                            32.30112064,\r\n                            36.29760564\r\n                        ],\r\n                        [\r\n                            32.30112175,\r\n                            36.29760209\r\n                        ],\r\n                        [\r\n                            32.30112328,\r\n                            36.29759864\r\n                        ],\r\n                        [\r\n                            32.30112522,\r\n                            36.29759533\r\n                        ],\r\n                        [\r\n                            32.30112756,\r\n                            36.29759219\r\n                        ],\r\n                        [\r\n                            32.30113026,\r\n                            36.29758925\r\n                        ],\r\n                        [\r\n                            32.30113331,\r\n                            36.29758654\r\n                        ],\r\n                        [\r\n                            32.30113668,\r\n                            36.29758408\r\n                        ],\r\n                        [\r\n                            32.30114033,\r\n                            36.29758190\r\n                        ],\r\n                        [\r\n                            32.30114423,\r\n                            36.29758001\r\n                        ],\r\n                        [\r\n                            32.30114833,\r\n                            36.29757845\r\n                        ],\r\n                        [\r\n                            32.30115261,\r\n                            36.29757721\r\n                        ],\r\n                        [\r\n                            32.30115702,\r\n                            36.29757632\r\n                        ],\r\n                        [\r\n                            32.30116151,\r\n                            36.29757579\r\n                        ],\r\n                        [\r\n                            32.30116605,\r\n                            36.29757561\r\n                        ],\r\n                        [\r\n                            32.30117059,\r\n                            36.29757579\r\n                        ],\r\n                        [\r\n                            32.30117509,\r\n                            36.29757632\r\n                        ],\r\n                        [\r\n                            32.30117949,\r\n                            36.29757721\r\n                        ],\r\n                        [\r\n                            32.30118377,\r\n                            36.29757845\r\n                        ],\r\n                        [\r\n                            32.30118788,\r\n                            36.29758001\r\n                        ],\r\n                        [\r\n                            32.30119178,\r\n                            36.29758190\r\n                        ],\r\n                        [\r\n                            32.30119542,\r\n                            36.29758408\r\n                        ],\r\n                        [\r\n                            32.30119879,\r\n                            36.29758654\r\n                        ],\r\n                        [\r\n                            32.30120184,\r\n                            36.29758925\r\n                        ],\r\n                        [\r\n                            32.30120455,\r\n                            36.29759219\r\n                        ],\r\n                        [\r\n                            32.30120689,\r\n                            36.29759533\r\n                        ],\r\n                        [\r\n                            32.30120883,\r\n                            36.29759864\r\n                        ],\r\n                        [\r\n                            32.30121036,\r\n                            36.29760209\r\n                        ],\r\n                        [\r\n                            32.30121146,\r\n                            36.29760564\r\n                        ],\r\n                        [\r\n                            32.30121213,\r\n                            36.29760927\r\n                        ],\r\n                        [\r\n                            32.30121235,\r\n                            36.29761292\r\n                        ],\r\n                        [\r\n                            32.30121213,\r\n                            36.29761658\r\n                        ],\r\n                        [\r\n                            32.30121146,\r\n                            36.29762020\r\n                        ],\r\n                        [\r\n                            32.30121036,\r\n                            36.29762375\r\n                        ],\r\n                        [\r\n                            32.30120883,\r\n                            36.29762720\r\n                        ],\r\n                        [\r\n                            32.30120689,\r\n                            36.29763051\r\n                        ],\r\n                        [\r\n                            32.30120455,\r\n                            36.29763365\r\n                        ],\r\n                        [\r\n                            32.30120184,\r\n                            36.29763660\r\n                        ],\r\n                        [\r\n                            32.30119879,\r\n                            36.29763931\r\n                        ],\r\n                        [\r\n                            32.30119542,\r\n                            36.29764177\r\n                        ],\r\n                        [\r\n                            32.30119178,\r\n                            36.29764395\r\n                        ],\r\n                        [\r\n                            32.30118788,\r\n                            36.29764583\r\n                        ],\r\n                        [\r\n                            32.30118377,\r\n                            36.29764740\r\n                        ],\r\n                        [\r\n                            32.30117949,\r\n                            36.29764863\r\n                        ],\r\n                        [\r\n                            32.30117509,\r\n                            36.29764952\r\n                        ],\r\n                        [\r\n                            32.30117059,\r\n                            36.29765006\r\n                        ],\r\n                        [\r\n                            32.30116605,\r\n                            36.29765024\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"beacon-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Entrance Geofence 2\",\r\n                \"enterNotification\": {\r\n                    \"once\": false,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30174763,\r\n                            36.29777997\r\n                        ],\r\n                        [\r\n                            32.30173770,\r\n                            36.29777958\r\n                        ],\r\n                        [\r\n                            32.30172786,\r\n                            36.29777840\r\n                        ],\r\n                        [\r\n                            32.30171822,\r\n                            36.29777646\r\n                        ],\r\n                        [\r\n                            32.30170886,\r\n                            36.29777376\r\n                        ],\r\n                        [\r\n                            32.30169987,\r\n                            36.29777033\r\n                        ],\r\n                        [\r\n                            32.30169134,\r\n                            36.29776621\r\n                        ],\r\n                        [\r\n                            32.30168336,\r\n                            36.29776144\r\n                        ],\r\n                        [\r\n                            32.30167599,\r\n                            36.29775606\r\n                        ],\r\n                        [\r\n                            32.30166931,\r\n                            36.29775012\r\n                        ],\r\n                        [\r\n                            32.30166339,\r\n                            36.29774369\r\n                        ],\r\n                        [\r\n                            32.30165828,\r\n                            36.29773681\r\n                        ],\r\n                        [\r\n                            32.30165403,\r\n                            36.29772957\r\n                        ],\r\n                        [\r\n                            32.30165068,\r\n                            36.29772203\r\n                        ],\r\n                        [\r\n                            32.30164827,\r\n                            36.29771425\r\n                        ],\r\n                        [\r\n                            32.30164681,\r\n                            36.29770633\r\n                        ],\r\n                        [\r\n                            32.30164632,\r\n                            36.29769833\r\n                        ],\r\n                        [\r\n                            32.30164681,\r\n                            36.29769032\r\n                        ],\r\n                        [\r\n                            32.30164827,\r\n                            36.29768240\r\n                        ],\r\n                        [\r\n                            32.30165068,\r\n                            36.29767462\r\n                        ],\r\n                        [\r\n                            32.30165403,\r\n                            36.29766708\r\n                        ],\r\n                        [\r\n                            32.30165828,\r\n                            36.29765984\r\n                        ],\r\n                        [\r\n                            32.30166339,\r\n                            36.29765296\r\n                        ],\r\n                        [\r\n                            32.30166931,\r\n                            36.29764653\r\n                        ],\r\n                        [\r\n                            32.30167599,\r\n                            36.29764059\r\n                        ],\r\n                        [\r\n                            32.30168336,\r\n                            36.29763521\r\n                        ],\r\n                        [\r\n                            32.30169134,\r\n                            36.29763044\r\n                        ],\r\n                        [\r\n                            32.30169987,\r\n                            36.29762632\r\n                        ],\r\n                        [\r\n                            32.30170886,\r\n                            36.29762289\r\n                        ],\r\n                        [\r\n                            32.30171822,\r\n                            36.29762019\r\n                        ],\r\n                        [\r\n                            32.30172786,\r\n                            36.29761825\r\n                        ],\r\n                        [\r\n                            32.30173770,\r\n                            36.29761707\r\n                        ],\r\n                        [\r\n                            32.30174763,\r\n                            36.29761668\r\n                        ],\r\n                        [\r\n                            32.30175756,\r\n                            36.29761707\r\n                        ],\r\n                        [\r\n                            32.30176739,\r\n                            36.29761825\r\n                        ],\r\n                        [\r\n                            32.30177703,\r\n                            36.29762019\r\n                        ],\r\n                        [\r\n                            32.30178639,\r\n                            36.29762289\r\n                        ],\r\n                        [\r\n                            32.30179538,\r\n                            36.29762632\r\n                        ],\r\n                        [\r\n                            32.30180391,\r\n                            36.29763044\r\n                        ],\r\n                        [\r\n                            32.30181189,\r\n                            36.29763521\r\n                        ],\r\n                        [\r\n                            32.30181926,\r\n                            36.29764059\r\n                        ],\r\n                        [\r\n                            32.30182594,\r\n                            36.29764653\r\n                        ],\r\n                        [\r\n                            32.30183186,\r\n                            36.29765296\r\n                        ],\r\n                        [\r\n                            32.30183697,\r\n                            36.29765984\r\n                        ],\r\n                        [\r\n                            32.30184122,\r\n                            36.29766708\r\n                        ],\r\n                        [\r\n                            32.30184457,\r\n                            36.29767462\r\n                        ],\r\n                        [\r\n                            32.30184698,\r\n                            36.29768240\r\n                        ],\r\n                        [\r\n                            32.30184844,\r\n                            36.29769032\r\n                        ],\r\n                        [\r\n                            32.30184893,\r\n                            36.29769833\r\n                        ],\r\n                        [\r\n                            32.30184844,\r\n                            36.29770633\r\n                        ],\r\n                        [\r\n                            32.30184698,\r\n                            36.29771425\r\n                        ],\r\n                        [\r\n                            32.30184457,\r\n                            36.29772203\r\n                        ],\r\n                        [\r\n                            32.30184122,\r\n                            36.29772957\r\n                        ],\r\n                        [\r\n                            32.30183697,\r\n                            36.29773681\r\n                        ],\r\n                        [\r\n                            32.30183186,\r\n                            36.29774369\r\n                        ],\r\n                        [\r\n                            32.30182594,\r\n                            36.29775012\r\n                        ],\r\n                        [\r\n                            32.30181926,\r\n                            36.29775606\r\n                        ],\r\n                        [\r\n                            32.30181189,\r\n                            36.29776144\r\n                        ],\r\n                        [\r\n                            32.30180391,\r\n                            36.29776621\r\n                        ],\r\n                        [\r\n                            32.30179538,\r\n                            36.29777033\r\n                        ],\r\n                        [\r\n                            32.30178639,\r\n                            36.29777376\r\n                        ],\r\n                        [\r\n                            32.30177703,\r\n                            36.29777646\r\n                        ],\r\n                        [\r\n                            32.30176739,\r\n                            36.29777840\r\n                        ],\r\n                        [\r\n                            32.30175756,\r\n                            36.29777958\r\n                        ],\r\n                        [\r\n                            32.30174763,\r\n                            36.29777997\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"beacon-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Entrance Geofence 3\",\r\n                \"enterNotification\": {\r\n                    \"once\": false,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30214191,\r\n                            36.29765185\r\n                        ],\r\n                        [\r\n                            32.30213259,\r\n                            36.29765148\r\n                        ],\r\n                        [\r\n                            32.30212335,\r\n                            36.29765038\r\n                        ],\r\n                        [\r\n                            32.30211430,\r\n                            36.29764855\r\n                        ],\r\n                        [\r\n                            32.30210551,\r\n                            36.29764602\r\n                        ],\r\n                        [\r\n                            32.30209707,\r\n                            36.29764280\r\n                        ],\r\n                        [\r\n                            32.30208906,\r\n                            36.29763893\r\n                        ],\r\n                        [\r\n                            32.30208157,\r\n                            36.29763445\r\n                        ],\r\n                        [\r\n                            32.30207465,\r\n                            36.29762940\r\n                        ],\r\n                        [\r\n                            32.30206838,\r\n                            36.29762382\r\n                        ],\r\n                        [\r\n                            32.30206282,\r\n                            36.29761778\r\n                        ],\r\n                        [\r\n                            32.30205802,\r\n                            36.29761133\r\n                        ],\r\n                        [\r\n                            32.30205403,\r\n                            36.29760453\r\n                        ],\r\n                        [\r\n                            32.30205088,\r\n                            36.29759744\r\n                        ],\r\n                        [\r\n                            32.30204862,\r\n                            36.29759014\r\n                        ],\r\n                        [\r\n                            32.30204725,\r\n                            36.29758270\r\n                        ],\r\n                        [\r\n                            32.30204679,\r\n                            36.29757519\r\n                        ],\r\n                        [\r\n                            32.30204725,\r\n                            36.29756767\r\n                        ],\r\n                        [\r\n                            32.30204862,\r\n                            36.29756023\r\n                        ],\r\n                        [\r\n                            32.30205089,\r\n                            36.29755293\r\n                        ],\r\n                        [\r\n                            32.30205403,\r\n                            36.29754585\r\n                        ],\r\n                        [\r\n                            32.30205802,\r\n                            36.29753905\r\n                        ],\r\n                        [\r\n                            32.30206282,\r\n                            36.29753259\r\n                        ],\r\n                        [\r\n                            32.30206838,\r\n                            36.29752655\r\n                        ],\r\n                        [\r\n                            32.30207465,\r\n                            36.29752098\r\n                        ],\r\n                        [\r\n                            32.30208157,\r\n                            36.29751592\r\n                        ],\r\n                        [\r\n                            32.30208906,\r\n                            36.29751144\r\n                        ],\r\n                        [\r\n                            32.30209707,\r\n                            36.29750757\r\n                        ],\r\n                        [\r\n                            32.30210551,\r\n                            36.29750436\r\n                        ],\r\n                        [\r\n                            32.30211430,\r\n                            36.29750182\r\n                        ],\r\n                        [\r\n                            32.30212335,\r\n                            36.29749999\r\n                        ],\r\n                        [\r\n                            32.30213259,\r\n                            36.29749889\r\n                        ],\r\n                        [\r\n                            32.30214191,\r\n                            36.29749852\r\n                        ],\r\n                        [\r\n                            32.30215124,\r\n                            36.29749889\r\n                        ],\r\n                        [\r\n                            32.30216047,\r\n                            36.29749999\r\n                        ],\r\n                        [\r\n                            32.30216952,\r\n                            36.29750182\r\n                        ],\r\n                        [\r\n                            32.30217831,\r\n                            36.29750436\r\n                        ],\r\n                        [\r\n                            32.30218675,\r\n                            36.29750757\r\n                        ],\r\n                        [\r\n                            32.30219476,\r\n                            36.29751144\r\n                        ],\r\n                        [\r\n                            32.30220226,\r\n                            36.29751592\r\n                        ],\r\n                        [\r\n                            32.30220917,\r\n                            36.29752098\r\n                        ],\r\n                        [\r\n                            32.30221544,\r\n                            36.29752655\r\n                        ],\r\n                        [\r\n                            32.30222100,\r\n                            36.29753259\r\n                        ],\r\n                        [\r\n                            32.30222580,\r\n                            36.29753905\r\n                        ],\r\n                        [\r\n                            32.30222979,\r\n                            36.29754585\r\n                        ],\r\n                        [\r\n                            32.30223294,\r\n                            36.29755293\r\n                        ],\r\n                        [\r\n                            32.30223521,\r\n                            36.29756023\r\n                        ],\r\n                        [\r\n                            32.30223658,\r\n                            36.29756767\r\n                        ],\r\n                        [\r\n                            32.30223704,\r\n                            36.29757519\r\n                        ],\r\n                        [\r\n                            32.30223658,\r\n                            36.29758270\r\n                        ],\r\n                        [\r\n                            32.30223521,\r\n                            36.29759014\r\n                        ],\r\n                        [\r\n                            32.30223294,\r\n                            36.29759744\r\n                        ],\r\n                        [\r\n                            32.30222979,\r\n                            36.29760453\r\n                        ],\r\n                        [\r\n                            32.30222580,\r\n                            36.29761133\r\n                        ],\r\n                        [\r\n                            32.30222100,\r\n                            36.29761778\r\n                        ],\r\n                        [\r\n                            32.30221544,\r\n                            36.29762382\r\n                        ],\r\n                        [\r\n                            32.30220917,\r\n                            36.29762940\r\n                        ],\r\n                        [\r\n                            32.30220226,\r\n                            36.29763445\r\n                        ],\r\n                        [\r\n                            32.30219476,\r\n                            36.29763893\r\n                        ],\r\n                        [\r\n                            32.30218675,\r\n                            36.29764280\r\n                        ],\r\n                        [\r\n                            32.30217831,\r\n                            36.29764602\r\n                        ],\r\n                        [\r\n                            32.30216952,\r\n                            36.29764855\r\n                        ],\r\n                        [\r\n                            32.30216047,\r\n                            36.29765038\r\n                        ],\r\n                        [\r\n                            32.30215124,\r\n                            36.29765148\r\n                        ],\r\n                        [\r\n                            32.30214191,\r\n                            36.29765185\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"beacon-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Entrance Geofence 4\",\r\n                \"enterNotification\": {\r\n                    \"once\": false,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30156773,\r\n                            36.29749884\r\n                        ],\r\n                        [\r\n                            32.30155455,\r\n                            36.29749832\r\n                        ],\r\n                        [\r\n                            32.30154150,\r\n                            36.29749676\r\n                        ],\r\n                        [\r\n                            32.30152870,\r\n                            36.29749418\r\n                        ],\r\n                        [\r\n                            32.30151628,\r\n                            36.29749060\r\n                        ],\r\n                        [\r\n                            32.30150435,\r\n                            36.29748605\r\n                        ],\r\n                        [\r\n                            32.30149303,\r\n                            36.29748058\r\n                        ],\r\n                        [\r\n                            32.30148243,\r\n                            36.29747425\r\n                        ],\r\n                        [\r\n                            32.30147266,\r\n                            36.29746711\r\n                        ],\r\n                        [\r\n                            32.30146380,\r\n                            36.29745923\r\n                        ],\r\n                        [\r\n                            32.30145594,\r\n                            36.29745068\r\n                        ],\r\n                        [\r\n                            32.30144915,\r\n                            36.29744156\r\n                        ],\r\n                        [\r\n                            32.30144351,\r\n                            36.29743195\r\n                        ],\r\n                        [\r\n                            32.30143907,\r\n                            36.29742194\r\n                        ],\r\n                        [\r\n                            32.30143586,\r\n                            36.29741162\r\n                        ],\r\n                        [\r\n                            32.30143392,\r\n                            36.29740110\r\n                        ],\r\n                        [\r\n                            32.30143328,\r\n                            36.29739048\r\n                        ],\r\n                        [\r\n                            32.30143392,\r\n                            36.29737986\r\n                        ],\r\n                        [\r\n                            32.30143586,\r\n                            36.29736934\r\n                        ],\r\n                        [\r\n                            32.30143907,\r\n                            36.29735902\r\n                        ],\r\n                        [\r\n                            32.30144351,\r\n                            36.29734901\r\n                        ],\r\n                        [\r\n                            32.30144915,\r\n                            36.29733940\r\n                        ],\r\n                        [\r\n                            32.30145594,\r\n                            36.29733027\r\n                        ],\r\n                        [\r\n                            32.30146380,\r\n                            36.29732173\r\n                        ],\r\n                        [\r\n                            32.30147266,\r\n                            36.29731385\r\n                        ],\r\n                        [\r\n                            32.30148243,\r\n                            36.29730671\r\n                        ],\r\n                        [\r\n                            32.30149303,\r\n                            36.29730038\r\n                        ],\r\n                        [\r\n                            32.30150435,\r\n                            36.29729491\r\n                        ],\r\n                        [\r\n                            32.30151628,\r\n                            36.29729036\r\n                        ],\r\n                        [\r\n                            32.30152870,\r\n                            36.29728678\r\n                        ],\r\n                        [\r\n                            32.30154150,\r\n                            36.29728420\r\n                        ],\r\n                        [\r\n                            32.30155455,\r\n                            36.29728263\r\n                        ],\r\n                        [\r\n                            32.30156773,\r\n                            36.29728211\r\n                        ],\r\n                        [\r\n                            32.30158091,\r\n                            36.29728263\r\n                        ],\r\n                        [\r\n                            32.30159396,\r\n                            36.29728420\r\n                        ],\r\n                        [\r\n                            32.30160676,\r\n                            36.29728678\r\n                        ],\r\n                        [\r\n                            32.30161919,\r\n                            36.29729036\r\n                        ],\r\n                        [\r\n                            32.30163111,\r\n                            36.29729491\r\n                        ],\r\n                        [\r\n                            32.30164243,\r\n                            36.29730038\r\n                        ],\r\n                        [\r\n                            32.30165303,\r\n                            36.29730671\r\n                        ],\r\n                        [\r\n                            32.30166281,\r\n                            36.29731385\r\n                        ],\r\n                        [\r\n                            32.30167167,\r\n                            36.29732173\r\n                        ],\r\n                        [\r\n                            32.30167953,\r\n                            36.29733027\r\n                        ],\r\n                        [\r\n                            32.30168631,\r\n                            36.29733940\r\n                        ],\r\n                        [\r\n                            32.30169195,\r\n                            36.29734901\r\n                        ],\r\n                        [\r\n                            32.30169640,\r\n                            36.29735902\r\n                        ],\r\n                        [\r\n                            32.30169960,\r\n                            36.29736934\r\n                        ],\r\n                        [\r\n                            32.30170154,\r\n                            36.29737986\r\n                        ],\r\n                        [\r\n                            32.30170219,\r\n                            36.29739048\r\n                        ],\r\n                        [\r\n                            32.30170154,\r\n                            36.29740110\r\n                        ],\r\n                        [\r\n                            32.30169960,\r\n                            36.29741162\r\n                        ],\r\n                        [\r\n                            32.30169640,\r\n                            36.29742194\r\n                        ],\r\n                        [\r\n                            32.30169195,\r\n                            36.29743195\r\n                        ],\r\n                        [\r\n                            32.30168631,\r\n                            36.29744156\r\n                        ],\r\n                        [\r\n                            32.30167953,\r\n                            36.29745068\r\n                        ],\r\n                        [\r\n                            32.30167167,\r\n                            36.29745923\r\n                        ],\r\n                        [\r\n                            32.30166281,\r\n                            36.29746711\r\n                        ],\r\n                        [\r\n                            32.30165303,\r\n                            36.29747425\r\n                        ],\r\n                        [\r\n                            32.30164243,\r\n                            36.29748058\r\n                        ],\r\n                        [\r\n                            32.30163111,\r\n                            36.29748605\r\n                        ],\r\n                        [\r\n                            32.30161919,\r\n                            36.29749060\r\n                        ],\r\n                        [\r\n                            32.30160676,\r\n                            36.29749418\r\n                        ],\r\n                        [\r\n                            32.30159396,\r\n                            36.29749676\r\n                        ],\r\n                        [\r\n                            32.30158091,\r\n                            36.29749832\r\n                        ],\r\n                        [\r\n                            32.30156773,\r\n                            36.29749884\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"beacon-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Entrance Geofence 5\",\r\n                \"enterNotification\": {\r\n                    \"once\": false,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30213698,\r\n                            36.29739002\r\n                        ],\r\n                        [\r\n                            32.30212810,\r\n                            36.29738967\r\n                        ],\r\n                        [\r\n                            32.30211931,\r\n                            36.29738862\r\n                        ],\r\n                        [\r\n                            32.30211068,\r\n                            36.29738688\r\n                        ],\r\n                        [\r\n                            32.30210231,\r\n                            36.29738446\r\n                        ],\r\n                        [\r\n                            32.30209427,\r\n                            36.29738140\r\n                        ],\r\n                        [\r\n                            32.30208664,\r\n                            36.29737771\r\n                        ],\r\n                        [\r\n                            32.30207950,\r\n                            36.29737344\r\n                        ],\r\n                        [\r\n                            32.30207291,\r\n                            36.29736863\r\n                        ],\r\n                        [\r\n                            32.30206694,\r\n                            36.29736332\r\n                        ],\r\n                        [\r\n                            32.30206164,\r\n                            36.29735757\r\n                        ],\r\n                        [\r\n                            32.30205707,\r\n                            36.29735142\r\n                        ],\r\n                        [\r\n                            32.30205327,\r\n                            36.29734494\r\n                        ],\r\n                        [\r\n                            32.30205027,\r\n                            36.29733819\r\n                        ],\r\n                        [\r\n                            32.30204811,\r\n                            36.29733124\r\n                        ],\r\n                        [\r\n                            32.30204681,\r\n                            36.29732415\r\n                        ],\r\n                        [\r\n                            32.30204637,\r\n                            36.29731699\r\n                        ],\r\n                        [\r\n                            32.30204681,\r\n                            36.29730983\r\n                        ],\r\n                        [\r\n                            32.30204811,\r\n                            36.29730275\r\n                        ],\r\n                        [\r\n                            32.30205027,\r\n                            36.29729579\r\n                        ],\r\n                        [\r\n                            32.30205327,\r\n                            36.29728905\r\n                        ],\r\n                        [\r\n                            32.30205707,\r\n                            36.29728257\r\n                        ],\r\n                        [\r\n                            32.30206164,\r\n                            36.29727642\r\n                        ],\r\n                        [\r\n                            32.30206694,\r\n                            36.29727066\r\n                        ],\r\n                        [\r\n                            32.30207291,\r\n                            36.29726535\r\n                        ],\r\n                        [\r\n                            32.30207950,\r\n                            36.29726054\r\n                        ],\r\n                        [\r\n                            32.30208664,\r\n                            36.29725627\r\n                        ],\r\n                        [\r\n                            32.30209427,\r\n                            36.29725259\r\n                        ],\r\n                        [\r\n                            32.30210231,\r\n                            36.29724952\r\n                        ],\r\n                        [\r\n                            32.30211068,\r\n                            36.29724711\r\n                        ],\r\n                        [\r\n                            32.30211931,\r\n                            36.29724537\r\n                        ],\r\n                        [\r\n                            32.30212810,\r\n                            36.29724432\r\n                        ],\r\n                        [\r\n                            32.30213698,\r\n                            36.29724396\r\n                        ],\r\n                        [\r\n                            32.30214586,\r\n                            36.29724432\r\n                        ],\r\n                        [\r\n                            32.30215466,\r\n                            36.29724537\r\n                        ],\r\n                        [\r\n                            32.30216329,\r\n                            36.29724711\r\n                        ],\r\n                        [\r\n                            32.30217166,\r\n                            36.29724952\r\n                        ],\r\n                        [\r\n                            32.30217970,\r\n                            36.29725259\r\n                        ],\r\n                        [\r\n                            32.30218732,\r\n                            36.29725627\r\n                        ],\r\n                        [\r\n                            32.30219447,\r\n                            36.29726054\r\n                        ],\r\n                        [\r\n                            32.30220106,\r\n                            36.29726535\r\n                        ],\r\n                        [\r\n                            32.30220703,\r\n                            36.29727066\r\n                        ],\r\n                        [\r\n                            32.30221232,\r\n                            36.29727642\r\n                        ],\r\n                        [\r\n                            32.30221690,\r\n                            36.29728257\r\n                        ],\r\n                        [\r\n                            32.30222070,\r\n                            36.29728905\r\n                        ],\r\n                        [\r\n                            32.30222369,\r\n                            36.29729579\r\n                        ],\r\n                        [\r\n                            32.30222585,\r\n                            36.29730275\r\n                        ],\r\n                        [\r\n                            32.30222716,\r\n                            36.29730983\r\n                        ],\r\n                        [\r\n                            32.30222759,\r\n                            36.29731699\r\n                        ],\r\n                        [\r\n                            32.30222716,\r\n                            36.29732415\r\n                        ],\r\n                        [\r\n                            32.30222585,\r\n                            36.29733124\r\n                        ],\r\n                        [\r\n                            32.30222369,\r\n                            36.29733819\r\n                        ],\r\n                        [\r\n                            32.30222070,\r\n                            36.29734494\r\n                        ],\r\n                        [\r\n                            32.30221690,\r\n                            36.29735142\r\n                        ],\r\n                        [\r\n                            32.30221232,\r\n                            36.29735757\r\n                        ],\r\n                        [\r\n                            32.30220703,\r\n                            36.29736332\r\n                        ],\r\n                        [\r\n                            32.30220106,\r\n                            36.29736863\r\n                        ],\r\n                        [\r\n                            32.30219447,\r\n                            36.29737344\r\n                        ],\r\n                        [\r\n                            32.30218732,\r\n                            36.29737771\r\n                        ],\r\n                        [\r\n                            32.30217970,\r\n                            36.29738140\r\n                        ],\r\n                        [\r\n                            32.30217166,\r\n                            36.29738446\r\n                        ],\r\n                        [\r\n                            32.30216329,\r\n                            36.29738688\r\n                        ],\r\n                        [\r\n                            32.30215466,\r\n                            36.29738862\r\n                        ],\r\n                        [\r\n                            32.30214586,\r\n                            36.29738967\r\n                        ],\r\n                        [\r\n                            32.30213698,\r\n                            36.29739002\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/beacon-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"beacon-geofences"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Building Beacon-Geofences",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"beacon-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Entrance Geofence 1\",\r\n                \"enterNotification\": {\r\n                    \"once\": false,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30116605,\r\n                            36.29765024\r\n                        ],\r\n                        [\r\n                            32.30116151,\r\n                            36.29765006\r\n                        ],\r\n                        [\r\n                            32.30115702,\r\n                            36.29764952\r\n                        ],\r\n                        [\r\n                            32.30115261,\r\n                            36.29764863\r\n                        ],\r\n                        [\r\n                            32.30114833,\r\n                            36.29764740\r\n                        ],\r\n                        [\r\n                            32.30114423,\r\n                            36.29764583\r\n                        ],\r\n                        [\r\n                            32.30114033,\r\n                            36.29764395\r\n                        ],\r\n                        [\r\n                            32.30113668,\r\n                            36.29764177\r\n                        ],\r\n                        [\r\n                            32.30113331,\r\n                            36.29763931\r\n                        ],\r\n                        [\r\n                            32.30113026,\r\n                            36.29763660\r\n                        ],\r\n                        [\r\n                            32.30112756,\r\n                            36.29763365\r\n                        ],\r\n                        [\r\n                            32.30112522,\r\n                            36.29763051\r\n                        ],\r\n                        [\r\n                            32.30112328,\r\n                            36.29762720\r\n                        ],\r\n                        [\r\n                            32.30112175,\r\n                            36.29762375\r\n                        ],\r\n                        [\r\n                            32.30112064,\r\n                            36.29762020\r\n                        ],\r\n                        [\r\n                            32.30111998,\r\n                            36.29761658\r\n                        ],\r\n                        [\r\n                            32.30111975,\r\n                            36.29761292\r\n                        ],\r\n                        [\r\n                            32.30111998,\r\n                            36.29760927\r\n                        ],\r\n                        [\r\n                            32.30112064,\r\n                            36.29760564\r\n                        ],\r\n                        [\r\n                            32.30112175,\r\n                            36.29760209\r\n                        ],\r\n                        [\r\n                            32.30112328,\r\n                            36.29759864\r\n                        ],\r\n                        [\r\n                            32.30112522,\r\n                            36.29759533\r\n                        ],\r\n                        [\r\n                            32.30112756,\r\n                            36.29759219\r\n                        ],\r\n                        [\r\n                            32.30113026,\r\n                            36.29758925\r\n                        ],\r\n                        [\r\n                            32.30113331,\r\n                            36.29758654\r\n                        ],\r\n                        [\r\n                            32.30113668,\r\n                            36.29758408\r\n                        ],\r\n                        [\r\n                            32.30114033,\r\n                            36.29758190\r\n                        ],\r\n                        [\r\n                            32.30114423,\r\n                            36.29758001\r\n                        ],\r\n                        [\r\n                            32.30114833,\r\n                            36.29757845\r\n                        ],\r\n                        [\r\n                            32.30115261,\r\n                            36.29757721\r\n                        ],\r\n                        [\r\n                            32.30115702,\r\n                            36.29757632\r\n                        ],\r\n                        [\r\n                            32.30116151,\r\n                            36.29757579\r\n                        ],\r\n                        [\r\n                            32.30116605,\r\n                            36.29757561\r\n                        ],\r\n                        [\r\n                            32.30117059,\r\n                            36.29757579\r\n                        ],\r\n                        [\r\n                            32.30117509,\r\n                            36.29757632\r\n                        ],\r\n                        [\r\n                            32.30117949,\r\n                            36.29757721\r\n                        ],\r\n                        [\r\n                            32.30118377,\r\n                            36.29757845\r\n                        ],\r\n                        [\r\n                            32.30118788,\r\n                            36.29758001\r\n                        ],\r\n                        [\r\n                            32.30119178,\r\n                            36.29758190\r\n                        ],\r\n                        [\r\n                            32.30119542,\r\n                            36.29758408\r\n                        ],\r\n                        [\r\n                            32.30119879,\r\n                            36.29758654\r\n                        ],\r\n                        [\r\n                            32.30120184,\r\n                            36.29758925\r\n                        ],\r\n                        [\r\n                            32.30120455,\r\n                            36.29759219\r\n                        ],\r\n                        [\r\n                            32.30120689,\r\n                            36.29759533\r\n                        ],\r\n                        [\r\n                            32.30120883,\r\n                            36.29759864\r\n                        ],\r\n                        [\r\n                            32.30121036,\r\n                            36.29760209\r\n                        ],\r\n                        [\r\n                            32.30121146,\r\n                            36.29760564\r\n                        ],\r\n                        [\r\n                            32.30121213,\r\n                            36.29760927\r\n                        ],\r\n                        [\r\n                            32.30121235,\r\n                            36.29761292\r\n                        ],\r\n                        [\r\n                            32.30121213,\r\n                            36.29761658\r\n                        ],\r\n                        [\r\n                            32.30121146,\r\n                            36.29762020\r\n                        ],\r\n                        [\r\n                            32.30121036,\r\n                            36.29762375\r\n                        ],\r\n                        [\r\n                            32.30120883,\r\n                            36.29762720\r\n                        ],\r\n                        [\r\n                            32.30120689,\r\n                            36.29763051\r\n                        ],\r\n                        [\r\n                            32.30120455,\r\n                            36.29763365\r\n                        ],\r\n                        [\r\n                            32.30120184,\r\n                            36.29763660\r\n                        ],\r\n                        [\r\n                            32.30119879,\r\n                            36.29763931\r\n                        ],\r\n                        [\r\n                            32.30119542,\r\n                            36.29764177\r\n                        ],\r\n                        [\r\n                            32.30119178,\r\n                            36.29764395\r\n                        ],\r\n                        [\r\n                            32.30118788,\r\n                            36.29764583\r\n                        ],\r\n                        [\r\n                            32.30118377,\r\n                            36.29764740\r\n                        ],\r\n                        [\r\n                            32.30117949,\r\n                            36.29764863\r\n                        ],\r\n                        [\r\n                            32.30117509,\r\n                            36.29764952\r\n                        ],\r\n                        [\r\n                            32.30117059,\r\n                            36.29765006\r\n                        ],\r\n                        [\r\n                            32.30116605,\r\n                            36.29765024\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"beacon-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Entrance Geofence 2\",\r\n                \"enterNotification\": {\r\n                    \"once\": false,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30174763,\r\n                            36.29777997\r\n                        ],\r\n                        [\r\n                            32.30173770,\r\n                            36.29777958\r\n                        ],\r\n                        [\r\n                            32.30172786,\r\n                            36.29777840\r\n                        ],\r\n                        [\r\n                            32.30171822,\r\n                            36.29777646\r\n                        ],\r\n                        [\r\n                            32.30170886,\r\n                            36.29777376\r\n                        ],\r\n                        [\r\n                            32.30169987,\r\n                            36.29777033\r\n                        ],\r\n                        [\r\n                            32.30169134,\r\n                            36.29776621\r\n                        ],\r\n                        [\r\n                            32.30168336,\r\n                            36.29776144\r\n                        ],\r\n                        [\r\n                            32.30167599,\r\n                            36.29775606\r\n                        ],\r\n                        [\r\n                            32.30166931,\r\n                            36.29775012\r\n                        ],\r\n                        [\r\n                            32.30166339,\r\n                            36.29774369\r\n                        ],\r\n                        [\r\n                            32.30165828,\r\n                            36.29773681\r\n                        ],\r\n                        [\r\n                            32.30165403,\r\n                            36.29772957\r\n                        ],\r\n                        [\r\n                            32.30165068,\r\n                            36.29772203\r\n                        ],\r\n                        [\r\n                            32.30164827,\r\n                            36.29771425\r\n                        ],\r\n                        [\r\n                            32.30164681,\r\n                            36.29770633\r\n                        ],\r\n                        [\r\n                            32.30164632,\r\n                            36.29769833\r\n                        ],\r\n                        [\r\n                            32.30164681,\r\n                            36.29769032\r\n                        ],\r\n                        [\r\n                            32.30164827,\r\n                            36.29768240\r\n                        ],\r\n                        [\r\n                            32.30165068,\r\n                            36.29767462\r\n                        ],\r\n                        [\r\n                            32.30165403,\r\n                            36.29766708\r\n                        ],\r\n                        [\r\n                            32.30165828,\r\n                            36.29765984\r\n                        ],\r\n                        [\r\n                            32.30166339,\r\n                            36.29765296\r\n                        ],\r\n                        [\r\n                            32.30166931,\r\n                            36.29764653\r\n                        ],\r\n                        [\r\n                            32.30167599,\r\n                            36.29764059\r\n                        ],\r\n                        [\r\n                            32.30168336,\r\n                            36.29763521\r\n                        ],\r\n                        [\r\n                            32.30169134,\r\n                            36.29763044\r\n                        ],\r\n                        [\r\n                            32.30169987,\r\n                            36.29762632\r\n                        ],\r\n                        [\r\n                            32.30170886,\r\n                            36.29762289\r\n                        ],\r\n                        [\r\n                            32.30171822,\r\n                            36.29762019\r\n                        ],\r\n                        [\r\n                            32.30172786,\r\n                            36.29761825\r\n                        ],\r\n                        [\r\n                            32.30173770,\r\n                            36.29761707\r\n                        ],\r\n                        [\r\n                            32.30174763,\r\n                            36.29761668\r\n                        ],\r\n                        [\r\n                            32.30175756,\r\n                            36.29761707\r\n                        ],\r\n                        [\r\n                            32.30176739,\r\n                            36.29761825\r\n                        ],\r\n                        [\r\n                            32.30177703,\r\n                            36.29762019\r\n                        ],\r\n                        [\r\n                            32.30178639,\r\n                            36.29762289\r\n                        ],\r\n                        [\r\n                            32.30179538,\r\n                            36.29762632\r\n                        ],\r\n                        [\r\n                            32.30180391,\r\n                            36.29763044\r\n                        ],\r\n                        [\r\n                            32.30181189,\r\n                            36.29763521\r\n                        ],\r\n                        [\r\n                            32.30181926,\r\n                            36.29764059\r\n                        ],\r\n                        [\r\n                            32.30182594,\r\n                            36.29764653\r\n                        ],\r\n                        [\r\n                            32.30183186,\r\n                            36.29765296\r\n                        ],\r\n                        [\r\n                            32.30183697,\r\n                            36.29765984\r\n                        ],\r\n                        [\r\n                            32.30184122,\r\n                            36.29766708\r\n                        ],\r\n                        [\r\n                            32.30184457,\r\n                            36.29767462\r\n                        ],\r\n                        [\r\n                            32.30184698,\r\n                            36.29768240\r\n                        ],\r\n                        [\r\n                            32.30184844,\r\n                            36.29769032\r\n                        ],\r\n                        [\r\n                            32.30184893,\r\n                            36.29769833\r\n                        ],\r\n                        [\r\n                            32.30184844,\r\n                            36.29770633\r\n                        ],\r\n                        [\r\n                            32.30184698,\r\n                            36.29771425\r\n                        ],\r\n                        [\r\n                            32.30184457,\r\n                            36.29772203\r\n                        ],\r\n                        [\r\n                            32.30184122,\r\n                            36.29772957\r\n                        ],\r\n                        [\r\n                            32.30183697,\r\n                            36.29773681\r\n                        ],\r\n                        [\r\n                            32.30183186,\r\n                            36.29774369\r\n                        ],\r\n                        [\r\n                            32.30182594,\r\n                            36.29775012\r\n                        ],\r\n                        [\r\n                            32.30181926,\r\n                            36.29775606\r\n                        ],\r\n                        [\r\n                            32.30181189,\r\n                            36.29776144\r\n                        ],\r\n                        [\r\n                            32.30180391,\r\n                            36.29776621\r\n                        ],\r\n                        [\r\n                            32.30179538,\r\n                            36.29777033\r\n                        ],\r\n                        [\r\n                            32.30178639,\r\n                            36.29777376\r\n                        ],\r\n                        [\r\n                            32.30177703,\r\n                            36.29777646\r\n                        ],\r\n                        [\r\n                            32.30176739,\r\n                            36.29777840\r\n                        ],\r\n                        [\r\n                            32.30175756,\r\n                            36.29777958\r\n                        ],\r\n                        [\r\n                            32.30174763,\r\n                            36.29777997\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"beacon-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Entrance Geofence 3\",\r\n                \"enterNotification\": {\r\n                    \"once\": false,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30214191,\r\n                            36.29765185\r\n                        ],\r\n                        [\r\n                            32.30213259,\r\n                            36.29765148\r\n                        ],\r\n                        [\r\n                            32.30212335,\r\n                            36.29765038\r\n                        ],\r\n                        [\r\n                            32.30211430,\r\n                            36.29764855\r\n                        ],\r\n                        [\r\n                            32.30210551,\r\n                            36.29764602\r\n                        ],\r\n                        [\r\n                            32.30209707,\r\n                            36.29764280\r\n                        ],\r\n                        [\r\n                            32.30208906,\r\n                            36.29763893\r\n                        ],\r\n                        [\r\n                            32.30208157,\r\n                            36.29763445\r\n                        ],\r\n                        [\r\n                            32.30207465,\r\n                            36.29762940\r\n                        ],\r\n                        [\r\n                            32.30206838,\r\n                            36.29762382\r\n                        ],\r\n                        [\r\n                            32.30206282,\r\n                            36.29761778\r\n                        ],\r\n                        [\r\n                            32.30205802,\r\n                            36.29761133\r\n                        ],\r\n                        [\r\n                            32.30205403,\r\n                            36.29760453\r\n                        ],\r\n                        [\r\n                            32.30205088,\r\n                            36.29759744\r\n                        ],\r\n                        [\r\n                            32.30204862,\r\n                            36.29759014\r\n                        ],\r\n                        [\r\n                            32.30204725,\r\n                            36.29758270\r\n                        ],\r\n                        [\r\n                            32.30204679,\r\n                            36.29757519\r\n                        ],\r\n                        [\r\n                            32.30204725,\r\n                            36.29756767\r\n                        ],\r\n                        [\r\n                            32.30204862,\r\n                            36.29756023\r\n                        ],\r\n                        [\r\n                            32.30205089,\r\n                            36.29755293\r\n                        ],\r\n                        [\r\n                            32.30205403,\r\n                            36.29754585\r\n                        ],\r\n                        [\r\n                            32.30205802,\r\n                            36.29753905\r\n                        ],\r\n                        [\r\n                            32.30206282,\r\n                            36.29753259\r\n                        ],\r\n                        [\r\n                            32.30206838,\r\n                            36.29752655\r\n                        ],\r\n                        [\r\n                            32.30207465,\r\n                            36.29752098\r\n                        ],\r\n                        [\r\n                            32.30208157,\r\n                            36.29751592\r\n                        ],\r\n                        [\r\n                            32.30208906,\r\n                            36.29751144\r\n                        ],\r\n                        [\r\n                            32.30209707,\r\n                            36.29750757\r\n                        ],\r\n                        [\r\n                            32.30210551,\r\n                            36.29750436\r\n                        ],\r\n                        [\r\n                            32.30211430,\r\n                            36.29750182\r\n                        ],\r\n                        [\r\n                            32.30212335,\r\n                            36.29749999\r\n                        ],\r\n                        [\r\n                            32.30213259,\r\n                            36.29749889\r\n                        ],\r\n                        [\r\n                            32.30214191,\r\n                            36.29749852\r\n                        ],\r\n                        [\r\n                            32.30215124,\r\n                            36.29749889\r\n                        ],\r\n                        [\r\n                            32.30216047,\r\n                            36.29749999\r\n                        ],\r\n                        [\r\n                            32.30216952,\r\n                            36.29750182\r\n                        ],\r\n                        [\r\n                            32.30217831,\r\n                            36.29750436\r\n                        ],\r\n                        [\r\n                            32.30218675,\r\n                            36.29750757\r\n                        ],\r\n                        [\r\n                            32.30219476,\r\n                            36.29751144\r\n                        ],\r\n                        [\r\n                            32.30220226,\r\n                            36.29751592\r\n                        ],\r\n                        [\r\n                            32.30220917,\r\n                            36.29752098\r\n                        ],\r\n                        [\r\n                            32.30221544,\r\n                            36.29752655\r\n                        ],\r\n                        [\r\n                            32.30222100,\r\n                            36.29753259\r\n                        ],\r\n                        [\r\n                            32.30222580,\r\n                            36.29753905\r\n                        ],\r\n                        [\r\n                            32.30222979,\r\n                            36.29754585\r\n                        ],\r\n                        [\r\n                            32.30223294,\r\n                            36.29755293\r\n                        ],\r\n                        [\r\n                            32.30223521,\r\n                            36.29756023\r\n                        ],\r\n                        [\r\n                            32.30223658,\r\n                            36.29756767\r\n                        ],\r\n                        [\r\n                            32.30223704,\r\n                            36.29757519\r\n                        ],\r\n                        [\r\n                            32.30223658,\r\n                            36.29758270\r\n                        ],\r\n                        [\r\n                            32.30223521,\r\n                            36.29759014\r\n                        ],\r\n                        [\r\n                            32.30223294,\r\n                            36.29759744\r\n                        ],\r\n                        [\r\n                            32.30222979,\r\n                            36.29760453\r\n                        ],\r\n                        [\r\n                            32.30222580,\r\n                            36.29761133\r\n                        ],\r\n                        [\r\n                            32.30222100,\r\n                            36.29761778\r\n                        ],\r\n                        [\r\n                            32.30221544,\r\n                            36.29762382\r\n                        ],\r\n                        [\r\n                            32.30220917,\r\n                            36.29762940\r\n                        ],\r\n                        [\r\n                            32.30220226,\r\n                            36.29763445\r\n                        ],\r\n                        [\r\n                            32.30219476,\r\n                            36.29763893\r\n                        ],\r\n                        [\r\n                            32.30218675,\r\n                            36.29764280\r\n                        ],\r\n                        [\r\n                            32.30217831,\r\n                            36.29764602\r\n                        ],\r\n                        [\r\n                            32.30216952,\r\n                            36.29764855\r\n                        ],\r\n                        [\r\n                            32.30216047,\r\n                            36.29765038\r\n                        ],\r\n                        [\r\n                            32.30215124,\r\n                            36.29765148\r\n                        ],\r\n                        [\r\n                            32.30214191,\r\n                            36.29765185\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"beacon-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Entrance Geofence 4\",\r\n                \"enterNotification\": {\r\n                    \"once\": false,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30156773,\r\n                            36.29749884\r\n                        ],\r\n                        [\r\n                            32.30155455,\r\n                            36.29749832\r\n                        ],\r\n                        [\r\n                            32.30154150,\r\n                            36.29749676\r\n                        ],\r\n                        [\r\n                            32.30152870,\r\n                            36.29749418\r\n                        ],\r\n                        [\r\n                            32.30151628,\r\n                            36.29749060\r\n                        ],\r\n                        [\r\n                            32.30150435,\r\n                            36.29748605\r\n                        ],\r\n                        [\r\n                            32.30149303,\r\n                            36.29748058\r\n                        ],\r\n                        [\r\n                            32.30148243,\r\n                            36.29747425\r\n                        ],\r\n                        [\r\n                            32.30147266,\r\n                            36.29746711\r\n                        ],\r\n                        [\r\n                            32.30146380,\r\n                            36.29745923\r\n                        ],\r\n                        [\r\n                            32.30145594,\r\n                            36.29745068\r\n                        ],\r\n                        [\r\n                            32.30144915,\r\n                            36.29744156\r\n                        ],\r\n                        [\r\n                            32.30144351,\r\n                            36.29743195\r\n                        ],\r\n                        [\r\n                            32.30143907,\r\n                            36.29742194\r\n                        ],\r\n                        [\r\n                            32.30143586,\r\n                            36.29741162\r\n                        ],\r\n                        [\r\n                            32.30143392,\r\n                            36.29740110\r\n                        ],\r\n                        [\r\n                            32.30143328,\r\n                            36.29739048\r\n                        ],\r\n                        [\r\n                            32.30143392,\r\n                            36.29737986\r\n                        ],\r\n                        [\r\n                            32.30143586,\r\n                            36.29736934\r\n                        ],\r\n                        [\r\n                            32.30143907,\r\n                            36.29735902\r\n                        ],\r\n                        [\r\n                            32.30144351,\r\n                            36.29734901\r\n                        ],\r\n                        [\r\n                            32.30144915,\r\n                            36.29733940\r\n                        ],\r\n                        [\r\n                            32.30145594,\r\n                            36.29733027\r\n                        ],\r\n                        [\r\n                            32.30146380,\r\n                            36.29732173\r\n                        ],\r\n                        [\r\n                            32.30147266,\r\n                            36.29731385\r\n                        ],\r\n                        [\r\n                            32.30148243,\r\n                            36.29730671\r\n                        ],\r\n                        [\r\n                            32.30149303,\r\n                            36.29730038\r\n                        ],\r\n                        [\r\n                            32.30150435,\r\n                            36.29729491\r\n                        ],\r\n                        [\r\n                            32.30151628,\r\n                            36.29729036\r\n                        ],\r\n                        [\r\n                            32.30152870,\r\n                            36.29728678\r\n                        ],\r\n                        [\r\n                            32.30154150,\r\n                            36.29728420\r\n                        ],\r\n                        [\r\n                            32.30155455,\r\n                            36.29728263\r\n                        ],\r\n                        [\r\n                            32.30156773,\r\n                            36.29728211\r\n                        ],\r\n                        [\r\n                            32.30158091,\r\n                            36.29728263\r\n                        ],\r\n                        [\r\n                            32.30159396,\r\n                            36.29728420\r\n                        ],\r\n                        [\r\n                            32.30160676,\r\n                            36.29728678\r\n                        ],\r\n                        [\r\n                            32.30161919,\r\n                            36.29729036\r\n                        ],\r\n                        [\r\n                            32.30163111,\r\n                            36.29729491\r\n                        ],\r\n                        [\r\n                            32.30164243,\r\n                            36.29730038\r\n                        ],\r\n                        [\r\n                            32.30165303,\r\n                            36.29730671\r\n                        ],\r\n                        [\r\n                            32.30166281,\r\n                            36.29731385\r\n                        ],\r\n                        [\r\n                            32.30167167,\r\n                            36.29732173\r\n                        ],\r\n                        [\r\n                            32.30167953,\r\n                            36.29733027\r\n                        ],\r\n                        [\r\n                            32.30168631,\r\n                            36.29733940\r\n                        ],\r\n                        [\r\n                            32.30169195,\r\n                            36.29734901\r\n                        ],\r\n                        [\r\n                            32.30169640,\r\n                            36.29735902\r\n                        ],\r\n                        [\r\n                            32.30169960,\r\n                            36.29736934\r\n                        ],\r\n                        [\r\n                            32.30170154,\r\n                            36.29737986\r\n                        ],\r\n                        [\r\n                            32.30170219,\r\n                            36.29739048\r\n                        ],\r\n                        [\r\n                            32.30170154,\r\n                            36.29740110\r\n                        ],\r\n                        [\r\n                            32.30169960,\r\n                            36.29741162\r\n                        ],\r\n                        [\r\n                            32.30169640,\r\n                            36.29742194\r\n                        ],\r\n                        [\r\n                            32.30169195,\r\n                            36.29743195\r\n                        ],\r\n                        [\r\n                            32.30168631,\r\n                            36.29744156\r\n                        ],\r\n                        [\r\n                            32.30167953,\r\n                            36.29745068\r\n                        ],\r\n                        [\r\n                            32.30167167,\r\n                            36.29745923\r\n                        ],\r\n                        [\r\n                            32.30166281,\r\n                            36.29746711\r\n                        ],\r\n                        [\r\n                            32.30165303,\r\n                            36.29747425\r\n                        ],\r\n                        [\r\n                            32.30164243,\r\n                            36.29748058\r\n                        ],\r\n                        [\r\n                            32.30163111,\r\n                            36.29748605\r\n                        ],\r\n                        [\r\n                            32.30161919,\r\n                            36.29749060\r\n                        ],\r\n                        [\r\n                            32.30160676,\r\n                            36.29749418\r\n                        ],\r\n                        [\r\n                            32.30159396,\r\n                            36.29749676\r\n                        ],\r\n                        [\r\n                            32.30158091,\r\n                            36.29749832\r\n                        ],\r\n                        [\r\n                            32.30156773,\r\n                            36.29749884\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"beacon-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Entrance Geofence 5\",\r\n                \"enterNotification\": {\r\n                    \"once\": false,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30213698,\r\n                            36.29739002\r\n                        ],\r\n                        [\r\n                            32.30212810,\r\n                            36.29738967\r\n                        ],\r\n                        [\r\n                            32.30211931,\r\n                            36.29738862\r\n                        ],\r\n                        [\r\n                            32.30211068,\r\n                            36.29738688\r\n                        ],\r\n                        [\r\n                            32.30210231,\r\n                            36.29738446\r\n                        ],\r\n                        [\r\n                            32.30209427,\r\n                            36.29738140\r\n                        ],\r\n                        [\r\n                            32.30208664,\r\n                            36.29737771\r\n                        ],\r\n                        [\r\n                            32.30207950,\r\n                            36.29737344\r\n                        ],\r\n                        [\r\n                            32.30207291,\r\n                            36.29736863\r\n                        ],\r\n                        [\r\n                            32.30206694,\r\n                            36.29736332\r\n                        ],\r\n                        [\r\n                            32.30206164,\r\n                            36.29735757\r\n                        ],\r\n                        [\r\n                            32.30205707,\r\n                            36.29735142\r\n                        ],\r\n                        [\r\n                            32.30205327,\r\n                            36.29734494\r\n                        ],\r\n                        [\r\n                            32.30205027,\r\n                            36.29733819\r\n                        ],\r\n                        [\r\n                            32.30204811,\r\n                            36.29733124\r\n                        ],\r\n                        [\r\n                            32.30204681,\r\n                            36.29732415\r\n                        ],\r\n                        [\r\n                            32.30204637,\r\n                            36.29731699\r\n                        ],\r\n                        [\r\n                            32.30204681,\r\n                            36.29730983\r\n                        ],\r\n                        [\r\n                            32.30204811,\r\n                            36.29730275\r\n                        ],\r\n                        [\r\n                            32.30205027,\r\n                            36.29729579\r\n                        ],\r\n                        [\r\n                            32.30205327,\r\n                            36.29728905\r\n                        ],\r\n                        [\r\n                            32.30205707,\r\n                            36.29728257\r\n                        ],\r\n                        [\r\n                            32.30206164,\r\n                            36.29727642\r\n                        ],\r\n                        [\r\n                            32.30206694,\r\n                            36.29727066\r\n                        ],\r\n                        [\r\n                            32.30207291,\r\n                            36.29726535\r\n                        ],\r\n                        [\r\n                            32.30207950,\r\n                            36.29726054\r\n                        ],\r\n                        [\r\n                            32.30208664,\r\n                            36.29725627\r\n                        ],\r\n                        [\r\n                            32.30209427,\r\n                            36.29725259\r\n                        ],\r\n                        [\r\n                            32.30210231,\r\n                            36.29724952\r\n                        ],\r\n                        [\r\n                            32.30211068,\r\n                            36.29724711\r\n                        ],\r\n                        [\r\n                            32.30211931,\r\n                            36.29724537\r\n                        ],\r\n                        [\r\n                            32.30212810,\r\n                            36.29724432\r\n                        ],\r\n                        [\r\n                            32.30213698,\r\n                            36.29724396\r\n                        ],\r\n                        [\r\n                            32.30214586,\r\n                            36.29724432\r\n                        ],\r\n                        [\r\n                            32.30215466,\r\n                            36.29724537\r\n                        ],\r\n                        [\r\n                            32.30216329,\r\n                            36.29724711\r\n                        ],\r\n                        [\r\n                            32.30217166,\r\n                            36.29724952\r\n                        ],\r\n                        [\r\n                            32.30217970,\r\n                            36.29725259\r\n                        ],\r\n                        [\r\n                            32.30218732,\r\n                            36.29725627\r\n                        ],\r\n                        [\r\n                            32.30219447,\r\n                            36.29726054\r\n                        ],\r\n                        [\r\n                            32.30220106,\r\n                            36.29726535\r\n                        ],\r\n                        [\r\n                            32.30220703,\r\n                            36.29727066\r\n                        ],\r\n                        [\r\n                            32.30221232,\r\n                            36.29727642\r\n                        ],\r\n                        [\r\n                            32.30221690,\r\n                            36.29728257\r\n                        ],\r\n                        [\r\n                            32.30222070,\r\n                            36.29728905\r\n                        ],\r\n                        [\r\n                            32.30222369,\r\n                            36.29729579\r\n                        ],\r\n                        [\r\n                            32.30222585,\r\n                            36.29730275\r\n                        ],\r\n                        [\r\n                            32.30222716,\r\n                            36.29730983\r\n                        ],\r\n                        [\r\n                            32.30222759,\r\n                            36.29731699\r\n                        ],\r\n                        [\r\n                            32.30222716,\r\n                            36.29732415\r\n                        ],\r\n                        [\r\n                            32.30222585,\r\n                            36.29733124\r\n                        ],\r\n                        [\r\n                            32.30222369,\r\n                            36.29733819\r\n                        ],\r\n                        [\r\n                            32.30222070,\r\n                            36.29734494\r\n                        ],\r\n                        [\r\n                            32.30221690,\r\n                            36.29735142\r\n                        ],\r\n                        [\r\n                            32.30221232,\r\n                            36.29735757\r\n                        ],\r\n                        [\r\n                            32.30220703,\r\n                            36.29736332\r\n                        ],\r\n                        [\r\n                            32.30220106,\r\n                            36.29736863\r\n                        ],\r\n                        [\r\n                            32.30219447,\r\n                            36.29737344\r\n                        ],\r\n                        [\r\n                            32.30218732,\r\n                            36.29737771\r\n                        ],\r\n                        [\r\n                            32.30217970,\r\n                            36.29738140\r\n                        ],\r\n                        [\r\n                            32.30217166,\r\n                            36.29738446\r\n                        ],\r\n                        [\r\n                            32.30216329,\r\n                            36.29738688\r\n                        ],\r\n                        [\r\n                            32.30215466,\r\n                            36.29738862\r\n                        ],\r\n                        [\r\n                            32.30214586,\r\n                            36.29738967\r\n                        ],\r\n                        [\r\n                            32.30213698,\r\n                            36.29739002\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/beacon-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"beacon-geofences"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Level Beacon-Geofences",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"beacon-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Entrance Geofence 1\",\r\n                \"enterNotification\": {\r\n                    \"once\": false,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30116605,\r\n                            36.29765024\r\n                        ],\r\n                        [\r\n                            32.30116151,\r\n                            36.29765006\r\n                        ],\r\n                        [\r\n                            32.30115702,\r\n                            36.29764952\r\n                        ],\r\n                        [\r\n                            32.30115261,\r\n                            36.29764863\r\n                        ],\r\n                        [\r\n                            32.30114833,\r\n                            36.29764740\r\n                        ],\r\n                        [\r\n                            32.30114423,\r\n                            36.29764583\r\n                        ],\r\n                        [\r\n                            32.30114033,\r\n                            36.29764395\r\n                        ],\r\n                        [\r\n                            32.30113668,\r\n                            36.29764177\r\n                        ],\r\n                        [\r\n                            32.30113331,\r\n                            36.29763931\r\n                        ],\r\n                        [\r\n                            32.30113026,\r\n                            36.29763660\r\n                        ],\r\n                        [\r\n                            32.30112756,\r\n                            36.29763365\r\n                        ],\r\n                        [\r\n                            32.30112522,\r\n                            36.29763051\r\n                        ],\r\n                        [\r\n                            32.30112328,\r\n                            36.29762720\r\n                        ],\r\n                        [\r\n                            32.30112175,\r\n                            36.29762375\r\n                        ],\r\n                        [\r\n                            32.30112064,\r\n                            36.29762020\r\n                        ],\r\n                        [\r\n                            32.30111998,\r\n                            36.29761658\r\n                        ],\r\n                        [\r\n                            32.30111975,\r\n                            36.29761292\r\n                        ],\r\n                        [\r\n                            32.30111998,\r\n                            36.29760927\r\n                        ],\r\n                        [\r\n                            32.30112064,\r\n                            36.29760564\r\n                        ],\r\n                        [\r\n                            32.30112175,\r\n                            36.29760209\r\n                        ],\r\n                        [\r\n                            32.30112328,\r\n                            36.29759864\r\n                        ],\r\n                        [\r\n                            32.30112522,\r\n                            36.29759533\r\n                        ],\r\n                        [\r\n                            32.30112756,\r\n                            36.29759219\r\n                        ],\r\n                        [\r\n                            32.30113026,\r\n                            36.29758925\r\n                        ],\r\n                        [\r\n                            32.30113331,\r\n                            36.29758654\r\n                        ],\r\n                        [\r\n                            32.30113668,\r\n                            36.29758408\r\n                        ],\r\n                        [\r\n                            32.30114033,\r\n                            36.29758190\r\n                        ],\r\n                        [\r\n                            32.30114423,\r\n                            36.29758001\r\n                        ],\r\n                        [\r\n                            32.30114833,\r\n                            36.29757845\r\n                        ],\r\n                        [\r\n                            32.30115261,\r\n                            36.29757721\r\n                        ],\r\n                        [\r\n                            32.30115702,\r\n                            36.29757632\r\n                        ],\r\n                        [\r\n                            32.30116151,\r\n                            36.29757579\r\n                        ],\r\n                        [\r\n                            32.30116605,\r\n                            36.29757561\r\n                        ],\r\n                        [\r\n                            32.30117059,\r\n                            36.29757579\r\n                        ],\r\n                        [\r\n                            32.30117509,\r\n                            36.29757632\r\n                        ],\r\n                        [\r\n                            32.30117949,\r\n                            36.29757721\r\n                        ],\r\n                        [\r\n                            32.30118377,\r\n                            36.29757845\r\n                        ],\r\n                        [\r\n                            32.30118788,\r\n                            36.29758001\r\n                        ],\r\n                        [\r\n                            32.30119178,\r\n                            36.29758190\r\n                        ],\r\n                        [\r\n                            32.30119542,\r\n                            36.29758408\r\n                        ],\r\n                        [\r\n                            32.30119879,\r\n                            36.29758654\r\n                        ],\r\n                        [\r\n                            32.30120184,\r\n                            36.29758925\r\n                        ],\r\n                        [\r\n                            32.30120455,\r\n                            36.29759219\r\n                        ],\r\n                        [\r\n                            32.30120689,\r\n                            36.29759533\r\n                        ],\r\n                        [\r\n                            32.30120883,\r\n                            36.29759864\r\n                        ],\r\n                        [\r\n                            32.30121036,\r\n                            36.29760209\r\n                        ],\r\n                        [\r\n                            32.30121146,\r\n                            36.29760564\r\n                        ],\r\n                        [\r\n                            32.30121213,\r\n                            36.29760927\r\n                        ],\r\n                        [\r\n                            32.30121235,\r\n                            36.29761292\r\n                        ],\r\n                        [\r\n                            32.30121213,\r\n                            36.29761658\r\n                        ],\r\n                        [\r\n                            32.30121146,\r\n                            36.29762020\r\n                        ],\r\n                        [\r\n                            32.30121036,\r\n                            36.29762375\r\n                        ],\r\n                        [\r\n                            32.30120883,\r\n                            36.29762720\r\n                        ],\r\n                        [\r\n                            32.30120689,\r\n                            36.29763051\r\n                        ],\r\n                        [\r\n                            32.30120455,\r\n                            36.29763365\r\n                        ],\r\n                        [\r\n                            32.30120184,\r\n                            36.29763660\r\n                        ],\r\n                        [\r\n                            32.30119879,\r\n                            36.29763931\r\n                        ],\r\n                        [\r\n                            32.30119542,\r\n                            36.29764177\r\n                        ],\r\n                        [\r\n                            32.30119178,\r\n                            36.29764395\r\n                        ],\r\n                        [\r\n                            32.30118788,\r\n                            36.29764583\r\n                        ],\r\n                        [\r\n                            32.30118377,\r\n                            36.29764740\r\n                        ],\r\n                        [\r\n                            32.30117949,\r\n                            36.29764863\r\n                        ],\r\n                        [\r\n                            32.30117509,\r\n                            36.29764952\r\n                        ],\r\n                        [\r\n                            32.30117059,\r\n                            36.29765006\r\n                        ],\r\n                        [\r\n                            32.30116605,\r\n                            36.29765024\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"beacon-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Entrance Geofence 2\",\r\n                \"enterNotification\": {\r\n                    \"once\": false,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30174763,\r\n                            36.29777997\r\n                        ],\r\n                        [\r\n                            32.30173770,\r\n                            36.29777958\r\n                        ],\r\n                        [\r\n                            32.30172786,\r\n                            36.29777840\r\n                        ],\r\n                        [\r\n                            32.30171822,\r\n                            36.29777646\r\n                        ],\r\n                        [\r\n                            32.30170886,\r\n                            36.29777376\r\n                        ],\r\n                        [\r\n                            32.30169987,\r\n                            36.29777033\r\n                        ],\r\n                        [\r\n                            32.30169134,\r\n                            36.29776621\r\n                        ],\r\n                        [\r\n                            32.30168336,\r\n                            36.29776144\r\n                        ],\r\n                        [\r\n                            32.30167599,\r\n                            36.29775606\r\n                        ],\r\n                        [\r\n                            32.30166931,\r\n                            36.29775012\r\n                        ],\r\n                        [\r\n                            32.30166339,\r\n                            36.29774369\r\n                        ],\r\n                        [\r\n                            32.30165828,\r\n                            36.29773681\r\n                        ],\r\n                        [\r\n                            32.30165403,\r\n                            36.29772957\r\n                        ],\r\n                        [\r\n                            32.30165068,\r\n                            36.29772203\r\n                        ],\r\n                        [\r\n                            32.30164827,\r\n                            36.29771425\r\n                        ],\r\n                        [\r\n                            32.30164681,\r\n                            36.29770633\r\n                        ],\r\n                        [\r\n                            32.30164632,\r\n                            36.29769833\r\n                        ],\r\n                        [\r\n                            32.30164681,\r\n                            36.29769032\r\n                        ],\r\n                        [\r\n                            32.30164827,\r\n                            36.29768240\r\n                        ],\r\n                        [\r\n                            32.30165068,\r\n                            36.29767462\r\n                        ],\r\n                        [\r\n                            32.30165403,\r\n                            36.29766708\r\n                        ],\r\n                        [\r\n                            32.30165828,\r\n                            36.29765984\r\n                        ],\r\n                        [\r\n                            32.30166339,\r\n                            36.29765296\r\n                        ],\r\n                        [\r\n                            32.30166931,\r\n                            36.29764653\r\n                        ],\r\n                        [\r\n                            32.30167599,\r\n                            36.29764059\r\n                        ],\r\n                        [\r\n                            32.30168336,\r\n                            36.29763521\r\n                        ],\r\n                        [\r\n                            32.30169134,\r\n                            36.29763044\r\n                        ],\r\n                        [\r\n                            32.30169987,\r\n                            36.29762632\r\n                        ],\r\n                        [\r\n                            32.30170886,\r\n                            36.29762289\r\n                        ],\r\n                        [\r\n                            32.30171822,\r\n                            36.29762019\r\n                        ],\r\n                        [\r\n                            32.30172786,\r\n                            36.29761825\r\n                        ],\r\n                        [\r\n                            32.30173770,\r\n                            36.29761707\r\n                        ],\r\n                        [\r\n                            32.30174763,\r\n                            36.29761668\r\n                        ],\r\n                        [\r\n                            32.30175756,\r\n                            36.29761707\r\n                        ],\r\n                        [\r\n                            32.30176739,\r\n                            36.29761825\r\n                        ],\r\n                        [\r\n                            32.30177703,\r\n                            36.29762019\r\n                        ],\r\n                        [\r\n                            32.30178639,\r\n                            36.29762289\r\n                        ],\r\n                        [\r\n                            32.30179538,\r\n                            36.29762632\r\n                        ],\r\n                        [\r\n                            32.30180391,\r\n                            36.29763044\r\n                        ],\r\n                        [\r\n                            32.30181189,\r\n                            36.29763521\r\n                        ],\r\n                        [\r\n                            32.30181926,\r\n                            36.29764059\r\n                        ],\r\n                        [\r\n                            32.30182594,\r\n                            36.29764653\r\n                        ],\r\n                        [\r\n                            32.30183186,\r\n                            36.29765296\r\n                        ],\r\n                        [\r\n                            32.30183697,\r\n                            36.29765984\r\n                        ],\r\n                        [\r\n                            32.30184122,\r\n                            36.29766708\r\n                        ],\r\n                        [\r\n                            32.30184457,\r\n                            36.29767462\r\n                        ],\r\n                        [\r\n                            32.30184698,\r\n                            36.29768240\r\n                        ],\r\n                        [\r\n                            32.30184844,\r\n                            36.29769032\r\n                        ],\r\n                        [\r\n                            32.30184893,\r\n                            36.29769833\r\n                        ],\r\n                        [\r\n                            32.30184844,\r\n                            36.29770633\r\n                        ],\r\n                        [\r\n                            32.30184698,\r\n                            36.29771425\r\n                        ],\r\n                        [\r\n                            32.30184457,\r\n                            36.29772203\r\n                        ],\r\n                        [\r\n                            32.30184122,\r\n                            36.29772957\r\n                        ],\r\n                        [\r\n                            32.30183697,\r\n                            36.29773681\r\n                        ],\r\n                        [\r\n                            32.30183186,\r\n                            36.29774369\r\n                        ],\r\n                        [\r\n                            32.30182594,\r\n                            36.29775012\r\n                        ],\r\n                        [\r\n                            32.30181926,\r\n                            36.29775606\r\n                        ],\r\n                        [\r\n                            32.30181189,\r\n                            36.29776144\r\n                        ],\r\n                        [\r\n                            32.30180391,\r\n                            36.29776621\r\n                        ],\r\n                        [\r\n                            32.30179538,\r\n                            36.29777033\r\n                        ],\r\n                        [\r\n                            32.30178639,\r\n                            36.29777376\r\n                        ],\r\n                        [\r\n                            32.30177703,\r\n                            36.29777646\r\n                        ],\r\n                        [\r\n                            32.30176739,\r\n                            36.29777840\r\n                        ],\r\n                        [\r\n                            32.30175756,\r\n                            36.29777958\r\n                        ],\r\n                        [\r\n                            32.30174763,\r\n                            36.29777997\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"beacon-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Entrance Geofence 3\",\r\n                \"enterNotification\": {\r\n                    \"once\": false,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30214191,\r\n                            36.29765185\r\n                        ],\r\n                        [\r\n                            32.30213259,\r\n                            36.29765148\r\n                        ],\r\n                        [\r\n                            32.30212335,\r\n                            36.29765038\r\n                        ],\r\n                        [\r\n                            32.30211430,\r\n                            36.29764855\r\n                        ],\r\n                        [\r\n                            32.30210551,\r\n                            36.29764602\r\n                        ],\r\n                        [\r\n                            32.30209707,\r\n                            36.29764280\r\n                        ],\r\n                        [\r\n                            32.30208906,\r\n                            36.29763893\r\n                        ],\r\n                        [\r\n                            32.30208157,\r\n                            36.29763445\r\n                        ],\r\n                        [\r\n                            32.30207465,\r\n                            36.29762940\r\n                        ],\r\n                        [\r\n                            32.30206838,\r\n                            36.29762382\r\n                        ],\r\n                        [\r\n                            32.30206282,\r\n                            36.29761778\r\n                        ],\r\n                        [\r\n                            32.30205802,\r\n                            36.29761133\r\n                        ],\r\n                        [\r\n                            32.30205403,\r\n                            36.29760453\r\n                        ],\r\n                        [\r\n                            32.30205088,\r\n                            36.29759744\r\n                        ],\r\n                        [\r\n                            32.30204862,\r\n                            36.29759014\r\n                        ],\r\n                        [\r\n                            32.30204725,\r\n                            36.29758270\r\n                        ],\r\n                        [\r\n                            32.30204679,\r\n                            36.29757519\r\n                        ],\r\n                        [\r\n                            32.30204725,\r\n                            36.29756767\r\n                        ],\r\n                        [\r\n                            32.30204862,\r\n                            36.29756023\r\n                        ],\r\n                        [\r\n                            32.30205089,\r\n                            36.29755293\r\n                        ],\r\n                        [\r\n                            32.30205403,\r\n                            36.29754585\r\n                        ],\r\n                        [\r\n                            32.30205802,\r\n                            36.29753905\r\n                        ],\r\n                        [\r\n                            32.30206282,\r\n                            36.29753259\r\n                        ],\r\n                        [\r\n                            32.30206838,\r\n                            36.29752655\r\n                        ],\r\n                        [\r\n                            32.30207465,\r\n                            36.29752098\r\n                        ],\r\n                        [\r\n                            32.30208157,\r\n                            36.29751592\r\n                        ],\r\n                        [\r\n                            32.30208906,\r\n                            36.29751144\r\n                        ],\r\n                        [\r\n                            32.30209707,\r\n                            36.29750757\r\n                        ],\r\n                        [\r\n                            32.30210551,\r\n                            36.29750436\r\n                        ],\r\n                        [\r\n                            32.30211430,\r\n                            36.29750182\r\n                        ],\r\n                        [\r\n                            32.30212335,\r\n                            36.29749999\r\n                        ],\r\n                        [\r\n                            32.30213259,\r\n                            36.29749889\r\n                        ],\r\n                        [\r\n                            32.30214191,\r\n                            36.29749852\r\n                        ],\r\n                        [\r\n                            32.30215124,\r\n                            36.29749889\r\n                        ],\r\n                        [\r\n                            32.30216047,\r\n                            36.29749999\r\n                        ],\r\n                        [\r\n                            32.30216952,\r\n                            36.29750182\r\n                        ],\r\n                        [\r\n                            32.30217831,\r\n                            36.29750436\r\n                        ],\r\n                        [\r\n                            32.30218675,\r\n                            36.29750757\r\n                        ],\r\n                        [\r\n                            32.30219476,\r\n                            36.29751144\r\n                        ],\r\n                        [\r\n                            32.30220226,\r\n                            36.29751592\r\n                        ],\r\n                        [\r\n                            32.30220917,\r\n                            36.29752098\r\n                        ],\r\n                        [\r\n                            32.30221544,\r\n                            36.29752655\r\n                        ],\r\n                        [\r\n                            32.30222100,\r\n                            36.29753259\r\n                        ],\r\n                        [\r\n                            32.30222580,\r\n                            36.29753905\r\n                        ],\r\n                        [\r\n                            32.30222979,\r\n                            36.29754585\r\n                        ],\r\n                        [\r\n                            32.30223294,\r\n                            36.29755293\r\n                        ],\r\n                        [\r\n                            32.30223521,\r\n                            36.29756023\r\n                        ],\r\n                        [\r\n                            32.30223658,\r\n                            36.29756767\r\n                        ],\r\n                        [\r\n                            32.30223704,\r\n                            36.29757519\r\n                        ],\r\n                        [\r\n                            32.30223658,\r\n                            36.29758270\r\n                        ],\r\n                        [\r\n                            32.30223521,\r\n                            36.29759014\r\n                        ],\r\n                        [\r\n                            32.30223294,\r\n                            36.29759744\r\n                        ],\r\n                        [\r\n                            32.30222979,\r\n                            36.29760453\r\n                        ],\r\n                        [\r\n                            32.30222580,\r\n                            36.29761133\r\n                        ],\r\n                        [\r\n                            32.30222100,\r\n                            36.29761778\r\n                        ],\r\n                        [\r\n                            32.30221544,\r\n                            36.29762382\r\n                        ],\r\n                        [\r\n                            32.30220917,\r\n                            36.29762940\r\n                        ],\r\n                        [\r\n                            32.30220226,\r\n                            36.29763445\r\n                        ],\r\n                        [\r\n                            32.30219476,\r\n                            36.29763893\r\n                        ],\r\n                        [\r\n                            32.30218675,\r\n                            36.29764280\r\n                        ],\r\n                        [\r\n                            32.30217831,\r\n                            36.29764602\r\n                        ],\r\n                        [\r\n                            32.30216952,\r\n                            36.29764855\r\n                        ],\r\n                        [\r\n                            32.30216047,\r\n                            36.29765038\r\n                        ],\r\n                        [\r\n                            32.30215124,\r\n                            36.29765148\r\n                        ],\r\n                        [\r\n                            32.30214191,\r\n                            36.29765185\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"beacon-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Entrance Geofence 4\",\r\n                \"enterNotification\": {\r\n                    \"once\": false,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30156773,\r\n                            36.29749884\r\n                        ],\r\n                        [\r\n                            32.30155455,\r\n                            36.29749832\r\n                        ],\r\n                        [\r\n                            32.30154150,\r\n                            36.29749676\r\n                        ],\r\n                        [\r\n                            32.30152870,\r\n                            36.29749418\r\n                        ],\r\n                        [\r\n                            32.30151628,\r\n                            36.29749060\r\n                        ],\r\n                        [\r\n                            32.30150435,\r\n                            36.29748605\r\n                        ],\r\n                        [\r\n                            32.30149303,\r\n                            36.29748058\r\n                        ],\r\n                        [\r\n                            32.30148243,\r\n                            36.29747425\r\n                        ],\r\n                        [\r\n                            32.30147266,\r\n                            36.29746711\r\n                        ],\r\n                        [\r\n                            32.30146380,\r\n                            36.29745923\r\n                        ],\r\n                        [\r\n                            32.30145594,\r\n                            36.29745068\r\n                        ],\r\n                        [\r\n                            32.30144915,\r\n                            36.29744156\r\n                        ],\r\n                        [\r\n                            32.30144351,\r\n                            36.29743195\r\n                        ],\r\n                        [\r\n                            32.30143907,\r\n                            36.29742194\r\n                        ],\r\n                        [\r\n                            32.30143586,\r\n                            36.29741162\r\n                        ],\r\n                        [\r\n                            32.30143392,\r\n                            36.29740110\r\n                        ],\r\n                        [\r\n                            32.30143328,\r\n                            36.29739048\r\n                        ],\r\n                        [\r\n                            32.30143392,\r\n                            36.29737986\r\n                        ],\r\n                        [\r\n                            32.30143586,\r\n                            36.29736934\r\n                        ],\r\n                        [\r\n                            32.30143907,\r\n                            36.29735902\r\n                        ],\r\n                        [\r\n                            32.30144351,\r\n                            36.29734901\r\n                        ],\r\n                        [\r\n                            32.30144915,\r\n                            36.29733940\r\n                        ],\r\n                        [\r\n                            32.30145594,\r\n                            36.29733027\r\n                        ],\r\n                        [\r\n                            32.30146380,\r\n                            36.29732173\r\n                        ],\r\n                        [\r\n                            32.30147266,\r\n                            36.29731385\r\n                        ],\r\n                        [\r\n                            32.30148243,\r\n                            36.29730671\r\n                        ],\r\n                        [\r\n                            32.30149303,\r\n                            36.29730038\r\n                        ],\r\n                        [\r\n                            32.30150435,\r\n                            36.29729491\r\n                        ],\r\n                        [\r\n                            32.30151628,\r\n                            36.29729036\r\n                        ],\r\n                        [\r\n                            32.30152870,\r\n                            36.29728678\r\n                        ],\r\n                        [\r\n                            32.30154150,\r\n                            36.29728420\r\n                        ],\r\n                        [\r\n                            32.30155455,\r\n                            36.29728263\r\n                        ],\r\n                        [\r\n                            32.30156773,\r\n                            36.29728211\r\n                        ],\r\n                        [\r\n                            32.30158091,\r\n                            36.29728263\r\n                        ],\r\n                        [\r\n                            32.30159396,\r\n                            36.29728420\r\n                        ],\r\n                        [\r\n                            32.30160676,\r\n                            36.29728678\r\n                        ],\r\n                        [\r\n                            32.30161919,\r\n                            36.29729036\r\n                        ],\r\n                        [\r\n                            32.30163111,\r\n                            36.29729491\r\n                        ],\r\n                        [\r\n                            32.30164243,\r\n                            36.29730038\r\n                        ],\r\n                        [\r\n                            32.30165303,\r\n                            36.29730671\r\n                        ],\r\n                        [\r\n                            32.30166281,\r\n                            36.29731385\r\n                        ],\r\n                        [\r\n                            32.30167167,\r\n                            36.29732173\r\n                        ],\r\n                        [\r\n                            32.30167953,\r\n                            36.29733027\r\n                        ],\r\n                        [\r\n                            32.30168631,\r\n                            36.29733940\r\n                        ],\r\n                        [\r\n                            32.30169195,\r\n                            36.29734901\r\n                        ],\r\n                        [\r\n                            32.30169640,\r\n                            36.29735902\r\n                        ],\r\n                        [\r\n                            32.30169960,\r\n                            36.29736934\r\n                        ],\r\n                        [\r\n                            32.30170154,\r\n                            36.29737986\r\n                        ],\r\n                        [\r\n                            32.30170219,\r\n                            36.29739048\r\n                        ],\r\n                        [\r\n                            32.30170154,\r\n                            36.29740110\r\n                        ],\r\n                        [\r\n                            32.30169960,\r\n                            36.29741162\r\n                        ],\r\n                        [\r\n                            32.30169640,\r\n                            36.29742194\r\n                        ],\r\n                        [\r\n                            32.30169195,\r\n                            36.29743195\r\n                        ],\r\n                        [\r\n                            32.30168631,\r\n                            36.29744156\r\n                        ],\r\n                        [\r\n                            32.30167953,\r\n                            36.29745068\r\n                        ],\r\n                        [\r\n                            32.30167167,\r\n                            36.29745923\r\n                        ],\r\n                        [\r\n                            32.30166281,\r\n                            36.29746711\r\n                        ],\r\n                        [\r\n                            32.30165303,\r\n                            36.29747425\r\n                        ],\r\n                        [\r\n                            32.30164243,\r\n                            36.29748058\r\n                        ],\r\n                        [\r\n                            32.30163111,\r\n                            36.29748605\r\n                        ],\r\n                        [\r\n                            32.30161919,\r\n                            36.29749060\r\n                        ],\r\n                        [\r\n                            32.30160676,\r\n                            36.29749418\r\n                        ],\r\n                        [\r\n                            32.30159396,\r\n                            36.29749676\r\n                        ],\r\n                        [\r\n                            32.30158091,\r\n                            36.29749832\r\n                        ],\r\n                        [\r\n                            32.30156773,\r\n                            36.29749884\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"beacon-geofence\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Entrance Geofence 5\",\r\n                \"enterNotification\": {\r\n                    \"once\": false,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_el\": \"greek enter\",\r\n                    \"message_tr_TR\": \"turkish enter\",\r\n                    \"coolDownMinutes\": 30\r\n                },\r\n                \"exitNotification\": {\r\n                    \"once\": true,\r\n                    \"message\": \"entered blah\",\r\n                    \"message_en\": \"exited blah\",\r\n                    \"message_el\": \"greek exit\",\r\n                    \"message_tr_TR\": \"turkish exit\"\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.30213698,\r\n                            36.29739002\r\n                        ],\r\n                        [\r\n                            32.30212810,\r\n                            36.29738967\r\n                        ],\r\n                        [\r\n                            32.30211931,\r\n                            36.29738862\r\n                        ],\r\n                        [\r\n                            32.30211068,\r\n                            36.29738688\r\n                        ],\r\n                        [\r\n                            32.30210231,\r\n                            36.29738446\r\n                        ],\r\n                        [\r\n                            32.30209427,\r\n                            36.29738140\r\n                        ],\r\n                        [\r\n                            32.30208664,\r\n                            36.29737771\r\n                        ],\r\n                        [\r\n                            32.30207950,\r\n                            36.29737344\r\n                        ],\r\n                        [\r\n                            32.30207291,\r\n                            36.29736863\r\n                        ],\r\n                        [\r\n                            32.30206694,\r\n                            36.29736332\r\n                        ],\r\n                        [\r\n                            32.30206164,\r\n                            36.29735757\r\n                        ],\r\n                        [\r\n                            32.30205707,\r\n                            36.29735142\r\n                        ],\r\n                        [\r\n                            32.30205327,\r\n                            36.29734494\r\n                        ],\r\n                        [\r\n                            32.30205027,\r\n                            36.29733819\r\n                        ],\r\n                        [\r\n                            32.30204811,\r\n                            36.29733124\r\n                        ],\r\n                        [\r\n                            32.30204681,\r\n                            36.29732415\r\n                        ],\r\n                        [\r\n                            32.30204637,\r\n                            36.29731699\r\n                        ],\r\n                        [\r\n                            32.30204681,\r\n                            36.29730983\r\n                        ],\r\n                        [\r\n                            32.30204811,\r\n                            36.29730275\r\n                        ],\r\n                        [\r\n                            32.30205027,\r\n                            36.29729579\r\n                        ],\r\n                        [\r\n                            32.30205327,\r\n                            36.29728905\r\n                        ],\r\n                        [\r\n                            32.30205707,\r\n                            36.29728257\r\n                        ],\r\n                        [\r\n                            32.30206164,\r\n                            36.29727642\r\n                        ],\r\n                        [\r\n                            32.30206694,\r\n                            36.29727066\r\n                        ],\r\n                        [\r\n                            32.30207291,\r\n                            36.29726535\r\n                        ],\r\n                        [\r\n                            32.30207950,\r\n                            36.29726054\r\n                        ],\r\n                        [\r\n                            32.30208664,\r\n                            36.29725627\r\n                        ],\r\n                        [\r\n                            32.30209427,\r\n                            36.29725259\r\n                        ],\r\n                        [\r\n                            32.30210231,\r\n                            36.29724952\r\n                        ],\r\n                        [\r\n                            32.30211068,\r\n                            36.29724711\r\n                        ],\r\n                        [\r\n                            32.30211931,\r\n                            36.29724537\r\n                        ],\r\n                        [\r\n                            32.30212810,\r\n                            36.29724432\r\n                        ],\r\n                        [\r\n                            32.30213698,\r\n                            36.29724396\r\n                        ],\r\n                        [\r\n                            32.30214586,\r\n                            36.29724432\r\n                        ],\r\n                        [\r\n                            32.30215466,\r\n                            36.29724537\r\n                        ],\r\n                        [\r\n                            32.30216329,\r\n                            36.29724711\r\n                        ],\r\n                        [\r\n                            32.30217166,\r\n                            36.29724952\r\n                        ],\r\n                        [\r\n                            32.30217970,\r\n                            36.29725259\r\n                        ],\r\n                        [\r\n                            32.30218732,\r\n                            36.29725627\r\n                        ],\r\n                        [\r\n                            32.30219447,\r\n                            36.29726054\r\n                        ],\r\n                        [\r\n                            32.30220106,\r\n                            36.29726535\r\n                        ],\r\n                        [\r\n                            32.30220703,\r\n                            36.29727066\r\n                        ],\r\n                        [\r\n                            32.30221232,\r\n                            36.29727642\r\n                        ],\r\n                        [\r\n                            32.30221690,\r\n                            36.29728257\r\n                        ],\r\n                        [\r\n                            32.30222070,\r\n                            36.29728905\r\n                        ],\r\n                        [\r\n                            32.30222369,\r\n                            36.29729579\r\n                        ],\r\n                        [\r\n                            32.30222585,\r\n                            36.29730275\r\n                        ],\r\n                        [\r\n                            32.30222716,\r\n                            36.29730983\r\n                        ],\r\n                        [\r\n                            32.30222759,\r\n                            36.29731699\r\n                        ],\r\n                        [\r\n                            32.30222716,\r\n                            36.29732415\r\n                        ],\r\n                        [\r\n                            32.30222585,\r\n                            36.29733124\r\n                        ],\r\n                        [\r\n                            32.30222369,\r\n                            36.29733819\r\n                        ],\r\n                        [\r\n                            32.30222070,\r\n                            36.29734494\r\n                        ],\r\n                        [\r\n                            32.30221690,\r\n                            36.29735142\r\n                        ],\r\n                        [\r\n                            32.30221232,\r\n                            36.29735757\r\n                        ],\r\n                        [\r\n                            32.30220703,\r\n                            36.29736332\r\n                        ],\r\n                        [\r\n                            32.30220106,\r\n                            36.29736863\r\n                        ],\r\n                        [\r\n                            32.30219447,\r\n                            36.29737344\r\n                        ],\r\n                        [\r\n                            32.30218732,\r\n                            36.29737771\r\n                        ],\r\n                        [\r\n                            32.30217970,\r\n                            36.29738140\r\n                        ],\r\n                        [\r\n                            32.30217166,\r\n                            36.29738446\r\n                        ],\r\n                        [\r\n                            32.30216329,\r\n                            36.29738688\r\n                        ],\r\n                        [\r\n                            32.30215466,\r\n                            36.29738862\r\n                        ],\r\n                        [\r\n                            32.30214586,\r\n                            36.29738967\r\n                        ],\r\n                        [\r\n                            32.30213698,\r\n                            36.29739002\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/beacon-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"beacon-geofences"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Site Beacon-Geofences",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/beacon-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"beacon-geofences"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Building Beacon-Geofences",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/beacon-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"beacon-geofences"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Level Beacon-Geofences",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/beacon-geofences",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"beacon-geofences"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "OBSTACLE",
							"item": [
								{
									"name": "Published Site Obstacles",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/obstacles",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"published",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"obstacles"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Site Obstacles",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/obstacles",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"obstacles"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Building Obstacles",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/obstacles",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"obstacles"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Level Obstacles",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/obstacles",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"obstacles"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Site Obstacles",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"glass-wall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Glass Wall 1\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"glass-wall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Glass Wall 2\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"glass-wall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Glass Wall 3\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"glass-wall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Glass Wall 4\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"glass-wall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Glass Wall 5\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/obstacles",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"obstacles"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Building Obstacles",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"glass-wall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Glass Wall 1\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"glass-wall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Glass Wall 2\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"glass-wall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Glass Wall 3\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"glass-wall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Glass Wall 4\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"glass-wall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Glass Wall 5\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/obstacles",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"obstacles"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Level Obstacles",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"glass-wall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Glass Wall 1\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"glass-wall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Glass Wall 2\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"glass-wall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Glass Wall 3\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"glass-wall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Glass Wall 4\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"glass-wall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Glass Wall 5\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/obstacles",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"obstacles"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Site Obstacles",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/obstacles",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"obstacles"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Building Obstacles",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/obstacles",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"obstacles"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Level Obstacles",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/obstacles",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"obstacles"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "POI",
							"item": [
								{
									"name": "Published Site Pois",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/pois",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"published",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"pois"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Site Pois",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/pois",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"pois"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Building Pois",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/pois",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"pois"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Level Pois",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/pois",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"pois"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Site Pois",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"exhibit-hall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 1\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"exhibit-hall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 2\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"exhibit-hall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 3\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"exhibit-hall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 4\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"exhibit-hall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 5\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/pois",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"pois"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Building Pois",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"exhibit-hall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 1\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"exhibit-hall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 2\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"exhibit-hall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 3\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"exhibit-hall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 4\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"exhibit-hall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 5\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/pois",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"pois"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Level Pois",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"exhibit-hall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 1\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"exhibit-hall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 2\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"exhibit-hall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 3\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"exhibit-hall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 4\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"exhibit-hall\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 5\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/pois",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"pois"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Site Pois",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/pois",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"pois"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Building Pois",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/pois",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"pois"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Level Pois",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/pois",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"pois"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "MAPOBJECT",
							"item": [
								{
									"name": "Published Site Mapobjects",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/map-objects",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"published",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"map-objects"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Site Mapobjects",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/map-objects",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"map-objects"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Building Mapobjects",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/map-objects",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"map-objects"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Level Mapobjects",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/map-objects",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"map-objects"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Site Mapobjects",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 1\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 2\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 3\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 4\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 5\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/map-objects",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"map-objects"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Building Mapobjects",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 1\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 2\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 3\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 4\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 5\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/map-objects",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"map-objects"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Level Mapobjects",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 1\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29845678\r\n                        ],\r\n                        [\r\n                            32.29543210,\r\n                            36.29798765\r\n                        ],\r\n                        [\r\n                            32.29487654,\r\n                            36.29798765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 2\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.29298765,\r\n                            36.29712345\r\n                        ],\r\n                        [\r\n                            32.29234567,\r\n                            36.29712345\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 3\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29876543\r\n                        ],\r\n                        [\r\n                            32.29109876,\r\n                            36.29823456\r\n                        ],\r\n                        [\r\n                            32.29045678,\r\n                            36.29823456\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 4\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29945678\r\n                        ],\r\n                        [\r\n                            32.28732109,\r\n                            36.29898765\r\n                        ],\r\n                        [\r\n                            32.28678901,\r\n                            36.29898765\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"name\": \"Exhibition Hall 5\",\r\n                \"extra\": {}\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29812345\r\n                        ],\r\n                        [\r\n                            32.28465432,\r\n                            36.29765432\r\n                        ],\r\n                        [\r\n                            32.28412345,\r\n                            36.29765432\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/map-objects",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"map-objects"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Site Mapobjects",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/map-objects",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"map-objects"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Building Mapobjects",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/map-objects",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"map-objects"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Level Mapobjects",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/map-objects",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"map-objects"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "PATH",
							"item": [
								{
									"name": "Published Site Paths",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/paths",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"published",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"paths"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Site Paths",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/paths",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"paths"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Building Paths",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/paths",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"paths"
											]
										}
									},
									"response": []
								},
								{
									"name": "Draft Level Paths",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/paths",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"paths"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Site Paths",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"geometry\": {\r\n                \"coordinates\": [\r\n                    -71.01666597,\r\n                    42.36650544\r\n                ],\r\n                \"type\": \"Point\"\r\n            },\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator-node\",\r\n                \"travelTime\": 45,\r\n                \"isAccessible\": false,\r\n                \"neighbors\": [\r\n                    {\r\n                        \"fid\": \"00000005-0010-0001-0000-000000092337\",\r\n                        \"speed\": 1\r\n                    }\r\n                ],\r\n                \"transitionNeighbors\": [],\r\n                \"name\": \"Escalator\",\r\n                \"isComfortable\": false,\r\n                \"transitionGroupId\": \"a629d332-2d4b-a5a4-4fdc-13515ba830dc\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"lvl\": {{levelIndex}}\r\n            }\r\n        },\r\n        {\r\n            \"geometry\": {\r\n                \"coordinates\": [\r\n                    -71.01668931,\r\n                    42.3667148\r\n                ],\r\n                \"type\": \"Point\"\r\n            },\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator-node\",\r\n                \"travelTime\": 45,\r\n                \"isAccessible\": false,\r\n                \"neighbors\": [\r\n                    {\r\n                        \"fid\": \"00000005-0010-0001-0000-000000092407\",\r\n                        \"speed\": 1\r\n                    }\r\n                ],\r\n                \"transitionNeighbors\": [\r\n                    {\r\n                        \"fid\": \"00000005-0010-0002-0000-000000222870\"\r\n                    }\r\n                ],\r\n                \"name\": \"Escalator\",\r\n                \"isComfortable\": false,\r\n                \"transitionGroupId\": \"6f6a2196-72ef-7dce-376e-22a6ec071cf1\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"lvl\": {{levelIndex}}\r\n            }\r\n        },\r\n        {\r\n            \"geometry\": {\r\n                \"coordinates\": [\r\n                    -71.01664806,\r\n                    42.36619585\r\n                ],\r\n                \"type\": \"Point\"\r\n            },\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator-node\",\r\n                \"travelTime\": 45,\r\n                \"isAccessible\": false,\r\n                \"neighbors\": [\r\n                    {\r\n                        \"fid\": \"00000005-0010-0001-0000-000000092366\",\r\n                        \"speed\": 1\r\n                    }\r\n                ],\r\n                \"transitionNeighbors\": [\r\n                    {\r\n                        \"fid\": \"00000005-0010-0002-0000-000000222874\"\r\n                    }\r\n                ],\r\n                \"name\": \"Escalator\",\r\n                \"isComfortable\": false,\r\n                \"transitionGroupId\": \"bf4fa4a3-c908-53fd-fc9e-a692ba626aee\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"lvl\": {{levelIndex}}\r\n            }\r\n        },\r\n        {\r\n            \"geometry\": {\r\n                \"coordinates\": [\r\n                    -71.01586764,\r\n                    42.36617949\r\n                ],\r\n                \"type\": \"Point\"\r\n            },\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator-node\",\r\n                \"travelTime\": 45,\r\n                \"isAccessible\": false,\r\n                \"neighbors\": [\r\n                    {\r\n                        \"fid\": \"00000005-0010-0001-0000-000000092388\",\r\n                        \"speed\": 1\r\n                    }\r\n                ],\r\n                \"transitionNeighbors\": [\r\n                    {\r\n                        \"fid\": \"00000005-0010-0002-0000-000000222880\"\r\n                    }\r\n                ],\r\n                \"name\": \"Escalator\",\r\n                \"isComfortable\": false,\r\n                \"transitionGroupId\": \"80245320-00cb-d313-2bdb-572063eaa07f\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"lvl\": {{levelIndex}}\r\n            }\r\n        },\r\n        {\r\n            \"geometry\": {\r\n                \"coordinates\": [\r\n                    -71.0167622,\r\n                    42.36703603\r\n                ],\r\n                \"type\": \"Point\"\r\n            },\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"escalator-node\",\r\n                \"travelTime\": 45,\r\n                \"isAccessible\": false,\r\n                \"neighbors\": [\r\n                    {\r\n                        \"fid\": \"00000005-0010-0001-0000-000000092401\",\r\n                        \"speed\": 1\r\n                    }\r\n                ],\r\n                \"transitionNeighbors\": [],\r\n                \"name\": \"Escalator\",\r\n                \"isComfortable\": false,\r\n                \"transitionGroupId\": \"1463c5f8-25ee-54ab-b319-1702bb80d98d\",\r\n                \"fid\": \"{{$guid}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"lvl\": {{levelIndex}}\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/paths",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"paths"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Site Paths",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/paths",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"paths"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "FEATURES",
							"item": [
								{
									"name": "Site Features",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/features",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"features"
											]
										}
									},
									"response": []
								},
								{
									"name": "Building Features",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/features",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"features"
											]
										}
									},
									"response": []
								},
								{
									"name": "Level Features",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/features",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"features"
											]
										}
									},
									"response": []
								},
								{
									"name": "Site Features By Type Code",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/features/type-code/{{typeCode}}",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"features",
												"type-code",
												"{{typeCode}}"
											]
										}
									},
									"response": []
								},
								{
									"name": "Building Features By Type Code",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/features/type-code/{{typeCode}}",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"features",
												"type-code",
												"{{typeCode}}"
											]
										}
									},
									"response": []
								},
								{
									"name": "Level Features By Type Code",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/features/type-code/{{typeCode}}",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"features",
												"type-code",
												"{{typeCode}}"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Site Features",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"angular-stairs\",\r\n                \"portalProperty\": \"onewayPortal\",\r\n                \"name\": \"Angular stairs\",\r\n                \"description\": null,\r\n                \"fid\": \"d59846ec-6c5a-417e-a091-526996aeed77\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16193595,\r\n                    51.49905073\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Neill Strain Floral Couture\",\r\n                \"extra\": {\r\n                    \"roomid\": null,\r\n                    \"productType\": \"Service\",\r\n                    \"group\": \"968830000417409\",\r\n                    \"other\": \"\",\r\n                    \"link\": \"\",\r\n                    \"video\": \"\",\r\n                    \"openingHours\": \"\",\r\n                    \"linkName\": \"\",\r\n                    \"booking\": \"\",\r\n                    \"phone\": \"+442077301234\",\r\n                    \"imageUrl\": \"https://pointrimages.blob.core.windows.net/harrods/1643387786380504.jpg\"\r\n                },\r\n                \"style\": {},\r\n                \"description\": \"Specialising in rare flowers and renowned for truly artistic arrangements, Neill Strain Floral Couture is your go-to for ready-to-buy and made-to-order bouquets, as well as bespoke commissions.\",\r\n                \"keywords\": [\r\n                    \"'flowers'\",\r\n                    \"'gift'\",\r\n                    \"'gifts'\",\r\n                    \"'gifting'\",\r\n                    \"'florist'\",\r\n                    \"'occasion'\",\r\n                    \"'rare'\",\r\n                    \"'specialist'\",\r\n                    \"'neil strain'\",\r\n                    \"'bouquets'\",\r\n                    \"'made-to-order'\"\r\n                ],\r\n                \"fid\": \"f82525c6-a420-4500-9f8f-b4029e92fb37\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16260706,\r\n                    51.49948435\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Gift Wrapping Service\",\r\n                \"extra\": {\r\n                    \"roomid\": null,\r\n                    \"productType\": \"Service\",\r\n                    \"group\": \"335860000028053\",\r\n                    \"other\": \"\",\r\n                    \"link\": \"\",\r\n                    \"video\": \"\",\r\n                    \"openingHours\": \"\",\r\n                    \"linkName\": \"\",\r\n                    \"booking\": \"\",\r\n                    \"phone\": \"\",\r\n                    \"imageUrl\": \"\"\r\n                },\r\n                \"style\": {},\r\n                \"description\": \"\",\r\n                \"fid\": \"0548346b-513e-4f25-8d47-a677225f2689\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16239766,\r\n                    51.49970514\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"portalProperty\": null,\r\n                \"name\": \"Books, Cards & Gifts\",\r\n                \"extra\": {\r\n                    \"productType\": \"room\",\r\n                    \"roomid\": \"LG/3A\"\r\n                },\r\n                \"style\": null,\r\n                \"ID\": null,\r\n                \"description\": null,\r\n                \"keywords\": null,\r\n                \"fid\": \"ad1057ae-87ea-4841-aa13-eacea4860645\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16267257,\r\n                            51.49966244\r\n                        ],\r\n                        [\r\n                            -0.16263704,\r\n                            51.49963926\r\n                        ],\r\n                        [\r\n                            -0.16262651,\r\n                            51.49963238\r\n                        ],\r\n                        [\r\n                            -0.16260344,\r\n                            51.49964608\r\n                        ],\r\n                        [\r\n                            -0.16261416,\r\n                            51.49965307\r\n                        ],\r\n                        [\r\n                            -0.16263852,\r\n                            51.49966897\r\n                        ],\r\n                        [\r\n                            -0.16260652,\r\n                            51.49968797\r\n                        ],\r\n                        [\r\n                            -0.16260147,\r\n                            51.49969118\r\n                        ],\r\n                        [\r\n                            -0.16259125,\r\n                            51.49968429\r\n                        ],\r\n                        [\r\n                            -0.16258708,\r\n                            51.49968677\r\n                        ],\r\n                        [\r\n                            -0.16260547,\r\n                            51.49969877\r\n                        ],\r\n                        [\r\n                            -0.16257486,\r\n                            51.49971848\r\n                        ],\r\n                        [\r\n                            -0.16255379,\r\n                            51.49973254\r\n                        ],\r\n                        [\r\n                            -0.16253006,\r\n                            51.49971926\r\n                        ],\r\n                        [\r\n                            -0.16252829,\r\n                            51.49971827\r\n                        ],\r\n                        [\r\n                            -0.16251298,\r\n                            51.49972904\r\n                        ],\r\n                        [\r\n                            -0.16249494,\r\n                            51.49971906\r\n                        ],\r\n                        [\r\n                            -0.1625035,\r\n                            51.49971304\r\n                        ],\r\n                        [\r\n                            -0.16249442,\r\n                            51.49970804\r\n                        ],\r\n                        [\r\n                            -0.16249061,\r\n                            51.49971071\r\n                        ],\r\n                        [\r\n                            -0.16247762,\r\n                            51.4997036\r\n                        ],\r\n                        [\r\n                            -0.16248146,\r\n                            51.4997009\r\n                        ],\r\n                        [\r\n                            -0.16247964,\r\n                            51.49969994\r\n                        ],\r\n                        [\r\n                            -0.16249892,\r\n                            51.4996864\r\n                        ],\r\n                        [\r\n                            -0.16253915,\r\n                            51.49971063\r\n                        ],\r\n                        [\r\n                            -0.16253783,\r\n                            51.49971157\r\n                        ],\r\n                        [\r\n                            -0.16253899,\r\n                            51.49971266\r\n                        ],\r\n                        [\r\n                            -0.16254171,\r\n                            51.49971109\r\n                        ],\r\n                        [\r\n                            -0.16255157,\r\n                            51.49971704\r\n                        ],\r\n                        [\r\n                            -0.16256063,\r\n                            51.49971166\r\n                        ],\r\n                        [\r\n                            -0.16255411,\r\n                            51.49970734\r\n                        ],\r\n                        [\r\n                            -0.16249987,\r\n                            51.49967634\r\n                        ],\r\n                        [\r\n                            -0.16249661,\r\n                            51.49967853\r\n                        ],\r\n                        [\r\n                            -0.16249126,\r\n                            51.49967565\r\n                        ],\r\n                        [\r\n                            -0.16248181,\r\n                            51.49967024\r\n                        ],\r\n                        [\r\n                            -0.16243131,\r\n                            51.49964237\r\n                        ],\r\n                        [\r\n                            -0.16235578,\r\n                            51.49960069\r\n                        ],\r\n                        [\r\n                            -0.16245419,\r\n                            51.49954102\r\n                        ],\r\n                        [\r\n                            -0.16249279,\r\n                            51.4995181\r\n                        ],\r\n                        [\r\n                            -0.16253279,\r\n                            51.49953922\r\n                        ],\r\n                        [\r\n                            -0.1625423,\r\n                            51.49953225\r\n                        ],\r\n                        [\r\n                            -0.16270878,\r\n                            51.49964095\r\n                        ],\r\n                        [\r\n                            -0.16267257,\r\n                            51.49966244\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Harrods Gift Shop\",\r\n                \"extra\": {\r\n                    \"roomid\": \"LG/5\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"d23ce07d-a781-4016-9da7-edf662bd7569\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.162559,\r\n                            51.49934909\r\n                        ],\r\n                        [\r\n                            -0.16245116,\r\n                            51.49941389\r\n                        ],\r\n                        [\r\n                            -0.16243804,\r\n                            51.49940543\r\n                        ],\r\n                        [\r\n                            -0.16237369,\r\n                            51.4994441\r\n                        ],\r\n                        [\r\n                            -0.16235466,\r\n                            51.49945553\r\n                        ],\r\n                        [\r\n                            -0.16229938,\r\n                            51.49948875\r\n                        ],\r\n                        [\r\n                            -0.16225826,\r\n                            51.49946224\r\n                        ],\r\n                        [\r\n                            -0.16223989,\r\n                            51.49945039\r\n                        ],\r\n                        [\r\n                            -0.16215941,\r\n                            51.49939849\r\n                        ],\r\n                        [\r\n                            -0.16213404,\r\n                            51.49938213\r\n                        ],\r\n                        [\r\n                            -0.16200982,\r\n                            51.49930202\r\n                        ],\r\n                        [\r\n                            -0.16213307,\r\n                            51.49922795\r\n                        ],\r\n                        [\r\n                            -0.16213403,\r\n                            51.49922822\r\n                        ],\r\n                        [\r\n                            -0.16213691,\r\n                            51.49922921\r\n                        ],\r\n                        [\r\n                            -0.16214071,\r\n                            51.49923087\r\n                        ],\r\n                        [\r\n                            -0.16214725,\r\n                            51.49923451\r\n                        ],\r\n                        [\r\n                            -0.16215356,\r\n                            51.49923875\r\n                        ],\r\n                        [\r\n                            -0.16216529,\r\n                            51.4992474\r\n                        ],\r\n                        [\r\n                            -0.16216651,\r\n                            51.49924824\r\n                        ],\r\n                        [\r\n                            -0.16216984,\r\n                            51.49925054\r\n                        ],\r\n                        [\r\n                            -0.16217462,\r\n                            51.49924767\r\n                        ],\r\n                        [\r\n                            -0.16228312,\r\n                            51.49918246\r\n                        ],\r\n                        [\r\n                            -0.16231575,\r\n                            51.49916286\r\n                        ],\r\n                        [\r\n                            -0.1623204,\r\n                            51.49916037\r\n                        ],\r\n                        [\r\n                            -0.16233115,\r\n                            51.4991536\r\n                        ],\r\n                        [\r\n                            -0.16233206,\r\n                            51.49915306\r\n                        ],\r\n                        [\r\n                            -0.16235106,\r\n                            51.49914273\r\n                        ],\r\n                        [\r\n                            -0.16250512,\r\n                            51.49905015\r\n                        ],\r\n                        [\r\n                            -0.16277106,\r\n                            51.49922165\r\n                        ],\r\n                        [\r\n                            -0.16270128,\r\n                            51.49926359\r\n                        ],\r\n                        [\r\n                            -0.16268228,\r\n                            51.49927392\r\n                        ],\r\n                        [\r\n                            -0.16268316,\r\n                            51.49927448\r\n                        ],\r\n                        [\r\n                            -0.16268225,\r\n                            51.49927502\r\n                        ],\r\n                        [\r\n                            -0.16257803,\r\n                            51.49933765\r\n                        ],\r\n                        [\r\n                            -0.162559,\r\n                            51.49934909\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 4\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/8A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"ae16561e-41e7-4fea-8545-0c11facc2453\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16337749,\r\n                            51.49963758\r\n                        ],\r\n                        [\r\n                            -0.16335299,\r\n                            51.49962178\r\n                        ],\r\n                        [\r\n                            -0.16315091,\r\n                            51.49949146\r\n                        ],\r\n                        [\r\n                            -0.16312554,\r\n                            51.4994751\r\n                        ],\r\n                        [\r\n                            -0.16310717,\r\n                            51.49946325\r\n                        ],\r\n                        [\r\n                            -0.16319145,\r\n                            51.4994126\r\n                        ],\r\n                        [\r\n                            -0.16320958,\r\n                            51.49940171\r\n                        ],\r\n                        [\r\n                            -0.16329205,\r\n                            51.49935215\r\n                        ],\r\n                        [\r\n                            -0.16329295,\r\n                            51.49935161\r\n                        ],\r\n                        [\r\n                            -0.16331133,\r\n                            51.49936346\r\n                        ],\r\n                        [\r\n                            -0.16333491,\r\n                            51.4993798\r\n                        ],\r\n                        [\r\n                            -0.16333579,\r\n                            51.49938036\r\n                        ],\r\n                        [\r\n                            -0.16353787,\r\n                            51.49951068\r\n                        ],\r\n                        [\r\n                            -0.16356236,\r\n                            51.49952648\r\n                        ],\r\n                        [\r\n                            -0.16360085,\r\n                            51.4995513\r\n                        ],\r\n                        [\r\n                            -0.1634151,\r\n                            51.49966183\r\n                        ],\r\n                        [\r\n                            -0.16337814,\r\n                            51.499638\r\n                        ],\r\n                        [\r\n                            -0.16337845,\r\n                            51.49963785\r\n                        ],\r\n                        [\r\n                            -0.16337749,\r\n                            51.49963758\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 3\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/7A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"8101952a-e21e-4bf1-96d2-d1dd72b13e99\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16321492,\r\n                            51.49977886\r\n                        ],\r\n                        [\r\n                            -0.16320016,\r\n                            51.49976935\r\n                        ],\r\n                        [\r\n                            -0.16317118,\r\n                            51.49975065\r\n                        ],\r\n                        [\r\n                            -0.16317033,\r\n                            51.49975007\r\n                        ],\r\n                        [\r\n                            -0.16314671,\r\n                            51.49973375\r\n                        ],\r\n                        [\r\n                            -0.16295335,\r\n                            51.49961018\r\n                        ],\r\n                        [\r\n                            -0.16292889,\r\n                            51.49959327\r\n                        ],\r\n                        [\r\n                            -0.1629118,\r\n                            51.49958065\r\n                        ],\r\n                        [\r\n                            -0.16299298,\r\n                            51.49953187\r\n                        ],\r\n                        [\r\n                            -0.16301836,\r\n                            51.49951662\r\n                        ],\r\n                        [\r\n                            -0.16307364,\r\n                            51.4994834\r\n                        ],\r\n                        [\r\n                            -0.1630972,\r\n                            51.49946924\r\n                        ],\r\n                        [\r\n                            -0.16311557,\r\n                            51.49948109\r\n                        ],\r\n                        [\r\n                            -0.16314094,\r\n                            51.49949745\r\n                        ],\r\n                        [\r\n                            -0.16333165,\r\n                            51.49962044\r\n                        ],\r\n                        [\r\n                            -0.16334302,\r\n                            51.49962777\r\n                        ],\r\n                        [\r\n                            -0.16336752,\r\n                            51.49964357\r\n                        ],\r\n                        [\r\n                            -0.16336839,\r\n                            51.49964413\r\n                        ],\r\n                        [\r\n                            -0.16340426,\r\n                            51.49966726\r\n                        ],\r\n                        [\r\n                            -0.16340335,\r\n                            51.49966781\r\n                        ],\r\n                        [\r\n                            -0.16332542,\r\n                            51.49971464\r\n                        ],\r\n                        [\r\n                            -0.16329917,\r\n                            51.49972932\r\n                        ],\r\n                        [\r\n                            -0.16324548,\r\n                            51.49976089\r\n                        ],\r\n                        [\r\n                            -0.16321492,\r\n                            51.49977886\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 2\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/6A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"82a90e88-c601-442a-b73a-b56a7c5b5430\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16267574,\r\n                            51.49967614\r\n                        ],\r\n                        [\r\n                            -0.16267446,\r\n                            51.49967532\r\n                        ],\r\n                        [\r\n                            -0.16267575,\r\n                            51.49967455\r\n                        ],\r\n                        [\r\n                            -0.16275512,\r\n                            51.49962685\r\n                        ],\r\n                        [\r\n                            -0.16278049,\r\n                            51.49961161\r\n                        ],\r\n                        [\r\n                            -0.16286115,\r\n                            51.49956314\r\n                        ],\r\n                        [\r\n                            -0.16291801,\r\n                            51.49959981\r\n                        ],\r\n                        [\r\n                            -0.16294338,\r\n                            51.49961617\r\n                        ],\r\n                        [\r\n                            -0.16313584,\r\n                            51.49974028\r\n                        ],\r\n                        [\r\n                            -0.16316033,\r\n                            51.49975608\r\n                        ],\r\n                        [\r\n                            -0.16316121,\r\n                            51.49975664\r\n                        ],\r\n                        [\r\n                            -0.16320495,\r\n                            51.49978485\r\n                        ],\r\n                        [\r\n                            -0.16301653,\r\n                            51.49989524\r\n                        ],\r\n                        [\r\n                            -0.16297364,\r\n                            51.49986826\r\n                        ],\r\n                        [\r\n                            -0.16294915,\r\n                            51.49985247\r\n                        ],\r\n                        [\r\n                            -0.16275669,\r\n                            51.49972835\r\n                        ],\r\n                        [\r\n                            -0.16273132,\r\n                            51.49971199\r\n                        ],\r\n                        [\r\n                            -0.16269283,\r\n                            51.49968717\r\n                        ],\r\n                        [\r\n                            -0.16267574,\r\n                            51.49967614\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 1\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/5A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"04e30ab3-af63-4d3c-8c60-3e0ce60328b6\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16257882,\r\n                            51.49984396\r\n                        ],\r\n                        [\r\n                            -0.16261869,\r\n                            51.49982\r\n                        ],\r\n                        [\r\n                            -0.16263427,\r\n                            51.49981064\r\n                        ],\r\n                        [\r\n                            -0.16263434,\r\n                            51.49981053\r\n                        ],\r\n                        [\r\n                            -0.16263469,\r\n                            51.49980948\r\n                        ],\r\n                        [\r\n                            -0.16263465,\r\n                            51.49980839\r\n                        ],\r\n                        [\r\n                            -0.16263417,\r\n                            51.49980724\r\n                        ],\r\n                        [\r\n                            -0.1626332,\r\n                            51.49980602\r\n                        ],\r\n                        [\r\n                            -0.16263072,\r\n                            51.49980405\r\n                        ],\r\n                        [\r\n                            -0.16260535,\r\n                            51.49978769\r\n                        ],\r\n                        [\r\n                            -0.16256686,\r\n                            51.49976287\r\n                        ],\r\n                        [\r\n                            -0.16254849,\r\n                            51.49975102\r\n                        ],\r\n                        [\r\n                            -0.16259924,\r\n                            51.49972052\r\n                        ],\r\n                        [\r\n                            -0.16261737,\r\n                            51.49970963\r\n                        ],\r\n                        [\r\n                            -0.16266359,\r\n                            51.49968186\r\n                        ],\r\n                        [\r\n                            -0.16272045,\r\n                            51.49971853\r\n                        ],\r\n                        [\r\n                            -0.16274582,\r\n                            51.49973489\r\n                        ],\r\n                        [\r\n                            -0.16293828,\r\n                            51.499859\r\n                        ],\r\n                        [\r\n                            -0.16296277,\r\n                            51.4998748\r\n                        ],\r\n                        [\r\n                            -0.16300564,\r\n                            51.49990244\r\n                        ],\r\n                        [\r\n                            -0.16287083,\r\n                            51.49997986\r\n                        ],\r\n                        [\r\n                            -0.16286202,\r\n                            51.49998189\r\n                        ],\r\n                        [\r\n                            -0.16284202,\r\n                            51.49998328\r\n                        ],\r\n                        [\r\n                            -0.16283606,\r\n                            51.49998295\r\n                        ],\r\n                        [\r\n                            -0.16282107,\r\n                            51.49998057\r\n                        ],\r\n                        [\r\n                            -0.16281672,\r\n                            51.49997941\r\n                        ],\r\n                        [\r\n                            -0.16280579,\r\n                            51.49997515\r\n                        ],\r\n                        [\r\n                            -0.16280055,\r\n                            51.49997228\r\n                        ],\r\n                        [\r\n                            -0.16277426,\r\n                            51.49995756\r\n                        ],\r\n                        [\r\n                            -0.16277424,\r\n                            51.49995757\r\n                        ],\r\n                        [\r\n                            -0.16277346,\r\n                            51.49995712\r\n                        ],\r\n                        [\r\n                            -0.16257969,\r\n                            51.49984452\r\n                        ],\r\n                        [\r\n                            -0.16257882,\r\n                            51.49984396\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Louis Vuitton\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/4A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"description\": null,\r\n                \"fid\": \"31f79dd5-b95e-4a29-b830-c8674f4a902b\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"style\": {},\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16285065,\r\n                            51.49955637\r\n                        ],\r\n                        [\r\n                            -0.16277,\r\n                            51.49960484\r\n                        ],\r\n                        [\r\n                            -0.16274462,\r\n                            51.49962008\r\n                        ],\r\n                        [\r\n                            -0.16266525,\r\n                            51.49966778\r\n                        ],\r\n                        [\r\n                            -0.16266398,\r\n                            51.49966788\r\n                        ],\r\n                        [\r\n                            -0.16266267,\r\n                            51.49966772\r\n                        ],\r\n                        [\r\n                            -0.16254849,\r\n                            51.49959408\r\n                        ],\r\n                        [\r\n                            -0.16253099,\r\n                            51.4995828\r\n                        ],\r\n                        [\r\n                            -0.16243753,\r\n                            51.49952252\r\n                        ],\r\n                        [\r\n                            -0.16240197,\r\n                            51.49949959\r\n                        ],\r\n                        [\r\n                            -0.16240071,\r\n                            51.49949878\r\n                        ],\r\n                        [\r\n                            -0.16239802,\r\n                            51.49949705\r\n                        ],\r\n                        [\r\n                            -0.16240246,\r\n                            51.49949438\r\n                        ],\r\n                        [\r\n                            -0.1625403,\r\n                            51.49941155\r\n                        ],\r\n                        [\r\n                            -0.1625648,\r\n                            51.49939573\r\n                        ],\r\n                        [\r\n                            -0.16256571,\r\n                            51.49939519\r\n                        ],\r\n                        [\r\n                            -0.16258471,\r\n                            51.49938486\r\n                        ],\r\n                        [\r\n                            -0.16271768,\r\n                            51.49947061\r\n                        ],\r\n                        [\r\n                            -0.16273518,\r\n                            51.4994819\r\n                        ],\r\n                        [\r\n                            -0.16273605,\r\n                            51.49948246\r\n                        ],\r\n                        [\r\n                            -0.16282516,\r\n                            51.49953993\r\n                        ],\r\n                        [\r\n                            -0.16285065,\r\n                            51.49955637\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/features",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"features"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Building Features",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"angular-stairs\",\r\n                \"portalProperty\": \"onewayPortal\",\r\n                \"name\": \"Angular stairs\",\r\n                \"description\": null,\r\n                \"fid\": \"d59846ec-6c5a-417e-a091-526996aeed77\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16193595,\r\n                    51.49905073\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Neill Strain Floral Couture\",\r\n                \"extra\": {\r\n                    \"roomid\": null,\r\n                    \"productType\": \"Service\",\r\n                    \"group\": \"968830000417409\",\r\n                    \"other\": \"\",\r\n                    \"link\": \"\",\r\n                    \"video\": \"\",\r\n                    \"openingHours\": \"\",\r\n                    \"linkName\": \"\",\r\n                    \"booking\": \"\",\r\n                    \"phone\": \"+442077301234\",\r\n                    \"imageUrl\": \"https://pointrimages.blob.core.windows.net/harrods/1643387786380504.jpg\"\r\n                },\r\n                \"style\": {},\r\n                \"description\": \"Specialising in rare flowers and renowned for truly artistic arrangements, Neill Strain Floral Couture is your go-to for ready-to-buy and made-to-order bouquets, as well as bespoke commissions.\",\r\n                \"keywords\": [\r\n                    \"'flowers'\",\r\n                    \"'gift'\",\r\n                    \"'gifts'\",\r\n                    \"'gifting'\",\r\n                    \"'florist'\",\r\n                    \"'occasion'\",\r\n                    \"'rare'\",\r\n                    \"'specialist'\",\r\n                    \"'neil strain'\",\r\n                    \"'bouquets'\",\r\n                    \"'made-to-order'\"\r\n                ],\r\n                \"fid\": \"f82525c6-a420-4500-9f8f-b4029e92fb37\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16260706,\r\n                    51.49948435\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Gift Wrapping Service\",\r\n                \"extra\": {\r\n                    \"roomid\": null,\r\n                    \"productType\": \"Service\",\r\n                    \"group\": \"335860000028053\",\r\n                    \"other\": \"\",\r\n                    \"link\": \"\",\r\n                    \"video\": \"\",\r\n                    \"openingHours\": \"\",\r\n                    \"linkName\": \"\",\r\n                    \"booking\": \"\",\r\n                    \"phone\": \"\",\r\n                    \"imageUrl\": \"\"\r\n                },\r\n                \"style\": {},\r\n                \"description\": \"\",\r\n                \"fid\": \"0548346b-513e-4f25-8d47-a677225f2689\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16239766,\r\n                    51.49970514\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"portalProperty\": null,\r\n                \"name\": \"Books, Cards & Gifts\",\r\n                \"extra\": {\r\n                    \"productType\": \"room\",\r\n                    \"roomid\": \"LG/3A\"\r\n                },\r\n                \"style\": null,\r\n                \"ID\": null,\r\n                \"description\": null,\r\n                \"keywords\": null,\r\n                \"fid\": \"ad1057ae-87ea-4841-aa13-eacea4860645\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16267257,\r\n                            51.49966244\r\n                        ],\r\n                        [\r\n                            -0.16263704,\r\n                            51.49963926\r\n                        ],\r\n                        [\r\n                            -0.16262651,\r\n                            51.49963238\r\n                        ],\r\n                        [\r\n                            -0.16260344,\r\n                            51.49964608\r\n                        ],\r\n                        [\r\n                            -0.16261416,\r\n                            51.49965307\r\n                        ],\r\n                        [\r\n                            -0.16263852,\r\n                            51.49966897\r\n                        ],\r\n                        [\r\n                            -0.16260652,\r\n                            51.49968797\r\n                        ],\r\n                        [\r\n                            -0.16260147,\r\n                            51.49969118\r\n                        ],\r\n                        [\r\n                            -0.16259125,\r\n                            51.49968429\r\n                        ],\r\n                        [\r\n                            -0.16258708,\r\n                            51.49968677\r\n                        ],\r\n                        [\r\n                            -0.16260547,\r\n                            51.49969877\r\n                        ],\r\n                        [\r\n                            -0.16257486,\r\n                            51.49971848\r\n                        ],\r\n                        [\r\n                            -0.16255379,\r\n                            51.49973254\r\n                        ],\r\n                        [\r\n                            -0.16253006,\r\n                            51.49971926\r\n                        ],\r\n                        [\r\n                            -0.16252829,\r\n                            51.49971827\r\n                        ],\r\n                        [\r\n                            -0.16251298,\r\n                            51.49972904\r\n                        ],\r\n                        [\r\n                            -0.16249494,\r\n                            51.49971906\r\n                        ],\r\n                        [\r\n                            -0.1625035,\r\n                            51.49971304\r\n                        ],\r\n                        [\r\n                            -0.16249442,\r\n                            51.49970804\r\n                        ],\r\n                        [\r\n                            -0.16249061,\r\n                            51.49971071\r\n                        ],\r\n                        [\r\n                            -0.16247762,\r\n                            51.4997036\r\n                        ],\r\n                        [\r\n                            -0.16248146,\r\n                            51.4997009\r\n                        ],\r\n                        [\r\n                            -0.16247964,\r\n                            51.49969994\r\n                        ],\r\n                        [\r\n                            -0.16249892,\r\n                            51.4996864\r\n                        ],\r\n                        [\r\n                            -0.16253915,\r\n                            51.49971063\r\n                        ],\r\n                        [\r\n                            -0.16253783,\r\n                            51.49971157\r\n                        ],\r\n                        [\r\n                            -0.16253899,\r\n                            51.49971266\r\n                        ],\r\n                        [\r\n                            -0.16254171,\r\n                            51.49971109\r\n                        ],\r\n                        [\r\n                            -0.16255157,\r\n                            51.49971704\r\n                        ],\r\n                        [\r\n                            -0.16256063,\r\n                            51.49971166\r\n                        ],\r\n                        [\r\n                            -0.16255411,\r\n                            51.49970734\r\n                        ],\r\n                        [\r\n                            -0.16249987,\r\n                            51.49967634\r\n                        ],\r\n                        [\r\n                            -0.16249661,\r\n                            51.49967853\r\n                        ],\r\n                        [\r\n                            -0.16249126,\r\n                            51.49967565\r\n                        ],\r\n                        [\r\n                            -0.16248181,\r\n                            51.49967024\r\n                        ],\r\n                        [\r\n                            -0.16243131,\r\n                            51.49964237\r\n                        ],\r\n                        [\r\n                            -0.16235578,\r\n                            51.49960069\r\n                        ],\r\n                        [\r\n                            -0.16245419,\r\n                            51.49954102\r\n                        ],\r\n                        [\r\n                            -0.16249279,\r\n                            51.4995181\r\n                        ],\r\n                        [\r\n                            -0.16253279,\r\n                            51.49953922\r\n                        ],\r\n                        [\r\n                            -0.1625423,\r\n                            51.49953225\r\n                        ],\r\n                        [\r\n                            -0.16270878,\r\n                            51.49964095\r\n                        ],\r\n                        [\r\n                            -0.16267257,\r\n                            51.49966244\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Harrods Gift Shop\",\r\n                \"extra\": {\r\n                    \"roomid\": \"LG/5\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"d23ce07d-a781-4016-9da7-edf662bd7569\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.162559,\r\n                            51.49934909\r\n                        ],\r\n                        [\r\n                            -0.16245116,\r\n                            51.49941389\r\n                        ],\r\n                        [\r\n                            -0.16243804,\r\n                            51.49940543\r\n                        ],\r\n                        [\r\n                            -0.16237369,\r\n                            51.4994441\r\n                        ],\r\n                        [\r\n                            -0.16235466,\r\n                            51.49945553\r\n                        ],\r\n                        [\r\n                            -0.16229938,\r\n                            51.49948875\r\n                        ],\r\n                        [\r\n                            -0.16225826,\r\n                            51.49946224\r\n                        ],\r\n                        [\r\n                            -0.16223989,\r\n                            51.49945039\r\n                        ],\r\n                        [\r\n                            -0.16215941,\r\n                            51.49939849\r\n                        ],\r\n                        [\r\n                            -0.16213404,\r\n                            51.49938213\r\n                        ],\r\n                        [\r\n                            -0.16200982,\r\n                            51.49930202\r\n                        ],\r\n                        [\r\n                            -0.16213307,\r\n                            51.49922795\r\n                        ],\r\n                        [\r\n                            -0.16213403,\r\n                            51.49922822\r\n                        ],\r\n                        [\r\n                            -0.16213691,\r\n                            51.49922921\r\n                        ],\r\n                        [\r\n                            -0.16214071,\r\n                            51.49923087\r\n                        ],\r\n                        [\r\n                            -0.16214725,\r\n                            51.49923451\r\n                        ],\r\n                        [\r\n                            -0.16215356,\r\n                            51.49923875\r\n                        ],\r\n                        [\r\n                            -0.16216529,\r\n                            51.4992474\r\n                        ],\r\n                        [\r\n                            -0.16216651,\r\n                            51.49924824\r\n                        ],\r\n                        [\r\n                            -0.16216984,\r\n                            51.49925054\r\n                        ],\r\n                        [\r\n                            -0.16217462,\r\n                            51.49924767\r\n                        ],\r\n                        [\r\n                            -0.16228312,\r\n                            51.49918246\r\n                        ],\r\n                        [\r\n                            -0.16231575,\r\n                            51.49916286\r\n                        ],\r\n                        [\r\n                            -0.1623204,\r\n                            51.49916037\r\n                        ],\r\n                        [\r\n                            -0.16233115,\r\n                            51.4991536\r\n                        ],\r\n                        [\r\n                            -0.16233206,\r\n                            51.49915306\r\n                        ],\r\n                        [\r\n                            -0.16235106,\r\n                            51.49914273\r\n                        ],\r\n                        [\r\n                            -0.16250512,\r\n                            51.49905015\r\n                        ],\r\n                        [\r\n                            -0.16277106,\r\n                            51.49922165\r\n                        ],\r\n                        [\r\n                            -0.16270128,\r\n                            51.49926359\r\n                        ],\r\n                        [\r\n                            -0.16268228,\r\n                            51.49927392\r\n                        ],\r\n                        [\r\n                            -0.16268316,\r\n                            51.49927448\r\n                        ],\r\n                        [\r\n                            -0.16268225,\r\n                            51.49927502\r\n                        ],\r\n                        [\r\n                            -0.16257803,\r\n                            51.49933765\r\n                        ],\r\n                        [\r\n                            -0.162559,\r\n                            51.49934909\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 4\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/8A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"ae16561e-41e7-4fea-8545-0c11facc2453\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16337749,\r\n                            51.49963758\r\n                        ],\r\n                        [\r\n                            -0.16335299,\r\n                            51.49962178\r\n                        ],\r\n                        [\r\n                            -0.16315091,\r\n                            51.49949146\r\n                        ],\r\n                        [\r\n                            -0.16312554,\r\n                            51.4994751\r\n                        ],\r\n                        [\r\n                            -0.16310717,\r\n                            51.49946325\r\n                        ],\r\n                        [\r\n                            -0.16319145,\r\n                            51.4994126\r\n                        ],\r\n                        [\r\n                            -0.16320958,\r\n                            51.49940171\r\n                        ],\r\n                        [\r\n                            -0.16329205,\r\n                            51.49935215\r\n                        ],\r\n                        [\r\n                            -0.16329295,\r\n                            51.49935161\r\n                        ],\r\n                        [\r\n                            -0.16331133,\r\n                            51.49936346\r\n                        ],\r\n                        [\r\n                            -0.16333491,\r\n                            51.4993798\r\n                        ],\r\n                        [\r\n                            -0.16333579,\r\n                            51.49938036\r\n                        ],\r\n                        [\r\n                            -0.16353787,\r\n                            51.49951068\r\n                        ],\r\n                        [\r\n                            -0.16356236,\r\n                            51.49952648\r\n                        ],\r\n                        [\r\n                            -0.16360085,\r\n                            51.4995513\r\n                        ],\r\n                        [\r\n                            -0.1634151,\r\n                            51.49966183\r\n                        ],\r\n                        [\r\n                            -0.16337814,\r\n                            51.499638\r\n                        ],\r\n                        [\r\n                            -0.16337845,\r\n                            51.49963785\r\n                        ],\r\n                        [\r\n                            -0.16337749,\r\n                            51.49963758\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 3\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/7A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"8101952a-e21e-4bf1-96d2-d1dd72b13e99\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16321492,\r\n                            51.49977886\r\n                        ],\r\n                        [\r\n                            -0.16320016,\r\n                            51.49976935\r\n                        ],\r\n                        [\r\n                            -0.16317118,\r\n                            51.49975065\r\n                        ],\r\n                        [\r\n                            -0.16317033,\r\n                            51.49975007\r\n                        ],\r\n                        [\r\n                            -0.16314671,\r\n                            51.49973375\r\n                        ],\r\n                        [\r\n                            -0.16295335,\r\n                            51.49961018\r\n                        ],\r\n                        [\r\n                            -0.16292889,\r\n                            51.49959327\r\n                        ],\r\n                        [\r\n                            -0.1629118,\r\n                            51.49958065\r\n                        ],\r\n                        [\r\n                            -0.16299298,\r\n                            51.49953187\r\n                        ],\r\n                        [\r\n                            -0.16301836,\r\n                            51.49951662\r\n                        ],\r\n                        [\r\n                            -0.16307364,\r\n                            51.4994834\r\n                        ],\r\n                        [\r\n                            -0.1630972,\r\n                            51.49946924\r\n                        ],\r\n                        [\r\n                            -0.16311557,\r\n                            51.49948109\r\n                        ],\r\n                        [\r\n                            -0.16314094,\r\n                            51.49949745\r\n                        ],\r\n                        [\r\n                            -0.16333165,\r\n                            51.49962044\r\n                        ],\r\n                        [\r\n                            -0.16334302,\r\n                            51.49962777\r\n                        ],\r\n                        [\r\n                            -0.16336752,\r\n                            51.49964357\r\n                        ],\r\n                        [\r\n                            -0.16336839,\r\n                            51.49964413\r\n                        ],\r\n                        [\r\n                            -0.16340426,\r\n                            51.49966726\r\n                        ],\r\n                        [\r\n                            -0.16340335,\r\n                            51.49966781\r\n                        ],\r\n                        [\r\n                            -0.16332542,\r\n                            51.49971464\r\n                        ],\r\n                        [\r\n                            -0.16329917,\r\n                            51.49972932\r\n                        ],\r\n                        [\r\n                            -0.16324548,\r\n                            51.49976089\r\n                        ],\r\n                        [\r\n                            -0.16321492,\r\n                            51.49977886\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 2\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/6A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"82a90e88-c601-442a-b73a-b56a7c5b5430\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16267574,\r\n                            51.49967614\r\n                        ],\r\n                        [\r\n                            -0.16267446,\r\n                            51.49967532\r\n                        ],\r\n                        [\r\n                            -0.16267575,\r\n                            51.49967455\r\n                        ],\r\n                        [\r\n                            -0.16275512,\r\n                            51.49962685\r\n                        ],\r\n                        [\r\n                            -0.16278049,\r\n                            51.49961161\r\n                        ],\r\n                        [\r\n                            -0.16286115,\r\n                            51.49956314\r\n                        ],\r\n                        [\r\n                            -0.16291801,\r\n                            51.49959981\r\n                        ],\r\n                        [\r\n                            -0.16294338,\r\n                            51.49961617\r\n                        ],\r\n                        [\r\n                            -0.16313584,\r\n                            51.49974028\r\n                        ],\r\n                        [\r\n                            -0.16316033,\r\n                            51.49975608\r\n                        ],\r\n                        [\r\n                            -0.16316121,\r\n                            51.49975664\r\n                        ],\r\n                        [\r\n                            -0.16320495,\r\n                            51.49978485\r\n                        ],\r\n                        [\r\n                            -0.16301653,\r\n                            51.49989524\r\n                        ],\r\n                        [\r\n                            -0.16297364,\r\n                            51.49986826\r\n                        ],\r\n                        [\r\n                            -0.16294915,\r\n                            51.49985247\r\n                        ],\r\n                        [\r\n                            -0.16275669,\r\n                            51.49972835\r\n                        ],\r\n                        [\r\n                            -0.16273132,\r\n                            51.49971199\r\n                        ],\r\n                        [\r\n                            -0.16269283,\r\n                            51.49968717\r\n                        ],\r\n                        [\r\n                            -0.16267574,\r\n                            51.49967614\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 1\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/5A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"04e30ab3-af63-4d3c-8c60-3e0ce60328b6\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16257882,\r\n                            51.49984396\r\n                        ],\r\n                        [\r\n                            -0.16261869,\r\n                            51.49982\r\n                        ],\r\n                        [\r\n                            -0.16263427,\r\n                            51.49981064\r\n                        ],\r\n                        [\r\n                            -0.16263434,\r\n                            51.49981053\r\n                        ],\r\n                        [\r\n                            -0.16263469,\r\n                            51.49980948\r\n                        ],\r\n                        [\r\n                            -0.16263465,\r\n                            51.49980839\r\n                        ],\r\n                        [\r\n                            -0.16263417,\r\n                            51.49980724\r\n                        ],\r\n                        [\r\n                            -0.1626332,\r\n                            51.49980602\r\n                        ],\r\n                        [\r\n                            -0.16263072,\r\n                            51.49980405\r\n                        ],\r\n                        [\r\n                            -0.16260535,\r\n                            51.49978769\r\n                        ],\r\n                        [\r\n                            -0.16256686,\r\n                            51.49976287\r\n                        ],\r\n                        [\r\n                            -0.16254849,\r\n                            51.49975102\r\n                        ],\r\n                        [\r\n                            -0.16259924,\r\n                            51.49972052\r\n                        ],\r\n                        [\r\n                            -0.16261737,\r\n                            51.49970963\r\n                        ],\r\n                        [\r\n                            -0.16266359,\r\n                            51.49968186\r\n                        ],\r\n                        [\r\n                            -0.16272045,\r\n                            51.49971853\r\n                        ],\r\n                        [\r\n                            -0.16274582,\r\n                            51.49973489\r\n                        ],\r\n                        [\r\n                            -0.16293828,\r\n                            51.499859\r\n                        ],\r\n                        [\r\n                            -0.16296277,\r\n                            51.4998748\r\n                        ],\r\n                        [\r\n                            -0.16300564,\r\n                            51.49990244\r\n                        ],\r\n                        [\r\n                            -0.16287083,\r\n                            51.49997986\r\n                        ],\r\n                        [\r\n                            -0.16286202,\r\n                            51.49998189\r\n                        ],\r\n                        [\r\n                            -0.16284202,\r\n                            51.49998328\r\n                        ],\r\n                        [\r\n                            -0.16283606,\r\n                            51.49998295\r\n                        ],\r\n                        [\r\n                            -0.16282107,\r\n                            51.49998057\r\n                        ],\r\n                        [\r\n                            -0.16281672,\r\n                            51.49997941\r\n                        ],\r\n                        [\r\n                            -0.16280579,\r\n                            51.49997515\r\n                        ],\r\n                        [\r\n                            -0.16280055,\r\n                            51.49997228\r\n                        ],\r\n                        [\r\n                            -0.16277426,\r\n                            51.49995756\r\n                        ],\r\n                        [\r\n                            -0.16277424,\r\n                            51.49995757\r\n                        ],\r\n                        [\r\n                            -0.16277346,\r\n                            51.49995712\r\n                        ],\r\n                        [\r\n                            -0.16257969,\r\n                            51.49984452\r\n                        ],\r\n                        [\r\n                            -0.16257882,\r\n                            51.49984396\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Louis Vuitton\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/4A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"description\": null,\r\n                \"fid\": \"31f79dd5-b95e-4a29-b830-c8674f4a902b\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"style\": {},\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16285065,\r\n                            51.49955637\r\n                        ],\r\n                        [\r\n                            -0.16277,\r\n                            51.49960484\r\n                        ],\r\n                        [\r\n                            -0.16274462,\r\n                            51.49962008\r\n                        ],\r\n                        [\r\n                            -0.16266525,\r\n                            51.49966778\r\n                        ],\r\n                        [\r\n                            -0.16266398,\r\n                            51.49966788\r\n                        ],\r\n                        [\r\n                            -0.16266267,\r\n                            51.49966772\r\n                        ],\r\n                        [\r\n                            -0.16254849,\r\n                            51.49959408\r\n                        ],\r\n                        [\r\n                            -0.16253099,\r\n                            51.4995828\r\n                        ],\r\n                        [\r\n                            -0.16243753,\r\n                            51.49952252\r\n                        ],\r\n                        [\r\n                            -0.16240197,\r\n                            51.49949959\r\n                        ],\r\n                        [\r\n                            -0.16240071,\r\n                            51.49949878\r\n                        ],\r\n                        [\r\n                            -0.16239802,\r\n                            51.49949705\r\n                        ],\r\n                        [\r\n                            -0.16240246,\r\n                            51.49949438\r\n                        ],\r\n                        [\r\n                            -0.1625403,\r\n                            51.49941155\r\n                        ],\r\n                        [\r\n                            -0.1625648,\r\n                            51.49939573\r\n                        ],\r\n                        [\r\n                            -0.16256571,\r\n                            51.49939519\r\n                        ],\r\n                        [\r\n                            -0.16258471,\r\n                            51.49938486\r\n                        ],\r\n                        [\r\n                            -0.16271768,\r\n                            51.49947061\r\n                        ],\r\n                        [\r\n                            -0.16273518,\r\n                            51.4994819\r\n                        ],\r\n                        [\r\n                            -0.16273605,\r\n                            51.49948246\r\n                        ],\r\n                        [\r\n                            -0.16282516,\r\n                            51.49953993\r\n                        ],\r\n                        [\r\n                            -0.16285065,\r\n                            51.49955637\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/features",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"features"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Level Features",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"angular-stairs\",\r\n                \"portalProperty\": \"onewayPortal\",\r\n                \"name\": \"Angular stairs\",\r\n                \"description\": null,\r\n                \"fid\": \"d59846ec-6c5a-417e-a091-526996aeed77\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16193595,\r\n                    51.49905073\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Neill Strain Floral Couture\",\r\n                \"extra\": {\r\n                    \"roomid\": null,\r\n                    \"productType\": \"Service\",\r\n                    \"group\": \"968830000417409\",\r\n                    \"other\": \"\",\r\n                    \"link\": \"\",\r\n                    \"video\": \"\",\r\n                    \"openingHours\": \"\",\r\n                    \"linkName\": \"\",\r\n                    \"booking\": \"\",\r\n                    \"phone\": \"+442077301234\",\r\n                    \"imageUrl\": \"https://pointrimages.blob.core.windows.net/harrods/1643387786380504.jpg\"\r\n                },\r\n                \"style\": {},\r\n                \"description\": \"Specialising in rare flowers and renowned for truly artistic arrangements, Neill Strain Floral Couture is your go-to for ready-to-buy and made-to-order bouquets, as well as bespoke commissions.\",\r\n                \"keywords\": [\r\n                    \"'flowers'\",\r\n                    \"'gift'\",\r\n                    \"'gifts'\",\r\n                    \"'gifting'\",\r\n                    \"'florist'\",\r\n                    \"'occasion'\",\r\n                    \"'rare'\",\r\n                    \"'specialist'\",\r\n                    \"'neil strain'\",\r\n                    \"'bouquets'\",\r\n                    \"'made-to-order'\"\r\n                ],\r\n                \"fid\": \"f82525c6-a420-4500-9f8f-b4029e92fb37\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16260706,\r\n                    51.49948435\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Gift Wrapping Service\",\r\n                \"extra\": {\r\n                    \"roomid\": null,\r\n                    \"productType\": \"Service\",\r\n                    \"group\": \"335860000028053\",\r\n                    \"other\": \"\",\r\n                    \"link\": \"\",\r\n                    \"video\": \"\",\r\n                    \"openingHours\": \"\",\r\n                    \"linkName\": \"\",\r\n                    \"booking\": \"\",\r\n                    \"phone\": \"\",\r\n                    \"imageUrl\": \"\"\r\n                },\r\n                \"style\": {},\r\n                \"description\": \"\",\r\n                \"fid\": \"0548346b-513e-4f25-8d47-a677225f2689\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16239766,\r\n                    51.49970514\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"portalProperty\": null,\r\n                \"name\": \"Books, Cards & Gifts\",\r\n                \"extra\": {\r\n                    \"productType\": \"room\",\r\n                    \"roomid\": \"LG/3A\"\r\n                },\r\n                \"style\": null,\r\n                \"ID\": null,\r\n                \"description\": null,\r\n                \"keywords\": null,\r\n                \"fid\": \"ad1057ae-87ea-4841-aa13-eacea4860645\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16267257,\r\n                            51.49966244\r\n                        ],\r\n                        [\r\n                            -0.16263704,\r\n                            51.49963926\r\n                        ],\r\n                        [\r\n                            -0.16262651,\r\n                            51.49963238\r\n                        ],\r\n                        [\r\n                            -0.16260344,\r\n                            51.49964608\r\n                        ],\r\n                        [\r\n                            -0.16261416,\r\n                            51.49965307\r\n                        ],\r\n                        [\r\n                            -0.16263852,\r\n                            51.49966897\r\n                        ],\r\n                        [\r\n                            -0.16260652,\r\n                            51.49968797\r\n                        ],\r\n                        [\r\n                            -0.16260147,\r\n                            51.49969118\r\n                        ],\r\n                        [\r\n                            -0.16259125,\r\n                            51.49968429\r\n                        ],\r\n                        [\r\n                            -0.16258708,\r\n                            51.49968677\r\n                        ],\r\n                        [\r\n                            -0.16260547,\r\n                            51.49969877\r\n                        ],\r\n                        [\r\n                            -0.16257486,\r\n                            51.49971848\r\n                        ],\r\n                        [\r\n                            -0.16255379,\r\n                            51.49973254\r\n                        ],\r\n                        [\r\n                            -0.16253006,\r\n                            51.49971926\r\n                        ],\r\n                        [\r\n                            -0.16252829,\r\n                            51.49971827\r\n                        ],\r\n                        [\r\n                            -0.16251298,\r\n                            51.49972904\r\n                        ],\r\n                        [\r\n                            -0.16249494,\r\n                            51.49971906\r\n                        ],\r\n                        [\r\n                            -0.1625035,\r\n                            51.49971304\r\n                        ],\r\n                        [\r\n                            -0.16249442,\r\n                            51.49970804\r\n                        ],\r\n                        [\r\n                            -0.16249061,\r\n                            51.49971071\r\n                        ],\r\n                        [\r\n                            -0.16247762,\r\n                            51.4997036\r\n                        ],\r\n                        [\r\n                            -0.16248146,\r\n                            51.4997009\r\n                        ],\r\n                        [\r\n                            -0.16247964,\r\n                            51.49969994\r\n                        ],\r\n                        [\r\n                            -0.16249892,\r\n                            51.4996864\r\n                        ],\r\n                        [\r\n                            -0.16253915,\r\n                            51.49971063\r\n                        ],\r\n                        [\r\n                            -0.16253783,\r\n                            51.49971157\r\n                        ],\r\n                        [\r\n                            -0.16253899,\r\n                            51.49971266\r\n                        ],\r\n                        [\r\n                            -0.16254171,\r\n                            51.49971109\r\n                        ],\r\n                        [\r\n                            -0.16255157,\r\n                            51.49971704\r\n                        ],\r\n                        [\r\n                            -0.16256063,\r\n                            51.49971166\r\n                        ],\r\n                        [\r\n                            -0.16255411,\r\n                            51.49970734\r\n                        ],\r\n                        [\r\n                            -0.16249987,\r\n                            51.49967634\r\n                        ],\r\n                        [\r\n                            -0.16249661,\r\n                            51.49967853\r\n                        ],\r\n                        [\r\n                            -0.16249126,\r\n                            51.49967565\r\n                        ],\r\n                        [\r\n                            -0.16248181,\r\n                            51.49967024\r\n                        ],\r\n                        [\r\n                            -0.16243131,\r\n                            51.49964237\r\n                        ],\r\n                        [\r\n                            -0.16235578,\r\n                            51.49960069\r\n                        ],\r\n                        [\r\n                            -0.16245419,\r\n                            51.49954102\r\n                        ],\r\n                        [\r\n                            -0.16249279,\r\n                            51.4995181\r\n                        ],\r\n                        [\r\n                            -0.16253279,\r\n                            51.49953922\r\n                        ],\r\n                        [\r\n                            -0.1625423,\r\n                            51.49953225\r\n                        ],\r\n                        [\r\n                            -0.16270878,\r\n                            51.49964095\r\n                        ],\r\n                        [\r\n                            -0.16267257,\r\n                            51.49966244\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Harrods Gift Shop\",\r\n                \"extra\": {\r\n                    \"roomid\": \"LG/5\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"d23ce07d-a781-4016-9da7-edf662bd7569\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.162559,\r\n                            51.49934909\r\n                        ],\r\n                        [\r\n                            -0.16245116,\r\n                            51.49941389\r\n                        ],\r\n                        [\r\n                            -0.16243804,\r\n                            51.49940543\r\n                        ],\r\n                        [\r\n                            -0.16237369,\r\n                            51.4994441\r\n                        ],\r\n                        [\r\n                            -0.16235466,\r\n                            51.49945553\r\n                        ],\r\n                        [\r\n                            -0.16229938,\r\n                            51.49948875\r\n                        ],\r\n                        [\r\n                            -0.16225826,\r\n                            51.49946224\r\n                        ],\r\n                        [\r\n                            -0.16223989,\r\n                            51.49945039\r\n                        ],\r\n                        [\r\n                            -0.16215941,\r\n                            51.49939849\r\n                        ],\r\n                        [\r\n                            -0.16213404,\r\n                            51.49938213\r\n                        ],\r\n                        [\r\n                            -0.16200982,\r\n                            51.49930202\r\n                        ],\r\n                        [\r\n                            -0.16213307,\r\n                            51.49922795\r\n                        ],\r\n                        [\r\n                            -0.16213403,\r\n                            51.49922822\r\n                        ],\r\n                        [\r\n                            -0.16213691,\r\n                            51.49922921\r\n                        ],\r\n                        [\r\n                            -0.16214071,\r\n                            51.49923087\r\n                        ],\r\n                        [\r\n                            -0.16214725,\r\n                            51.49923451\r\n                        ],\r\n                        [\r\n                            -0.16215356,\r\n                            51.49923875\r\n                        ],\r\n                        [\r\n                            -0.16216529,\r\n                            51.4992474\r\n                        ],\r\n                        [\r\n                            -0.16216651,\r\n                            51.49924824\r\n                        ],\r\n                        [\r\n                            -0.16216984,\r\n                            51.49925054\r\n                        ],\r\n                        [\r\n                            -0.16217462,\r\n                            51.49924767\r\n                        ],\r\n                        [\r\n                            -0.16228312,\r\n                            51.49918246\r\n                        ],\r\n                        [\r\n                            -0.16231575,\r\n                            51.49916286\r\n                        ],\r\n                        [\r\n                            -0.1623204,\r\n                            51.49916037\r\n                        ],\r\n                        [\r\n                            -0.16233115,\r\n                            51.4991536\r\n                        ],\r\n                        [\r\n                            -0.16233206,\r\n                            51.49915306\r\n                        ],\r\n                        [\r\n                            -0.16235106,\r\n                            51.49914273\r\n                        ],\r\n                        [\r\n                            -0.16250512,\r\n                            51.49905015\r\n                        ],\r\n                        [\r\n                            -0.16277106,\r\n                            51.49922165\r\n                        ],\r\n                        [\r\n                            -0.16270128,\r\n                            51.49926359\r\n                        ],\r\n                        [\r\n                            -0.16268228,\r\n                            51.49927392\r\n                        ],\r\n                        [\r\n                            -0.16268316,\r\n                            51.49927448\r\n                        ],\r\n                        [\r\n                            -0.16268225,\r\n                            51.49927502\r\n                        ],\r\n                        [\r\n                            -0.16257803,\r\n                            51.49933765\r\n                        ],\r\n                        [\r\n                            -0.162559,\r\n                            51.49934909\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 4\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/8A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"ae16561e-41e7-4fea-8545-0c11facc2453\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16337749,\r\n                            51.49963758\r\n                        ],\r\n                        [\r\n                            -0.16335299,\r\n                            51.49962178\r\n                        ],\r\n                        [\r\n                            -0.16315091,\r\n                            51.49949146\r\n                        ],\r\n                        [\r\n                            -0.16312554,\r\n                            51.4994751\r\n                        ],\r\n                        [\r\n                            -0.16310717,\r\n                            51.49946325\r\n                        ],\r\n                        [\r\n                            -0.16319145,\r\n                            51.4994126\r\n                        ],\r\n                        [\r\n                            -0.16320958,\r\n                            51.49940171\r\n                        ],\r\n                        [\r\n                            -0.16329205,\r\n                            51.49935215\r\n                        ],\r\n                        [\r\n                            -0.16329295,\r\n                            51.49935161\r\n                        ],\r\n                        [\r\n                            -0.16331133,\r\n                            51.49936346\r\n                        ],\r\n                        [\r\n                            -0.16333491,\r\n                            51.4993798\r\n                        ],\r\n                        [\r\n                            -0.16333579,\r\n                            51.49938036\r\n                        ],\r\n                        [\r\n                            -0.16353787,\r\n                            51.49951068\r\n                        ],\r\n                        [\r\n                            -0.16356236,\r\n                            51.49952648\r\n                        ],\r\n                        [\r\n                            -0.16360085,\r\n                            51.4995513\r\n                        ],\r\n                        [\r\n                            -0.1634151,\r\n                            51.49966183\r\n                        ],\r\n                        [\r\n                            -0.16337814,\r\n                            51.499638\r\n                        ],\r\n                        [\r\n                            -0.16337845,\r\n                            51.49963785\r\n                        ],\r\n                        [\r\n                            -0.16337749,\r\n                            51.49963758\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 3\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/7A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"8101952a-e21e-4bf1-96d2-d1dd72b13e99\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16321492,\r\n                            51.49977886\r\n                        ],\r\n                        [\r\n                            -0.16320016,\r\n                            51.49976935\r\n                        ],\r\n                        [\r\n                            -0.16317118,\r\n                            51.49975065\r\n                        ],\r\n                        [\r\n                            -0.16317033,\r\n                            51.49975007\r\n                        ],\r\n                        [\r\n                            -0.16314671,\r\n                            51.49973375\r\n                        ],\r\n                        [\r\n                            -0.16295335,\r\n                            51.49961018\r\n                        ],\r\n                        [\r\n                            -0.16292889,\r\n                            51.49959327\r\n                        ],\r\n                        [\r\n                            -0.1629118,\r\n                            51.49958065\r\n                        ],\r\n                        [\r\n                            -0.16299298,\r\n                            51.49953187\r\n                        ],\r\n                        [\r\n                            -0.16301836,\r\n                            51.49951662\r\n                        ],\r\n                        [\r\n                            -0.16307364,\r\n                            51.4994834\r\n                        ],\r\n                        [\r\n                            -0.1630972,\r\n                            51.49946924\r\n                        ],\r\n                        [\r\n                            -0.16311557,\r\n                            51.49948109\r\n                        ],\r\n                        [\r\n                            -0.16314094,\r\n                            51.49949745\r\n                        ],\r\n                        [\r\n                            -0.16333165,\r\n                            51.49962044\r\n                        ],\r\n                        [\r\n                            -0.16334302,\r\n                            51.49962777\r\n                        ],\r\n                        [\r\n                            -0.16336752,\r\n                            51.49964357\r\n                        ],\r\n                        [\r\n                            -0.16336839,\r\n                            51.49964413\r\n                        ],\r\n                        [\r\n                            -0.16340426,\r\n                            51.49966726\r\n                        ],\r\n                        [\r\n                            -0.16340335,\r\n                            51.49966781\r\n                        ],\r\n                        [\r\n                            -0.16332542,\r\n                            51.49971464\r\n                        ],\r\n                        [\r\n                            -0.16329917,\r\n                            51.49972932\r\n                        ],\r\n                        [\r\n                            -0.16324548,\r\n                            51.49976089\r\n                        ],\r\n                        [\r\n                            -0.16321492,\r\n                            51.49977886\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 2\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/6A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"82a90e88-c601-442a-b73a-b56a7c5b5430\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16267574,\r\n                            51.49967614\r\n                        ],\r\n                        [\r\n                            -0.16267446,\r\n                            51.49967532\r\n                        ],\r\n                        [\r\n                            -0.16267575,\r\n                            51.49967455\r\n                        ],\r\n                        [\r\n                            -0.16275512,\r\n                            51.49962685\r\n                        ],\r\n                        [\r\n                            -0.16278049,\r\n                            51.49961161\r\n                        ],\r\n                        [\r\n                            -0.16286115,\r\n                            51.49956314\r\n                        ],\r\n                        [\r\n                            -0.16291801,\r\n                            51.49959981\r\n                        ],\r\n                        [\r\n                            -0.16294338,\r\n                            51.49961617\r\n                        ],\r\n                        [\r\n                            -0.16313584,\r\n                            51.49974028\r\n                        ],\r\n                        [\r\n                            -0.16316033,\r\n                            51.49975608\r\n                        ],\r\n                        [\r\n                            -0.16316121,\r\n                            51.49975664\r\n                        ],\r\n                        [\r\n                            -0.16320495,\r\n                            51.49978485\r\n                        ],\r\n                        [\r\n                            -0.16301653,\r\n                            51.49989524\r\n                        ],\r\n                        [\r\n                            -0.16297364,\r\n                            51.49986826\r\n                        ],\r\n                        [\r\n                            -0.16294915,\r\n                            51.49985247\r\n                        ],\r\n                        [\r\n                            -0.16275669,\r\n                            51.49972835\r\n                        ],\r\n                        [\r\n                            -0.16273132,\r\n                            51.49971199\r\n                        ],\r\n                        [\r\n                            -0.16269283,\r\n                            51.49968717\r\n                        ],\r\n                        [\r\n                            -0.16267574,\r\n                            51.49967614\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 1\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/5A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"04e30ab3-af63-4d3c-8c60-3e0ce60328b6\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16257882,\r\n                            51.49984396\r\n                        ],\r\n                        [\r\n                            -0.16261869,\r\n                            51.49982\r\n                        ],\r\n                        [\r\n                            -0.16263427,\r\n                            51.49981064\r\n                        ],\r\n                        [\r\n                            -0.16263434,\r\n                            51.49981053\r\n                        ],\r\n                        [\r\n                            -0.16263469,\r\n                            51.49980948\r\n                        ],\r\n                        [\r\n                            -0.16263465,\r\n                            51.49980839\r\n                        ],\r\n                        [\r\n                            -0.16263417,\r\n                            51.49980724\r\n                        ],\r\n                        [\r\n                            -0.1626332,\r\n                            51.49980602\r\n                        ],\r\n                        [\r\n                            -0.16263072,\r\n                            51.49980405\r\n                        ],\r\n                        [\r\n                            -0.16260535,\r\n                            51.49978769\r\n                        ],\r\n                        [\r\n                            -0.16256686,\r\n                            51.49976287\r\n                        ],\r\n                        [\r\n                            -0.16254849,\r\n                            51.49975102\r\n                        ],\r\n                        [\r\n                            -0.16259924,\r\n                            51.49972052\r\n                        ],\r\n                        [\r\n                            -0.16261737,\r\n                            51.49970963\r\n                        ],\r\n                        [\r\n                            -0.16266359,\r\n                            51.49968186\r\n                        ],\r\n                        [\r\n                            -0.16272045,\r\n                            51.49971853\r\n                        ],\r\n                        [\r\n                            -0.16274582,\r\n                            51.49973489\r\n                        ],\r\n                        [\r\n                            -0.16293828,\r\n                            51.499859\r\n                        ],\r\n                        [\r\n                            -0.16296277,\r\n                            51.4998748\r\n                        ],\r\n                        [\r\n                            -0.16300564,\r\n                            51.49990244\r\n                        ],\r\n                        [\r\n                            -0.16287083,\r\n                            51.49997986\r\n                        ],\r\n                        [\r\n                            -0.16286202,\r\n                            51.49998189\r\n                        ],\r\n                        [\r\n                            -0.16284202,\r\n                            51.49998328\r\n                        ],\r\n                        [\r\n                            -0.16283606,\r\n                            51.49998295\r\n                        ],\r\n                        [\r\n                            -0.16282107,\r\n                            51.49998057\r\n                        ],\r\n                        [\r\n                            -0.16281672,\r\n                            51.49997941\r\n                        ],\r\n                        [\r\n                            -0.16280579,\r\n                            51.49997515\r\n                        ],\r\n                        [\r\n                            -0.16280055,\r\n                            51.49997228\r\n                        ],\r\n                        [\r\n                            -0.16277426,\r\n                            51.49995756\r\n                        ],\r\n                        [\r\n                            -0.16277424,\r\n                            51.49995757\r\n                        ],\r\n                        [\r\n                            -0.16277346,\r\n                            51.49995712\r\n                        ],\r\n                        [\r\n                            -0.16257969,\r\n                            51.49984452\r\n                        ],\r\n                        [\r\n                            -0.16257882,\r\n                            51.49984396\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Louis Vuitton\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/4A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"description\": null,\r\n                \"fid\": \"31f79dd5-b95e-4a29-b830-c8674f4a902b\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"style\": {},\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16285065,\r\n                            51.49955637\r\n                        ],\r\n                        [\r\n                            -0.16277,\r\n                            51.49960484\r\n                        ],\r\n                        [\r\n                            -0.16274462,\r\n                            51.49962008\r\n                        ],\r\n                        [\r\n                            -0.16266525,\r\n                            51.49966778\r\n                        ],\r\n                        [\r\n                            -0.16266398,\r\n                            51.49966788\r\n                        ],\r\n                        [\r\n                            -0.16266267,\r\n                            51.49966772\r\n                        ],\r\n                        [\r\n                            -0.16254849,\r\n                            51.49959408\r\n                        ],\r\n                        [\r\n                            -0.16253099,\r\n                            51.4995828\r\n                        ],\r\n                        [\r\n                            -0.16243753,\r\n                            51.49952252\r\n                        ],\r\n                        [\r\n                            -0.16240197,\r\n                            51.49949959\r\n                        ],\r\n                        [\r\n                            -0.16240071,\r\n                            51.49949878\r\n                        ],\r\n                        [\r\n                            -0.16239802,\r\n                            51.49949705\r\n                        ],\r\n                        [\r\n                            -0.16240246,\r\n                            51.49949438\r\n                        ],\r\n                        [\r\n                            -0.1625403,\r\n                            51.49941155\r\n                        ],\r\n                        [\r\n                            -0.1625648,\r\n                            51.49939573\r\n                        ],\r\n                        [\r\n                            -0.16256571,\r\n                            51.49939519\r\n                        ],\r\n                        [\r\n                            -0.16258471,\r\n                            51.49938486\r\n                        ],\r\n                        [\r\n                            -0.16271768,\r\n                            51.49947061\r\n                        ],\r\n                        [\r\n                            -0.16273518,\r\n                            51.4994819\r\n                        ],\r\n                        [\r\n                            -0.16273605,\r\n                            51.49948246\r\n                        ],\r\n                        [\r\n                            -0.16282516,\r\n                            51.49953993\r\n                        ],\r\n                        [\r\n                            -0.16285065,\r\n                            51.49955637\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/features",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"features"
											]
										}
									},
									"response": []
								},
								{
									"name": "AddOrUpdate Site Features",
									"request": {
										"method": "PUT",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"angular-stairs\",\r\n                \"portalProperty\": \"onewayPortal\",\r\n                \"name\": \"Angular stairs\",\r\n                \"description\": null,\r\n                \"fid\": \"d59846ec-6c5a-417e-a091-526996aeed77\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16193595,\r\n                    51.49905073\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Neill Strain Floral Couture\",\r\n                \"extra\": {\r\n                    \"roomid\": null,\r\n                    \"productType\": \"Service\",\r\n                    \"group\": \"968830000417409\",\r\n                    \"other\": \"\",\r\n                    \"link\": \"\",\r\n                    \"video\": \"\",\r\n                    \"openingHours\": \"\",\r\n                    \"linkName\": \"\",\r\n                    \"booking\": \"\",\r\n                    \"phone\": \"+442077301234\",\r\n                    \"imageUrl\": \"https://pointrimages.blob.core.windows.net/harrods/1643387786380504.jpg\"\r\n                },\r\n                \"style\": {},\r\n                \"description\": \"Specialising in rare flowers and renowned for truly artistic arrangements, Neill Strain Floral Couture is your go-to for ready-to-buy and made-to-order bouquets, as well as bespoke commissions.\",\r\n                \"keywords\": [\r\n                    \"'flowers'\",\r\n                    \"'gift'\",\r\n                    \"'gifts'\",\r\n                    \"'gifting'\",\r\n                    \"'florist'\",\r\n                    \"'occasion'\",\r\n                    \"'rare'\",\r\n                    \"'specialist'\",\r\n                    \"'neil strain'\",\r\n                    \"'bouquets'\",\r\n                    \"'made-to-order'\"\r\n                ],\r\n                \"fid\": \"f82525c6-a420-4500-9f8f-b4029e92fb37\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16260706,\r\n                    51.49948435\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Gift Wrapping Service\",\r\n                \"extra\": {\r\n                    \"roomid\": null,\r\n                    \"productType\": \"Service\",\r\n                    \"group\": \"335860000028053\",\r\n                    \"other\": \"\",\r\n                    \"link\": \"\",\r\n                    \"video\": \"\",\r\n                    \"openingHours\": \"\",\r\n                    \"linkName\": \"\",\r\n                    \"booking\": \"\",\r\n                    \"phone\": \"\",\r\n                    \"imageUrl\": \"\"\r\n                },\r\n                \"style\": {},\r\n                \"description\": \"\",\r\n                \"fid\": \"0548346b-513e-4f25-8d47-a677225f2689\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16239766,\r\n                    51.49970514\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"portalProperty\": null,\r\n                \"name\": \"Books, Cards & Gifts\",\r\n                \"extra\": {\r\n                    \"productType\": \"room\",\r\n                    \"roomid\": \"LG/3A\"\r\n                },\r\n                \"style\": null,\r\n                \"ID\": null,\r\n                \"description\": null,\r\n                \"keywords\": null,\r\n                \"fid\": \"ad1057ae-87ea-4841-aa13-eacea4860645\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16267257,\r\n                            51.49966244\r\n                        ],\r\n                        [\r\n                            -0.16263704,\r\n                            51.49963926\r\n                        ],\r\n                        [\r\n                            -0.16262651,\r\n                            51.49963238\r\n                        ],\r\n                        [\r\n                            -0.16260344,\r\n                            51.49964608\r\n                        ],\r\n                        [\r\n                            -0.16261416,\r\n                            51.49965307\r\n                        ],\r\n                        [\r\n                            -0.16263852,\r\n                            51.49966897\r\n                        ],\r\n                        [\r\n                            -0.16260652,\r\n                            51.49968797\r\n                        ],\r\n                        [\r\n                            -0.16260147,\r\n                            51.49969118\r\n                        ],\r\n                        [\r\n                            -0.16259125,\r\n                            51.49968429\r\n                        ],\r\n                        [\r\n                            -0.16258708,\r\n                            51.49968677\r\n                        ],\r\n                        [\r\n                            -0.16260547,\r\n                            51.49969877\r\n                        ],\r\n                        [\r\n                            -0.16257486,\r\n                            51.49971848\r\n                        ],\r\n                        [\r\n                            -0.16255379,\r\n                            51.49973254\r\n                        ],\r\n                        [\r\n                            -0.16253006,\r\n                            51.49971926\r\n                        ],\r\n                        [\r\n                            -0.16252829,\r\n                            51.49971827\r\n                        ],\r\n                        [\r\n                            -0.16251298,\r\n                            51.49972904\r\n                        ],\r\n                        [\r\n                            -0.16249494,\r\n                            51.49971906\r\n                        ],\r\n                        [\r\n                            -0.1625035,\r\n                            51.49971304\r\n                        ],\r\n                        [\r\n                            -0.16249442,\r\n                            51.49970804\r\n                        ],\r\n                        [\r\n                            -0.16249061,\r\n                            51.49971071\r\n                        ],\r\n                        [\r\n                            -0.16247762,\r\n                            51.4997036\r\n                        ],\r\n                        [\r\n                            -0.16248146,\r\n                            51.4997009\r\n                        ],\r\n                        [\r\n                            -0.16247964,\r\n                            51.49969994\r\n                        ],\r\n                        [\r\n                            -0.16249892,\r\n                            51.4996864\r\n                        ],\r\n                        [\r\n                            -0.16253915,\r\n                            51.49971063\r\n                        ],\r\n                        [\r\n                            -0.16253783,\r\n                            51.49971157\r\n                        ],\r\n                        [\r\n                            -0.16253899,\r\n                            51.49971266\r\n                        ],\r\n                        [\r\n                            -0.16254171,\r\n                            51.49971109\r\n                        ],\r\n                        [\r\n                            -0.16255157,\r\n                            51.49971704\r\n                        ],\r\n                        [\r\n                            -0.16256063,\r\n                            51.49971166\r\n                        ],\r\n                        [\r\n                            -0.16255411,\r\n                            51.49970734\r\n                        ],\r\n                        [\r\n                            -0.16249987,\r\n                            51.49967634\r\n                        ],\r\n                        [\r\n                            -0.16249661,\r\n                            51.49967853\r\n                        ],\r\n                        [\r\n                            -0.16249126,\r\n                            51.49967565\r\n                        ],\r\n                        [\r\n                            -0.16248181,\r\n                            51.49967024\r\n                        ],\r\n                        [\r\n                            -0.16243131,\r\n                            51.49964237\r\n                        ],\r\n                        [\r\n                            -0.16235578,\r\n                            51.49960069\r\n                        ],\r\n                        [\r\n                            -0.16245419,\r\n                            51.49954102\r\n                        ],\r\n                        [\r\n                            -0.16249279,\r\n                            51.4995181\r\n                        ],\r\n                        [\r\n                            -0.16253279,\r\n                            51.49953922\r\n                        ],\r\n                        [\r\n                            -0.1625423,\r\n                            51.49953225\r\n                        ],\r\n                        [\r\n                            -0.16270878,\r\n                            51.49964095\r\n                        ],\r\n                        [\r\n                            -0.16267257,\r\n                            51.49966244\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Harrods Gift Shop\",\r\n                \"extra\": {\r\n                    \"roomid\": \"LG/5\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"d23ce07d-a781-4016-9da7-edf662bd7569\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.162559,\r\n                            51.49934909\r\n                        ],\r\n                        [\r\n                            -0.16245116,\r\n                            51.49941389\r\n                        ],\r\n                        [\r\n                            -0.16243804,\r\n                            51.49940543\r\n                        ],\r\n                        [\r\n                            -0.16237369,\r\n                            51.4994441\r\n                        ],\r\n                        [\r\n                            -0.16235466,\r\n                            51.49945553\r\n                        ],\r\n                        [\r\n                            -0.16229938,\r\n                            51.49948875\r\n                        ],\r\n                        [\r\n                            -0.16225826,\r\n                            51.49946224\r\n                        ],\r\n                        [\r\n                            -0.16223989,\r\n                            51.49945039\r\n                        ],\r\n                        [\r\n                            -0.16215941,\r\n                            51.49939849\r\n                        ],\r\n                        [\r\n                            -0.16213404,\r\n                            51.49938213\r\n                        ],\r\n                        [\r\n                            -0.16200982,\r\n                            51.49930202\r\n                        ],\r\n                        [\r\n                            -0.16213307,\r\n                            51.49922795\r\n                        ],\r\n                        [\r\n                            -0.16213403,\r\n                            51.49922822\r\n                        ],\r\n                        [\r\n                            -0.16213691,\r\n                            51.49922921\r\n                        ],\r\n                        [\r\n                            -0.16214071,\r\n                            51.49923087\r\n                        ],\r\n                        [\r\n                            -0.16214725,\r\n                            51.49923451\r\n                        ],\r\n                        [\r\n                            -0.16215356,\r\n                            51.49923875\r\n                        ],\r\n                        [\r\n                            -0.16216529,\r\n                            51.4992474\r\n                        ],\r\n                        [\r\n                            -0.16216651,\r\n                            51.49924824\r\n                        ],\r\n                        [\r\n                            -0.16216984,\r\n                            51.49925054\r\n                        ],\r\n                        [\r\n                            -0.16217462,\r\n                            51.49924767\r\n                        ],\r\n                        [\r\n                            -0.16228312,\r\n                            51.49918246\r\n                        ],\r\n                        [\r\n                            -0.16231575,\r\n                            51.49916286\r\n                        ],\r\n                        [\r\n                            -0.1623204,\r\n                            51.49916037\r\n                        ],\r\n                        [\r\n                            -0.16233115,\r\n                            51.4991536\r\n                        ],\r\n                        [\r\n                            -0.16233206,\r\n                            51.49915306\r\n                        ],\r\n                        [\r\n                            -0.16235106,\r\n                            51.49914273\r\n                        ],\r\n                        [\r\n                            -0.16250512,\r\n                            51.49905015\r\n                        ],\r\n                        [\r\n                            -0.16277106,\r\n                            51.49922165\r\n                        ],\r\n                        [\r\n                            -0.16270128,\r\n                            51.49926359\r\n                        ],\r\n                        [\r\n                            -0.16268228,\r\n                            51.49927392\r\n                        ],\r\n                        [\r\n                            -0.16268316,\r\n                            51.49927448\r\n                        ],\r\n                        [\r\n                            -0.16268225,\r\n                            51.49927502\r\n                        ],\r\n                        [\r\n                            -0.16257803,\r\n                            51.49933765\r\n                        ],\r\n                        [\r\n                            -0.162559,\r\n                            51.49934909\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 4\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/8A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"ae16561e-41e7-4fea-8545-0c11facc2453\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16337749,\r\n                            51.49963758\r\n                        ],\r\n                        [\r\n                            -0.16335299,\r\n                            51.49962178\r\n                        ],\r\n                        [\r\n                            -0.16315091,\r\n                            51.49949146\r\n                        ],\r\n                        [\r\n                            -0.16312554,\r\n                            51.4994751\r\n                        ],\r\n                        [\r\n                            -0.16310717,\r\n                            51.49946325\r\n                        ],\r\n                        [\r\n                            -0.16319145,\r\n                            51.4994126\r\n                        ],\r\n                        [\r\n                            -0.16320958,\r\n                            51.49940171\r\n                        ],\r\n                        [\r\n                            -0.16329205,\r\n                            51.49935215\r\n                        ],\r\n                        [\r\n                            -0.16329295,\r\n                            51.49935161\r\n                        ],\r\n                        [\r\n                            -0.16331133,\r\n                            51.49936346\r\n                        ],\r\n                        [\r\n                            -0.16333491,\r\n                            51.4993798\r\n                        ],\r\n                        [\r\n                            -0.16333579,\r\n                            51.49938036\r\n                        ],\r\n                        [\r\n                            -0.16353787,\r\n                            51.49951068\r\n                        ],\r\n                        [\r\n                            -0.16356236,\r\n                            51.49952648\r\n                        ],\r\n                        [\r\n                            -0.16360085,\r\n                            51.4995513\r\n                        ],\r\n                        [\r\n                            -0.1634151,\r\n                            51.49966183\r\n                        ],\r\n                        [\r\n                            -0.16337814,\r\n                            51.499638\r\n                        ],\r\n                        [\r\n                            -0.16337845,\r\n                            51.49963785\r\n                        ],\r\n                        [\r\n                            -0.16337749,\r\n                            51.49963758\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 3\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/7A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"8101952a-e21e-4bf1-96d2-d1dd72b13e99\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16321492,\r\n                            51.49977886\r\n                        ],\r\n                        [\r\n                            -0.16320016,\r\n                            51.49976935\r\n                        ],\r\n                        [\r\n                            -0.16317118,\r\n                            51.49975065\r\n                        ],\r\n                        [\r\n                            -0.16317033,\r\n                            51.49975007\r\n                        ],\r\n                        [\r\n                            -0.16314671,\r\n                            51.49973375\r\n                        ],\r\n                        [\r\n                            -0.16295335,\r\n                            51.49961018\r\n                        ],\r\n                        [\r\n                            -0.16292889,\r\n                            51.49959327\r\n                        ],\r\n                        [\r\n                            -0.1629118,\r\n                            51.49958065\r\n                        ],\r\n                        [\r\n                            -0.16299298,\r\n                            51.49953187\r\n                        ],\r\n                        [\r\n                            -0.16301836,\r\n                            51.49951662\r\n                        ],\r\n                        [\r\n                            -0.16307364,\r\n                            51.4994834\r\n                        ],\r\n                        [\r\n                            -0.1630972,\r\n                            51.49946924\r\n                        ],\r\n                        [\r\n                            -0.16311557,\r\n                            51.49948109\r\n                        ],\r\n                        [\r\n                            -0.16314094,\r\n                            51.49949745\r\n                        ],\r\n                        [\r\n                            -0.16333165,\r\n                            51.49962044\r\n                        ],\r\n                        [\r\n                            -0.16334302,\r\n                            51.49962777\r\n                        ],\r\n                        [\r\n                            -0.16336752,\r\n                            51.49964357\r\n                        ],\r\n                        [\r\n                            -0.16336839,\r\n                            51.49964413\r\n                        ],\r\n                        [\r\n                            -0.16340426,\r\n                            51.49966726\r\n                        ],\r\n                        [\r\n                            -0.16340335,\r\n                            51.49966781\r\n                        ],\r\n                        [\r\n                            -0.16332542,\r\n                            51.49971464\r\n                        ],\r\n                        [\r\n                            -0.16329917,\r\n                            51.49972932\r\n                        ],\r\n                        [\r\n                            -0.16324548,\r\n                            51.49976089\r\n                        ],\r\n                        [\r\n                            -0.16321492,\r\n                            51.49977886\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 2\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/6A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"82a90e88-c601-442a-b73a-b56a7c5b5430\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16267574,\r\n                            51.49967614\r\n                        ],\r\n                        [\r\n                            -0.16267446,\r\n                            51.49967532\r\n                        ],\r\n                        [\r\n                            -0.16267575,\r\n                            51.49967455\r\n                        ],\r\n                        [\r\n                            -0.16275512,\r\n                            51.49962685\r\n                        ],\r\n                        [\r\n                            -0.16278049,\r\n                            51.49961161\r\n                        ],\r\n                        [\r\n                            -0.16286115,\r\n                            51.49956314\r\n                        ],\r\n                        [\r\n                            -0.16291801,\r\n                            51.49959981\r\n                        ],\r\n                        [\r\n                            -0.16294338,\r\n                            51.49961617\r\n                        ],\r\n                        [\r\n                            -0.16313584,\r\n                            51.49974028\r\n                        ],\r\n                        [\r\n                            -0.16316033,\r\n                            51.49975608\r\n                        ],\r\n                        [\r\n                            -0.16316121,\r\n                            51.49975664\r\n                        ],\r\n                        [\r\n                            -0.16320495,\r\n                            51.49978485\r\n                        ],\r\n                        [\r\n                            -0.16301653,\r\n                            51.49989524\r\n                        ],\r\n                        [\r\n                            -0.16297364,\r\n                            51.49986826\r\n                        ],\r\n                        [\r\n                            -0.16294915,\r\n                            51.49985247\r\n                        ],\r\n                        [\r\n                            -0.16275669,\r\n                            51.49972835\r\n                        ],\r\n                        [\r\n                            -0.16273132,\r\n                            51.49971199\r\n                        ],\r\n                        [\r\n                            -0.16269283,\r\n                            51.49968717\r\n                        ],\r\n                        [\r\n                            -0.16267574,\r\n                            51.49967614\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 1\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/5A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"04e30ab3-af63-4d3c-8c60-3e0ce60328b6\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16257882,\r\n                            51.49984396\r\n                        ],\r\n                        [\r\n                            -0.16261869,\r\n                            51.49982\r\n                        ],\r\n                        [\r\n                            -0.16263427,\r\n                            51.49981064\r\n                        ],\r\n                        [\r\n                            -0.16263434,\r\n                            51.49981053\r\n                        ],\r\n                        [\r\n                            -0.16263469,\r\n                            51.49980948\r\n                        ],\r\n                        [\r\n                            -0.16263465,\r\n                            51.49980839\r\n                        ],\r\n                        [\r\n                            -0.16263417,\r\n                            51.49980724\r\n                        ],\r\n                        [\r\n                            -0.1626332,\r\n                            51.49980602\r\n                        ],\r\n                        [\r\n                            -0.16263072,\r\n                            51.49980405\r\n                        ],\r\n                        [\r\n                            -0.16260535,\r\n                            51.49978769\r\n                        ],\r\n                        [\r\n                            -0.16256686,\r\n                            51.49976287\r\n                        ],\r\n                        [\r\n                            -0.16254849,\r\n                            51.49975102\r\n                        ],\r\n                        [\r\n                            -0.16259924,\r\n                            51.49972052\r\n                        ],\r\n                        [\r\n                            -0.16261737,\r\n                            51.49970963\r\n                        ],\r\n                        [\r\n                            -0.16266359,\r\n                            51.49968186\r\n                        ],\r\n                        [\r\n                            -0.16272045,\r\n                            51.49971853\r\n                        ],\r\n                        [\r\n                            -0.16274582,\r\n                            51.49973489\r\n                        ],\r\n                        [\r\n                            -0.16293828,\r\n                            51.499859\r\n                        ],\r\n                        [\r\n                            -0.16296277,\r\n                            51.4998748\r\n                        ],\r\n                        [\r\n                            -0.16300564,\r\n                            51.49990244\r\n                        ],\r\n                        [\r\n                            -0.16287083,\r\n                            51.49997986\r\n                        ],\r\n                        [\r\n                            -0.16286202,\r\n                            51.49998189\r\n                        ],\r\n                        [\r\n                            -0.16284202,\r\n                            51.49998328\r\n                        ],\r\n                        [\r\n                            -0.16283606,\r\n                            51.49998295\r\n                        ],\r\n                        [\r\n                            -0.16282107,\r\n                            51.49998057\r\n                        ],\r\n                        [\r\n                            -0.16281672,\r\n                            51.49997941\r\n                        ],\r\n                        [\r\n                            -0.16280579,\r\n                            51.49997515\r\n                        ],\r\n                        [\r\n                            -0.16280055,\r\n                            51.49997228\r\n                        ],\r\n                        [\r\n                            -0.16277426,\r\n                            51.49995756\r\n                        ],\r\n                        [\r\n                            -0.16277424,\r\n                            51.49995757\r\n                        ],\r\n                        [\r\n                            -0.16277346,\r\n                            51.49995712\r\n                        ],\r\n                        [\r\n                            -0.16257969,\r\n                            51.49984452\r\n                        ],\r\n                        [\r\n                            -0.16257882,\r\n                            51.49984396\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Louis Vuitton\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/4A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"description\": null,\r\n                \"fid\": \"31f79dd5-b95e-4a29-b830-c8674f4a902b\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"style\": {},\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16285065,\r\n                            51.49955637\r\n                        ],\r\n                        [\r\n                            -0.16277,\r\n                            51.49960484\r\n                        ],\r\n                        [\r\n                            -0.16274462,\r\n                            51.49962008\r\n                        ],\r\n                        [\r\n                            -0.16266525,\r\n                            51.49966778\r\n                        ],\r\n                        [\r\n                            -0.16266398,\r\n                            51.49966788\r\n                        ],\r\n                        [\r\n                            -0.16266267,\r\n                            51.49966772\r\n                        ],\r\n                        [\r\n                            -0.16254849,\r\n                            51.49959408\r\n                        ],\r\n                        [\r\n                            -0.16253099,\r\n                            51.4995828\r\n                        ],\r\n                        [\r\n                            -0.16243753,\r\n                            51.49952252\r\n                        ],\r\n                        [\r\n                            -0.16240197,\r\n                            51.49949959\r\n                        ],\r\n                        [\r\n                            -0.16240071,\r\n                            51.49949878\r\n                        ],\r\n                        [\r\n                            -0.16239802,\r\n                            51.49949705\r\n                        ],\r\n                        [\r\n                            -0.16240246,\r\n                            51.49949438\r\n                        ],\r\n                        [\r\n                            -0.1625403,\r\n                            51.49941155\r\n                        ],\r\n                        [\r\n                            -0.1625648,\r\n                            51.49939573\r\n                        ],\r\n                        [\r\n                            -0.16256571,\r\n                            51.49939519\r\n                        ],\r\n                        [\r\n                            -0.16258471,\r\n                            51.49938486\r\n                        ],\r\n                        [\r\n                            -0.16271768,\r\n                            51.49947061\r\n                        ],\r\n                        [\r\n                            -0.16273518,\r\n                            51.4994819\r\n                        ],\r\n                        [\r\n                            -0.16273605,\r\n                            51.49948246\r\n                        ],\r\n                        [\r\n                            -0.16282516,\r\n                            51.49953993\r\n                        ],\r\n                        [\r\n                            -0.16285065,\r\n                            51.49955637\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/features",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"features"
											]
										}
									},
									"response": []
								},
								{
									"name": "AddOrUpdate Building Features",
									"request": {
										"method": "PUT",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"angular-stairs\",\r\n                \"portalProperty\": \"onewayPortal\",\r\n                \"name\": \"Angular stairs\",\r\n                \"description\": null,\r\n                \"fid\": \"d59846ec-6c5a-417e-a091-526996aeed77\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16193595,\r\n                    51.49905073\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Neill Strain Floral Couture\",\r\n                \"extra\": {\r\n                    \"roomid\": null,\r\n                    \"productType\": \"Service\",\r\n                    \"group\": \"968830000417409\",\r\n                    \"other\": \"\",\r\n                    \"link\": \"\",\r\n                    \"video\": \"\",\r\n                    \"openingHours\": \"\",\r\n                    \"linkName\": \"\",\r\n                    \"booking\": \"\",\r\n                    \"phone\": \"+442077301234\",\r\n                    \"imageUrl\": \"https://pointrimages.blob.core.windows.net/harrods/1643387786380504.jpg\"\r\n                },\r\n                \"style\": {},\r\n                \"description\": \"Specialising in rare flowers and renowned for truly artistic arrangements, Neill Strain Floral Couture is your go-to for ready-to-buy and made-to-order bouquets, as well as bespoke commissions.\",\r\n                \"keywords\": [\r\n                    \"'flowers'\",\r\n                    \"'gift'\",\r\n                    \"'gifts'\",\r\n                    \"'gifting'\",\r\n                    \"'florist'\",\r\n                    \"'occasion'\",\r\n                    \"'rare'\",\r\n                    \"'specialist'\",\r\n                    \"'neil strain'\",\r\n                    \"'bouquets'\",\r\n                    \"'made-to-order'\"\r\n                ],\r\n                \"fid\": \"f82525c6-a420-4500-9f8f-b4029e92fb37\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16260706,\r\n                    51.49948435\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Gift Wrapping Service\",\r\n                \"extra\": {\r\n                    \"roomid\": null,\r\n                    \"productType\": \"Service\",\r\n                    \"group\": \"335860000028053\",\r\n                    \"other\": \"\",\r\n                    \"link\": \"\",\r\n                    \"video\": \"\",\r\n                    \"openingHours\": \"\",\r\n                    \"linkName\": \"\",\r\n                    \"booking\": \"\",\r\n                    \"phone\": \"\",\r\n                    \"imageUrl\": \"\"\r\n                },\r\n                \"style\": {},\r\n                \"description\": \"\",\r\n                \"fid\": \"0548346b-513e-4f25-8d47-a677225f2689\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16239766,\r\n                    51.49970514\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"portalProperty\": null,\r\n                \"name\": \"Books, Cards & Gifts\",\r\n                \"extra\": {\r\n                    \"productType\": \"room\",\r\n                    \"roomid\": \"LG/3A\"\r\n                },\r\n                \"style\": null,\r\n                \"ID\": null,\r\n                \"description\": null,\r\n                \"keywords\": null,\r\n                \"fid\": \"ad1057ae-87ea-4841-aa13-eacea4860645\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16267257,\r\n                            51.49966244\r\n                        ],\r\n                        [\r\n                            -0.16263704,\r\n                            51.49963926\r\n                        ],\r\n                        [\r\n                            -0.16262651,\r\n                            51.49963238\r\n                        ],\r\n                        [\r\n                            -0.16260344,\r\n                            51.49964608\r\n                        ],\r\n                        [\r\n                            -0.16261416,\r\n                            51.49965307\r\n                        ],\r\n                        [\r\n                            -0.16263852,\r\n                            51.49966897\r\n                        ],\r\n                        [\r\n                            -0.16260652,\r\n                            51.49968797\r\n                        ],\r\n                        [\r\n                            -0.16260147,\r\n                            51.49969118\r\n                        ],\r\n                        [\r\n                            -0.16259125,\r\n                            51.49968429\r\n                        ],\r\n                        [\r\n                            -0.16258708,\r\n                            51.49968677\r\n                        ],\r\n                        [\r\n                            -0.16260547,\r\n                            51.49969877\r\n                        ],\r\n                        [\r\n                            -0.16257486,\r\n                            51.49971848\r\n                        ],\r\n                        [\r\n                            -0.16255379,\r\n                            51.49973254\r\n                        ],\r\n                        [\r\n                            -0.16253006,\r\n                            51.49971926\r\n                        ],\r\n                        [\r\n                            -0.16252829,\r\n                            51.49971827\r\n                        ],\r\n                        [\r\n                            -0.16251298,\r\n                            51.49972904\r\n                        ],\r\n                        [\r\n                            -0.16249494,\r\n                            51.49971906\r\n                        ],\r\n                        [\r\n                            -0.1625035,\r\n                            51.49971304\r\n                        ],\r\n                        [\r\n                            -0.16249442,\r\n                            51.49970804\r\n                        ],\r\n                        [\r\n                            -0.16249061,\r\n                            51.49971071\r\n                        ],\r\n                        [\r\n                            -0.16247762,\r\n                            51.4997036\r\n                        ],\r\n                        [\r\n                            -0.16248146,\r\n                            51.4997009\r\n                        ],\r\n                        [\r\n                            -0.16247964,\r\n                            51.49969994\r\n                        ],\r\n                        [\r\n                            -0.16249892,\r\n                            51.4996864\r\n                        ],\r\n                        [\r\n                            -0.16253915,\r\n                            51.49971063\r\n                        ],\r\n                        [\r\n                            -0.16253783,\r\n                            51.49971157\r\n                        ],\r\n                        [\r\n                            -0.16253899,\r\n                            51.49971266\r\n                        ],\r\n                        [\r\n                            -0.16254171,\r\n                            51.49971109\r\n                        ],\r\n                        [\r\n                            -0.16255157,\r\n                            51.49971704\r\n                        ],\r\n                        [\r\n                            -0.16256063,\r\n                            51.49971166\r\n                        ],\r\n                        [\r\n                            -0.16255411,\r\n                            51.49970734\r\n                        ],\r\n                        [\r\n                            -0.16249987,\r\n                            51.49967634\r\n                        ],\r\n                        [\r\n                            -0.16249661,\r\n                            51.49967853\r\n                        ],\r\n                        [\r\n                            -0.16249126,\r\n                            51.49967565\r\n                        ],\r\n                        [\r\n                            -0.16248181,\r\n                            51.49967024\r\n                        ],\r\n                        [\r\n                            -0.16243131,\r\n                            51.49964237\r\n                        ],\r\n                        [\r\n                            -0.16235578,\r\n                            51.49960069\r\n                        ],\r\n                        [\r\n                            -0.16245419,\r\n                            51.49954102\r\n                        ],\r\n                        [\r\n                            -0.16249279,\r\n                            51.4995181\r\n                        ],\r\n                        [\r\n                            -0.16253279,\r\n                            51.49953922\r\n                        ],\r\n                        [\r\n                            -0.1625423,\r\n                            51.49953225\r\n                        ],\r\n                        [\r\n                            -0.16270878,\r\n                            51.49964095\r\n                        ],\r\n                        [\r\n                            -0.16267257,\r\n                            51.49966244\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Harrods Gift Shop\",\r\n                \"extra\": {\r\n                    \"roomid\": \"LG/5\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"d23ce07d-a781-4016-9da7-edf662bd7569\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.162559,\r\n                            51.49934909\r\n                        ],\r\n                        [\r\n                            -0.16245116,\r\n                            51.49941389\r\n                        ],\r\n                        [\r\n                            -0.16243804,\r\n                            51.49940543\r\n                        ],\r\n                        [\r\n                            -0.16237369,\r\n                            51.4994441\r\n                        ],\r\n                        [\r\n                            -0.16235466,\r\n                            51.49945553\r\n                        ],\r\n                        [\r\n                            -0.16229938,\r\n                            51.49948875\r\n                        ],\r\n                        [\r\n                            -0.16225826,\r\n                            51.49946224\r\n                        ],\r\n                        [\r\n                            -0.16223989,\r\n                            51.49945039\r\n                        ],\r\n                        [\r\n                            -0.16215941,\r\n                            51.49939849\r\n                        ],\r\n                        [\r\n                            -0.16213404,\r\n                            51.49938213\r\n                        ],\r\n                        [\r\n                            -0.16200982,\r\n                            51.49930202\r\n                        ],\r\n                        [\r\n                            -0.16213307,\r\n                            51.49922795\r\n                        ],\r\n                        [\r\n                            -0.16213403,\r\n                            51.49922822\r\n                        ],\r\n                        [\r\n                            -0.16213691,\r\n                            51.49922921\r\n                        ],\r\n                        [\r\n                            -0.16214071,\r\n                            51.49923087\r\n                        ],\r\n                        [\r\n                            -0.16214725,\r\n                            51.49923451\r\n                        ],\r\n                        [\r\n                            -0.16215356,\r\n                            51.49923875\r\n                        ],\r\n                        [\r\n                            -0.16216529,\r\n                            51.4992474\r\n                        ],\r\n                        [\r\n                            -0.16216651,\r\n                            51.49924824\r\n                        ],\r\n                        [\r\n                            -0.16216984,\r\n                            51.49925054\r\n                        ],\r\n                        [\r\n                            -0.16217462,\r\n                            51.49924767\r\n                        ],\r\n                        [\r\n                            -0.16228312,\r\n                            51.49918246\r\n                        ],\r\n                        [\r\n                            -0.16231575,\r\n                            51.49916286\r\n                        ],\r\n                        [\r\n                            -0.1623204,\r\n                            51.49916037\r\n                        ],\r\n                        [\r\n                            -0.16233115,\r\n                            51.4991536\r\n                        ],\r\n                        [\r\n                            -0.16233206,\r\n                            51.49915306\r\n                        ],\r\n                        [\r\n                            -0.16235106,\r\n                            51.49914273\r\n                        ],\r\n                        [\r\n                            -0.16250512,\r\n                            51.49905015\r\n                        ],\r\n                        [\r\n                            -0.16277106,\r\n                            51.49922165\r\n                        ],\r\n                        [\r\n                            -0.16270128,\r\n                            51.49926359\r\n                        ],\r\n                        [\r\n                            -0.16268228,\r\n                            51.49927392\r\n                        ],\r\n                        [\r\n                            -0.16268316,\r\n                            51.49927448\r\n                        ],\r\n                        [\r\n                            -0.16268225,\r\n                            51.49927502\r\n                        ],\r\n                        [\r\n                            -0.16257803,\r\n                            51.49933765\r\n                        ],\r\n                        [\r\n                            -0.162559,\r\n                            51.49934909\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 4\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/8A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"ae16561e-41e7-4fea-8545-0c11facc2453\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16337749,\r\n                            51.49963758\r\n                        ],\r\n                        [\r\n                            -0.16335299,\r\n                            51.49962178\r\n                        ],\r\n                        [\r\n                            -0.16315091,\r\n                            51.49949146\r\n                        ],\r\n                        [\r\n                            -0.16312554,\r\n                            51.4994751\r\n                        ],\r\n                        [\r\n                            -0.16310717,\r\n                            51.49946325\r\n                        ],\r\n                        [\r\n                            -0.16319145,\r\n                            51.4994126\r\n                        ],\r\n                        [\r\n                            -0.16320958,\r\n                            51.49940171\r\n                        ],\r\n                        [\r\n                            -0.16329205,\r\n                            51.49935215\r\n                        ],\r\n                        [\r\n                            -0.16329295,\r\n                            51.49935161\r\n                        ],\r\n                        [\r\n                            -0.16331133,\r\n                            51.49936346\r\n                        ],\r\n                        [\r\n                            -0.16333491,\r\n                            51.4993798\r\n                        ],\r\n                        [\r\n                            -0.16333579,\r\n                            51.49938036\r\n                        ],\r\n                        [\r\n                            -0.16353787,\r\n                            51.49951068\r\n                        ],\r\n                        [\r\n                            -0.16356236,\r\n                            51.49952648\r\n                        ],\r\n                        [\r\n                            -0.16360085,\r\n                            51.4995513\r\n                        ],\r\n                        [\r\n                            -0.1634151,\r\n                            51.49966183\r\n                        ],\r\n                        [\r\n                            -0.16337814,\r\n                            51.499638\r\n                        ],\r\n                        [\r\n                            -0.16337845,\r\n                            51.49963785\r\n                        ],\r\n                        [\r\n                            -0.16337749,\r\n                            51.49963758\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 3\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/7A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"8101952a-e21e-4bf1-96d2-d1dd72b13e99\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16321492,\r\n                            51.49977886\r\n                        ],\r\n                        [\r\n                            -0.16320016,\r\n                            51.49976935\r\n                        ],\r\n                        [\r\n                            -0.16317118,\r\n                            51.49975065\r\n                        ],\r\n                        [\r\n                            -0.16317033,\r\n                            51.49975007\r\n                        ],\r\n                        [\r\n                            -0.16314671,\r\n                            51.49973375\r\n                        ],\r\n                        [\r\n                            -0.16295335,\r\n                            51.49961018\r\n                        ],\r\n                        [\r\n                            -0.16292889,\r\n                            51.49959327\r\n                        ],\r\n                        [\r\n                            -0.1629118,\r\n                            51.49958065\r\n                        ],\r\n                        [\r\n                            -0.16299298,\r\n                            51.49953187\r\n                        ],\r\n                        [\r\n                            -0.16301836,\r\n                            51.49951662\r\n                        ],\r\n                        [\r\n                            -0.16307364,\r\n                            51.4994834\r\n                        ],\r\n                        [\r\n                            -0.1630972,\r\n                            51.49946924\r\n                        ],\r\n                        [\r\n                            -0.16311557,\r\n                            51.49948109\r\n                        ],\r\n                        [\r\n                            -0.16314094,\r\n                            51.49949745\r\n                        ],\r\n                        [\r\n                            -0.16333165,\r\n                            51.49962044\r\n                        ],\r\n                        [\r\n                            -0.16334302,\r\n                            51.49962777\r\n                        ],\r\n                        [\r\n                            -0.16336752,\r\n                            51.49964357\r\n                        ],\r\n                        [\r\n                            -0.16336839,\r\n                            51.49964413\r\n                        ],\r\n                        [\r\n                            -0.16340426,\r\n                            51.49966726\r\n                        ],\r\n                        [\r\n                            -0.16340335,\r\n                            51.49966781\r\n                        ],\r\n                        [\r\n                            -0.16332542,\r\n                            51.49971464\r\n                        ],\r\n                        [\r\n                            -0.16329917,\r\n                            51.49972932\r\n                        ],\r\n                        [\r\n                            -0.16324548,\r\n                            51.49976089\r\n                        ],\r\n                        [\r\n                            -0.16321492,\r\n                            51.49977886\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 2\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/6A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"82a90e88-c601-442a-b73a-b56a7c5b5430\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16267574,\r\n                            51.49967614\r\n                        ],\r\n                        [\r\n                            -0.16267446,\r\n                            51.49967532\r\n                        ],\r\n                        [\r\n                            -0.16267575,\r\n                            51.49967455\r\n                        ],\r\n                        [\r\n                            -0.16275512,\r\n                            51.49962685\r\n                        ],\r\n                        [\r\n                            -0.16278049,\r\n                            51.49961161\r\n                        ],\r\n                        [\r\n                            -0.16286115,\r\n                            51.49956314\r\n                        ],\r\n                        [\r\n                            -0.16291801,\r\n                            51.49959981\r\n                        ],\r\n                        [\r\n                            -0.16294338,\r\n                            51.49961617\r\n                        ],\r\n                        [\r\n                            -0.16313584,\r\n                            51.49974028\r\n                        ],\r\n                        [\r\n                            -0.16316033,\r\n                            51.49975608\r\n                        ],\r\n                        [\r\n                            -0.16316121,\r\n                            51.49975664\r\n                        ],\r\n                        [\r\n                            -0.16320495,\r\n                            51.49978485\r\n                        ],\r\n                        [\r\n                            -0.16301653,\r\n                            51.49989524\r\n                        ],\r\n                        [\r\n                            -0.16297364,\r\n                            51.49986826\r\n                        ],\r\n                        [\r\n                            -0.16294915,\r\n                            51.49985247\r\n                        ],\r\n                        [\r\n                            -0.16275669,\r\n                            51.49972835\r\n                        ],\r\n                        [\r\n                            -0.16273132,\r\n                            51.49971199\r\n                        ],\r\n                        [\r\n                            -0.16269283,\r\n                            51.49968717\r\n                        ],\r\n                        [\r\n                            -0.16267574,\r\n                            51.49967614\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 1\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/5A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"04e30ab3-af63-4d3c-8c60-3e0ce60328b6\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16257882,\r\n                            51.49984396\r\n                        ],\r\n                        [\r\n                            -0.16261869,\r\n                            51.49982\r\n                        ],\r\n                        [\r\n                            -0.16263427,\r\n                            51.49981064\r\n                        ],\r\n                        [\r\n                            -0.16263434,\r\n                            51.49981053\r\n                        ],\r\n                        [\r\n                            -0.16263469,\r\n                            51.49980948\r\n                        ],\r\n                        [\r\n                            -0.16263465,\r\n                            51.49980839\r\n                        ],\r\n                        [\r\n                            -0.16263417,\r\n                            51.49980724\r\n                        ],\r\n                        [\r\n                            -0.1626332,\r\n                            51.49980602\r\n                        ],\r\n                        [\r\n                            -0.16263072,\r\n                            51.49980405\r\n                        ],\r\n                        [\r\n                            -0.16260535,\r\n                            51.49978769\r\n                        ],\r\n                        [\r\n                            -0.16256686,\r\n                            51.49976287\r\n                        ],\r\n                        [\r\n                            -0.16254849,\r\n                            51.49975102\r\n                        ],\r\n                        [\r\n                            -0.16259924,\r\n                            51.49972052\r\n                        ],\r\n                        [\r\n                            -0.16261737,\r\n                            51.49970963\r\n                        ],\r\n                        [\r\n                            -0.16266359,\r\n                            51.49968186\r\n                        ],\r\n                        [\r\n                            -0.16272045,\r\n                            51.49971853\r\n                        ],\r\n                        [\r\n                            -0.16274582,\r\n                            51.49973489\r\n                        ],\r\n                        [\r\n                            -0.16293828,\r\n                            51.499859\r\n                        ],\r\n                        [\r\n                            -0.16296277,\r\n                            51.4998748\r\n                        ],\r\n                        [\r\n                            -0.16300564,\r\n                            51.49990244\r\n                        ],\r\n                        [\r\n                            -0.16287083,\r\n                            51.49997986\r\n                        ],\r\n                        [\r\n                            -0.16286202,\r\n                            51.49998189\r\n                        ],\r\n                        [\r\n                            -0.16284202,\r\n                            51.49998328\r\n                        ],\r\n                        [\r\n                            -0.16283606,\r\n                            51.49998295\r\n                        ],\r\n                        [\r\n                            -0.16282107,\r\n                            51.49998057\r\n                        ],\r\n                        [\r\n                            -0.16281672,\r\n                            51.49997941\r\n                        ],\r\n                        [\r\n                            -0.16280579,\r\n                            51.49997515\r\n                        ],\r\n                        [\r\n                            -0.16280055,\r\n                            51.49997228\r\n                        ],\r\n                        [\r\n                            -0.16277426,\r\n                            51.49995756\r\n                        ],\r\n                        [\r\n                            -0.16277424,\r\n                            51.49995757\r\n                        ],\r\n                        [\r\n                            -0.16277346,\r\n                            51.49995712\r\n                        ],\r\n                        [\r\n                            -0.16257969,\r\n                            51.49984452\r\n                        ],\r\n                        [\r\n                            -0.16257882,\r\n                            51.49984396\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Louis Vuitton\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/4A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"description\": null,\r\n                \"fid\": \"31f79dd5-b95e-4a29-b830-c8674f4a902b\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"style\": {},\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16285065,\r\n                            51.49955637\r\n                        ],\r\n                        [\r\n                            -0.16277,\r\n                            51.49960484\r\n                        ],\r\n                        [\r\n                            -0.16274462,\r\n                            51.49962008\r\n                        ],\r\n                        [\r\n                            -0.16266525,\r\n                            51.49966778\r\n                        ],\r\n                        [\r\n                            -0.16266398,\r\n                            51.49966788\r\n                        ],\r\n                        [\r\n                            -0.16266267,\r\n                            51.49966772\r\n                        ],\r\n                        [\r\n                            -0.16254849,\r\n                            51.49959408\r\n                        ],\r\n                        [\r\n                            -0.16253099,\r\n                            51.4995828\r\n                        ],\r\n                        [\r\n                            -0.16243753,\r\n                            51.49952252\r\n                        ],\r\n                        [\r\n                            -0.16240197,\r\n                            51.49949959\r\n                        ],\r\n                        [\r\n                            -0.16240071,\r\n                            51.49949878\r\n                        ],\r\n                        [\r\n                            -0.16239802,\r\n                            51.49949705\r\n                        ],\r\n                        [\r\n                            -0.16240246,\r\n                            51.49949438\r\n                        ],\r\n                        [\r\n                            -0.1625403,\r\n                            51.49941155\r\n                        ],\r\n                        [\r\n                            -0.1625648,\r\n                            51.49939573\r\n                        ],\r\n                        [\r\n                            -0.16256571,\r\n                            51.49939519\r\n                        ],\r\n                        [\r\n                            -0.16258471,\r\n                            51.49938486\r\n                        ],\r\n                        [\r\n                            -0.16271768,\r\n                            51.49947061\r\n                        ],\r\n                        [\r\n                            -0.16273518,\r\n                            51.4994819\r\n                        ],\r\n                        [\r\n                            -0.16273605,\r\n                            51.49948246\r\n                        ],\r\n                        [\r\n                            -0.16282516,\r\n                            51.49953993\r\n                        ],\r\n                        [\r\n                            -0.16285065,\r\n                            51.49955637\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/features",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"features"
											]
										}
									},
									"response": []
								},
								{
									"name": "AddOrUpdate Level Features",
									"request": {
										"method": "PUT",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"angular-stairs\",\r\n                \"portalProperty\": \"onewayPortal\",\r\n                \"name\": \"Angular stairs\",\r\n                \"description\": null,\r\n                \"fid\": \"d59846ec-6c5a-417e-a091-526996aeed77\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\"\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16193595,\r\n                    51.49905073\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Neill Strain Floral Couture\",\r\n                \"extra\": {\r\n                    \"roomid\": null,\r\n                    \"productType\": \"Service\",\r\n                    \"group\": \"968830000417409\",\r\n                    \"other\": \"\",\r\n                    \"link\": \"\",\r\n                    \"video\": \"\",\r\n                    \"openingHours\": \"\",\r\n                    \"linkName\": \"\",\r\n                    \"booking\": \"\",\r\n                    \"phone\": \"+442077301234\",\r\n                    \"imageUrl\": \"https://pointrimages.blob.core.windows.net/harrods/1643387786380504.jpg\"\r\n                },\r\n                \"style\": {},\r\n                \"description\": \"Specialising in rare flowers and renowned for truly artistic arrangements, Neill Strain Floral Couture is your go-to for ready-to-buy and made-to-order bouquets, as well as bespoke commissions.\",\r\n                \"keywords\": [\r\n                    \"'flowers'\",\r\n                    \"'gift'\",\r\n                    \"'gifts'\",\r\n                    \"'gifting'\",\r\n                    \"'florist'\",\r\n                    \"'occasion'\",\r\n                    \"'rare'\",\r\n                    \"'specialist'\",\r\n                    \"'neil strain'\",\r\n                    \"'bouquets'\",\r\n                    \"'made-to-order'\"\r\n                ],\r\n                \"fid\": \"f82525c6-a420-4500-9f8f-b4029e92fb37\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16260706,\r\n                    51.49948435\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Gift Wrapping Service\",\r\n                \"extra\": {\r\n                    \"roomid\": null,\r\n                    \"productType\": \"Service\",\r\n                    \"group\": \"335860000028053\",\r\n                    \"other\": \"\",\r\n                    \"link\": \"\",\r\n                    \"video\": \"\",\r\n                    \"openingHours\": \"\",\r\n                    \"linkName\": \"\",\r\n                    \"booking\": \"\",\r\n                    \"phone\": \"\",\r\n                    \"imageUrl\": \"\"\r\n                },\r\n                \"style\": {},\r\n                \"description\": \"\",\r\n                \"fid\": \"0548346b-513e-4f25-8d47-a677225f2689\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.16239766,\r\n                    51.49970514\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"portalProperty\": null,\r\n                \"name\": \"Books, Cards & Gifts\",\r\n                \"extra\": {\r\n                    \"productType\": \"room\",\r\n                    \"roomid\": \"LG/3A\"\r\n                },\r\n                \"style\": null,\r\n                \"ID\": null,\r\n                \"description\": null,\r\n                \"keywords\": null,\r\n                \"fid\": \"ad1057ae-87ea-4841-aa13-eacea4860645\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16267257,\r\n                            51.49966244\r\n                        ],\r\n                        [\r\n                            -0.16263704,\r\n                            51.49963926\r\n                        ],\r\n                        [\r\n                            -0.16262651,\r\n                            51.49963238\r\n                        ],\r\n                        [\r\n                            -0.16260344,\r\n                            51.49964608\r\n                        ],\r\n                        [\r\n                            -0.16261416,\r\n                            51.49965307\r\n                        ],\r\n                        [\r\n                            -0.16263852,\r\n                            51.49966897\r\n                        ],\r\n                        [\r\n                            -0.16260652,\r\n                            51.49968797\r\n                        ],\r\n                        [\r\n                            -0.16260147,\r\n                            51.49969118\r\n                        ],\r\n                        [\r\n                            -0.16259125,\r\n                            51.49968429\r\n                        ],\r\n                        [\r\n                            -0.16258708,\r\n                            51.49968677\r\n                        ],\r\n                        [\r\n                            -0.16260547,\r\n                            51.49969877\r\n                        ],\r\n                        [\r\n                            -0.16257486,\r\n                            51.49971848\r\n                        ],\r\n                        [\r\n                            -0.16255379,\r\n                            51.49973254\r\n                        ],\r\n                        [\r\n                            -0.16253006,\r\n                            51.49971926\r\n                        ],\r\n                        [\r\n                            -0.16252829,\r\n                            51.49971827\r\n                        ],\r\n                        [\r\n                            -0.16251298,\r\n                            51.49972904\r\n                        ],\r\n                        [\r\n                            -0.16249494,\r\n                            51.49971906\r\n                        ],\r\n                        [\r\n                            -0.1625035,\r\n                            51.49971304\r\n                        ],\r\n                        [\r\n                            -0.16249442,\r\n                            51.49970804\r\n                        ],\r\n                        [\r\n                            -0.16249061,\r\n                            51.49971071\r\n                        ],\r\n                        [\r\n                            -0.16247762,\r\n                            51.4997036\r\n                        ],\r\n                        [\r\n                            -0.16248146,\r\n                            51.4997009\r\n                        ],\r\n                        [\r\n                            -0.16247964,\r\n                            51.49969994\r\n                        ],\r\n                        [\r\n                            -0.16249892,\r\n                            51.4996864\r\n                        ],\r\n                        [\r\n                            -0.16253915,\r\n                            51.49971063\r\n                        ],\r\n                        [\r\n                            -0.16253783,\r\n                            51.49971157\r\n                        ],\r\n                        [\r\n                            -0.16253899,\r\n                            51.49971266\r\n                        ],\r\n                        [\r\n                            -0.16254171,\r\n                            51.49971109\r\n                        ],\r\n                        [\r\n                            -0.16255157,\r\n                            51.49971704\r\n                        ],\r\n                        [\r\n                            -0.16256063,\r\n                            51.49971166\r\n                        ],\r\n                        [\r\n                            -0.16255411,\r\n                            51.49970734\r\n                        ],\r\n                        [\r\n                            -0.16249987,\r\n                            51.49967634\r\n                        ],\r\n                        [\r\n                            -0.16249661,\r\n                            51.49967853\r\n                        ],\r\n                        [\r\n                            -0.16249126,\r\n                            51.49967565\r\n                        ],\r\n                        [\r\n                            -0.16248181,\r\n                            51.49967024\r\n                        ],\r\n                        [\r\n                            -0.16243131,\r\n                            51.49964237\r\n                        ],\r\n                        [\r\n                            -0.16235578,\r\n                            51.49960069\r\n                        ],\r\n                        [\r\n                            -0.16245419,\r\n                            51.49954102\r\n                        ],\r\n                        [\r\n                            -0.16249279,\r\n                            51.4995181\r\n                        ],\r\n                        [\r\n                            -0.16253279,\r\n                            51.49953922\r\n                        ],\r\n                        [\r\n                            -0.1625423,\r\n                            51.49953225\r\n                        ],\r\n                        [\r\n                            -0.16270878,\r\n                            51.49964095\r\n                        ],\r\n                        [\r\n                            -0.16267257,\r\n                            51.49966244\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Harrods Gift Shop\",\r\n                \"extra\": {\r\n                    \"roomid\": \"LG/5\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"d23ce07d-a781-4016-9da7-edf662bd7569\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.162559,\r\n                            51.49934909\r\n                        ],\r\n                        [\r\n                            -0.16245116,\r\n                            51.49941389\r\n                        ],\r\n                        [\r\n                            -0.16243804,\r\n                            51.49940543\r\n                        ],\r\n                        [\r\n                            -0.16237369,\r\n                            51.4994441\r\n                        ],\r\n                        [\r\n                            -0.16235466,\r\n                            51.49945553\r\n                        ],\r\n                        [\r\n                            -0.16229938,\r\n                            51.49948875\r\n                        ],\r\n                        [\r\n                            -0.16225826,\r\n                            51.49946224\r\n                        ],\r\n                        [\r\n                            -0.16223989,\r\n                            51.49945039\r\n                        ],\r\n                        [\r\n                            -0.16215941,\r\n                            51.49939849\r\n                        ],\r\n                        [\r\n                            -0.16213404,\r\n                            51.49938213\r\n                        ],\r\n                        [\r\n                            -0.16200982,\r\n                            51.49930202\r\n                        ],\r\n                        [\r\n                            -0.16213307,\r\n                            51.49922795\r\n                        ],\r\n                        [\r\n                            -0.16213403,\r\n                            51.49922822\r\n                        ],\r\n                        [\r\n                            -0.16213691,\r\n                            51.49922921\r\n                        ],\r\n                        [\r\n                            -0.16214071,\r\n                            51.49923087\r\n                        ],\r\n                        [\r\n                            -0.16214725,\r\n                            51.49923451\r\n                        ],\r\n                        [\r\n                            -0.16215356,\r\n                            51.49923875\r\n                        ],\r\n                        [\r\n                            -0.16216529,\r\n                            51.4992474\r\n                        ],\r\n                        [\r\n                            -0.16216651,\r\n                            51.49924824\r\n                        ],\r\n                        [\r\n                            -0.16216984,\r\n                            51.49925054\r\n                        ],\r\n                        [\r\n                            -0.16217462,\r\n                            51.49924767\r\n                        ],\r\n                        [\r\n                            -0.16228312,\r\n                            51.49918246\r\n                        ],\r\n                        [\r\n                            -0.16231575,\r\n                            51.49916286\r\n                        ],\r\n                        [\r\n                            -0.1623204,\r\n                            51.49916037\r\n                        ],\r\n                        [\r\n                            -0.16233115,\r\n                            51.4991536\r\n                        ],\r\n                        [\r\n                            -0.16233206,\r\n                            51.49915306\r\n                        ],\r\n                        [\r\n                            -0.16235106,\r\n                            51.49914273\r\n                        ],\r\n                        [\r\n                            -0.16250512,\r\n                            51.49905015\r\n                        ],\r\n                        [\r\n                            -0.16277106,\r\n                            51.49922165\r\n                        ],\r\n                        [\r\n                            -0.16270128,\r\n                            51.49926359\r\n                        ],\r\n                        [\r\n                            -0.16268228,\r\n                            51.49927392\r\n                        ],\r\n                        [\r\n                            -0.16268316,\r\n                            51.49927448\r\n                        ],\r\n                        [\r\n                            -0.16268225,\r\n                            51.49927502\r\n                        ],\r\n                        [\r\n                            -0.16257803,\r\n                            51.49933765\r\n                        ],\r\n                        [\r\n                            -0.162559,\r\n                            51.49934909\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 4\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/8A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"ae16561e-41e7-4fea-8545-0c11facc2453\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16337749,\r\n                            51.49963758\r\n                        ],\r\n                        [\r\n                            -0.16335299,\r\n                            51.49962178\r\n                        ],\r\n                        [\r\n                            -0.16315091,\r\n                            51.49949146\r\n                        ],\r\n                        [\r\n                            -0.16312554,\r\n                            51.4994751\r\n                        ],\r\n                        [\r\n                            -0.16310717,\r\n                            51.49946325\r\n                        ],\r\n                        [\r\n                            -0.16319145,\r\n                            51.4994126\r\n                        ],\r\n                        [\r\n                            -0.16320958,\r\n                            51.49940171\r\n                        ],\r\n                        [\r\n                            -0.16329205,\r\n                            51.49935215\r\n                        ],\r\n                        [\r\n                            -0.16329295,\r\n                            51.49935161\r\n                        ],\r\n                        [\r\n                            -0.16331133,\r\n                            51.49936346\r\n                        ],\r\n                        [\r\n                            -0.16333491,\r\n                            51.4993798\r\n                        ],\r\n                        [\r\n                            -0.16333579,\r\n                            51.49938036\r\n                        ],\r\n                        [\r\n                            -0.16353787,\r\n                            51.49951068\r\n                        ],\r\n                        [\r\n                            -0.16356236,\r\n                            51.49952648\r\n                        ],\r\n                        [\r\n                            -0.16360085,\r\n                            51.4995513\r\n                        ],\r\n                        [\r\n                            -0.1634151,\r\n                            51.49966183\r\n                        ],\r\n                        [\r\n                            -0.16337814,\r\n                            51.499638\r\n                        ],\r\n                        [\r\n                            -0.16337845,\r\n                            51.49963785\r\n                        ],\r\n                        [\r\n                            -0.16337749,\r\n                            51.49963758\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 3\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/7A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"8101952a-e21e-4bf1-96d2-d1dd72b13e99\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16321492,\r\n                            51.49977886\r\n                        ],\r\n                        [\r\n                            -0.16320016,\r\n                            51.49976935\r\n                        ],\r\n                        [\r\n                            -0.16317118,\r\n                            51.49975065\r\n                        ],\r\n                        [\r\n                            -0.16317033,\r\n                            51.49975007\r\n                        ],\r\n                        [\r\n                            -0.16314671,\r\n                            51.49973375\r\n                        ],\r\n                        [\r\n                            -0.16295335,\r\n                            51.49961018\r\n                        ],\r\n                        [\r\n                            -0.16292889,\r\n                            51.49959327\r\n                        ],\r\n                        [\r\n                            -0.1629118,\r\n                            51.49958065\r\n                        ],\r\n                        [\r\n                            -0.16299298,\r\n                            51.49953187\r\n                        ],\r\n                        [\r\n                            -0.16301836,\r\n                            51.49951662\r\n                        ],\r\n                        [\r\n                            -0.16307364,\r\n                            51.4994834\r\n                        ],\r\n                        [\r\n                            -0.1630972,\r\n                            51.49946924\r\n                        ],\r\n                        [\r\n                            -0.16311557,\r\n                            51.49948109\r\n                        ],\r\n                        [\r\n                            -0.16314094,\r\n                            51.49949745\r\n                        ],\r\n                        [\r\n                            -0.16333165,\r\n                            51.49962044\r\n                        ],\r\n                        [\r\n                            -0.16334302,\r\n                            51.49962777\r\n                        ],\r\n                        [\r\n                            -0.16336752,\r\n                            51.49964357\r\n                        ],\r\n                        [\r\n                            -0.16336839,\r\n                            51.49964413\r\n                        ],\r\n                        [\r\n                            -0.16340426,\r\n                            51.49966726\r\n                        ],\r\n                        [\r\n                            -0.16340335,\r\n                            51.49966781\r\n                        ],\r\n                        [\r\n                            -0.16332542,\r\n                            51.49971464\r\n                        ],\r\n                        [\r\n                            -0.16329917,\r\n                            51.49972932\r\n                        ],\r\n                        [\r\n                            -0.16324548,\r\n                            51.49976089\r\n                        ],\r\n                        [\r\n                            -0.16321492,\r\n                            51.49977886\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 2\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/6A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"82a90e88-c601-442a-b73a-b56a7c5b5430\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16267574,\r\n                            51.49967614\r\n                        ],\r\n                        [\r\n                            -0.16267446,\r\n                            51.49967532\r\n                        ],\r\n                        [\r\n                            -0.16267575,\r\n                            51.49967455\r\n                        ],\r\n                        [\r\n                            -0.16275512,\r\n                            51.49962685\r\n                        ],\r\n                        [\r\n                            -0.16278049,\r\n                            51.49961161\r\n                        ],\r\n                        [\r\n                            -0.16286115,\r\n                            51.49956314\r\n                        ],\r\n                        [\r\n                            -0.16291801,\r\n                            51.49959981\r\n                        ],\r\n                        [\r\n                            -0.16294338,\r\n                            51.49961617\r\n                        ],\r\n                        [\r\n                            -0.16313584,\r\n                            51.49974028\r\n                        ],\r\n                        [\r\n                            -0.16316033,\r\n                            51.49975608\r\n                        ],\r\n                        [\r\n                            -0.16316121,\r\n                            51.49975664\r\n                        ],\r\n                        [\r\n                            -0.16320495,\r\n                            51.49978485\r\n                        ],\r\n                        [\r\n                            -0.16301653,\r\n                            51.49989524\r\n                        ],\r\n                        [\r\n                            -0.16297364,\r\n                            51.49986826\r\n                        ],\r\n                        [\r\n                            -0.16294915,\r\n                            51.49985247\r\n                        ],\r\n                        [\r\n                            -0.16275669,\r\n                            51.49972835\r\n                        ],\r\n                        [\r\n                            -0.16273132,\r\n                            51.49971199\r\n                        ],\r\n                        [\r\n                            -0.16269283,\r\n                            51.49968717\r\n                        ],\r\n                        [\r\n                            -0.16267574,\r\n                            51.49967614\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Luxury Accessories Room 1\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/5A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"style\": {},\r\n                \"fid\": \"04e30ab3-af63-4d3c-8c60-3e0ce60328b6\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16257882,\r\n                            51.49984396\r\n                        ],\r\n                        [\r\n                            -0.16261869,\r\n                            51.49982\r\n                        ],\r\n                        [\r\n                            -0.16263427,\r\n                            51.49981064\r\n                        ],\r\n                        [\r\n                            -0.16263434,\r\n                            51.49981053\r\n                        ],\r\n                        [\r\n                            -0.16263469,\r\n                            51.49980948\r\n                        ],\r\n                        [\r\n                            -0.16263465,\r\n                            51.49980839\r\n                        ],\r\n                        [\r\n                            -0.16263417,\r\n                            51.49980724\r\n                        ],\r\n                        [\r\n                            -0.1626332,\r\n                            51.49980602\r\n                        ],\r\n                        [\r\n                            -0.16263072,\r\n                            51.49980405\r\n                        ],\r\n                        [\r\n                            -0.16260535,\r\n                            51.49978769\r\n                        ],\r\n                        [\r\n                            -0.16256686,\r\n                            51.49976287\r\n                        ],\r\n                        [\r\n                            -0.16254849,\r\n                            51.49975102\r\n                        ],\r\n                        [\r\n                            -0.16259924,\r\n                            51.49972052\r\n                        ],\r\n                        [\r\n                            -0.16261737,\r\n                            51.49970963\r\n                        ],\r\n                        [\r\n                            -0.16266359,\r\n                            51.49968186\r\n                        ],\r\n                        [\r\n                            -0.16272045,\r\n                            51.49971853\r\n                        ],\r\n                        [\r\n                            -0.16274582,\r\n                            51.49973489\r\n                        ],\r\n                        [\r\n                            -0.16293828,\r\n                            51.499859\r\n                        ],\r\n                        [\r\n                            -0.16296277,\r\n                            51.4998748\r\n                        ],\r\n                        [\r\n                            -0.16300564,\r\n                            51.49990244\r\n                        ],\r\n                        [\r\n                            -0.16287083,\r\n                            51.49997986\r\n                        ],\r\n                        [\r\n                            -0.16286202,\r\n                            51.49998189\r\n                        ],\r\n                        [\r\n                            -0.16284202,\r\n                            51.49998328\r\n                        ],\r\n                        [\r\n                            -0.16283606,\r\n                            51.49998295\r\n                        ],\r\n                        [\r\n                            -0.16282107,\r\n                            51.49998057\r\n                        ],\r\n                        [\r\n                            -0.16281672,\r\n                            51.49997941\r\n                        ],\r\n                        [\r\n                            -0.16280579,\r\n                            51.49997515\r\n                        ],\r\n                        [\r\n                            -0.16280055,\r\n                            51.49997228\r\n                        ],\r\n                        [\r\n                            -0.16277426,\r\n                            51.49995756\r\n                        ],\r\n                        [\r\n                            -0.16277424,\r\n                            51.49995757\r\n                        ],\r\n                        [\r\n                            -0.16277346,\r\n                            51.49995712\r\n                        ],\r\n                        [\r\n                            -0.16257969,\r\n                            51.49984452\r\n                        ],\r\n                        [\r\n                            -0.16257882,\r\n                            51.49984396\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"typeCode\": \"accessories-gifts\",\r\n                \"name\": \"Louis Vuitton\",\r\n                \"extra\": {\r\n                    \"roomid\": \"G/4A\",\r\n                    \"productType\": \"room\"\r\n                },\r\n                \"description\": null,\r\n                \"fid\": \"31f79dd5-b95e-4a29-b830-c8674f4a902b\",\r\n                \"lvl\": {{levelIndex}},\r\n                \"bid\": \"{{buildingIdentifier}}\",\r\n                \"sid\": \"{{siteIdentifier}}\",\r\n                \"style\": {},\r\n                \"openHours\": {\r\n                    \"Monday\": null,\r\n                    \"Tuesday\": null,\r\n                    \"Wednesday\": null,\r\n                    \"Thursday\": null,\r\n                    \"Friday\": null,\r\n                    \"Saturday\": null,\r\n                    \"Sunday\": null\r\n                }\r\n            },\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.16285065,\r\n                            51.49955637\r\n                        ],\r\n                        [\r\n                            -0.16277,\r\n                            51.49960484\r\n                        ],\r\n                        [\r\n                            -0.16274462,\r\n                            51.49962008\r\n                        ],\r\n                        [\r\n                            -0.16266525,\r\n                            51.49966778\r\n                        ],\r\n                        [\r\n                            -0.16266398,\r\n                            51.49966788\r\n                        ],\r\n                        [\r\n                            -0.16266267,\r\n                            51.49966772\r\n                        ],\r\n                        [\r\n                            -0.16254849,\r\n                            51.49959408\r\n                        ],\r\n                        [\r\n                            -0.16253099,\r\n                            51.4995828\r\n                        ],\r\n                        [\r\n                            -0.16243753,\r\n                            51.49952252\r\n                        ],\r\n                        [\r\n                            -0.16240197,\r\n                            51.49949959\r\n                        ],\r\n                        [\r\n                            -0.16240071,\r\n                            51.49949878\r\n                        ],\r\n                        [\r\n                            -0.16239802,\r\n                            51.49949705\r\n                        ],\r\n                        [\r\n                            -0.16240246,\r\n                            51.49949438\r\n                        ],\r\n                        [\r\n                            -0.1625403,\r\n                            51.49941155\r\n                        ],\r\n                        [\r\n                            -0.1625648,\r\n                            51.49939573\r\n                        ],\r\n                        [\r\n                            -0.16256571,\r\n                            51.49939519\r\n                        ],\r\n                        [\r\n                            -0.16258471,\r\n                            51.49938486\r\n                        ],\r\n                        [\r\n                            -0.16271768,\r\n                            51.49947061\r\n                        ],\r\n                        [\r\n                            -0.16273518,\r\n                            51.4994819\r\n                        ],\r\n                        [\r\n                            -0.16273605,\r\n                            51.49948246\r\n                        ],\r\n                        [\r\n                            -0.16282516,\r\n                            51.49953993\r\n                        ],\r\n                        [\r\n                            -0.16285065,\r\n                            51.49955637\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/features",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"features"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete All Site Features",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/features",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"features"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete All Building Features",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/features",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"features"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete All Level Features",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/features",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"features"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Site Features By Type Code",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/features/type-code/{{typeCode}}",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"features",
												"type-code",
												"{{typeCode}}"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Building Features By Type Code",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/features/type-code/{{typeCode}}",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"features",
												"type-code",
												"{{typeCode}}"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Level Features By Type Code",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/features/type-code/{{typeCode}}",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"sites",
												"{{siteIdentifier}}",
												"buildings",
												"{{buildingIdentifier}}",
												"levels",
												"{{levelIndex}}",
												"features",
												"type-code",
												"{{typeCode}}"
											]
										}
									},
									"response": []
								},
								{
									"name": "Get Feature",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/features/{{featureIdentifier}}",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"features",
												"{{featureIdentifier}}"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update Feature",
									"request": {
										"method": "PUT",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"features\": [\r\n        {\r\n            \"geometry\": {\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -104.87183153,\r\n                            39.76237295\r\n                        ],\r\n                        [\r\n                            -104.87191733,\r\n                            39.76236317\r\n                        ],\r\n                        [\r\n                            -104.87200147,\r\n                            39.76234697\r\n                        ],\r\n                        [\r\n                            -104.87208313,\r\n                            39.76232451\r\n                        ],\r\n                        [\r\n                            -104.87216154,\r\n                            39.762296\r\n                        ],\r\n                        [\r\n                            -104.87223593,\r\n                            39.76226172\r\n                        ],\r\n                        [\r\n                            -104.8723056,\r\n                            39.762222\r\n                        ],\r\n                        [\r\n                            -104.87236987,\r\n                            39.76217723\r\n                        ],\r\n                        [\r\n                            -104.87242811,\r\n                            39.76212783\r\n                        ],\r\n                        [\r\n                            -104.87247978,\r\n                            39.76207427\r\n                        ],\r\n                        [\r\n                            -104.87252437,\r\n                            39.76201709\r\n                        ],\r\n                        [\r\n                            -104.87256145,\r\n                            39.76195681\r\n                        ],\r\n                        [\r\n                            -104.87259067,\r\n                            39.76189404\r\n                        ],\r\n                        [\r\n                            -104.87261175,\r\n                            39.76182936\r\n                        ],\r\n                        [\r\n                            -104.87262447,\r\n                            39.76176341\r\n                        ],\r\n                        [\r\n                            -104.87262873,\r\n                            39.76169682\r\n                        ],\r\n                        [\r\n                            -104.87262447,\r\n                            39.76163022\r\n                        ],\r\n                        [\r\n                            -104.87261174,\r\n                            39.76156427\r\n                        ],\r\n                        [\r\n                            -104.87259067,\r\n                            39.76149959\r\n                        ],\r\n                        [\r\n                            -104.87256145,\r\n                            39.76143682\r\n                        ],\r\n                        [\r\n                            -104.87252436,\r\n                            39.76137655\r\n                        ],\r\n                        [\r\n                            -104.87247977,\r\n                            39.76131936\r\n                        ],\r\n                        [\r\n                            -104.8724281,\r\n                            39.76126581\r\n                        ],\r\n                        [\r\n                            -104.87236986,\r\n                            39.7612164\r\n                        ],\r\n                        [\r\n                            -104.87230559,\r\n                            39.76117163\r\n                        ],\r\n                        [\r\n                            -104.87223593,\r\n                            39.76113191\r\n                        ],\r\n                        [\r\n                            -104.87216153,\r\n                            39.76109764\r\n                        ],\r\n                        [\r\n                            -104.87208313,\r\n                            39.76106913\r\n                        ],\r\n                        [\r\n                            -104.87200146,\r\n                            39.76104667\r\n                        ],\r\n                        [\r\n                            -104.87191733,\r\n                            39.76103047\r\n                        ],\r\n                        [\r\n                            -104.87183153,\r\n                            39.76102068\r\n                        ],\r\n                        [\r\n                            -104.8717449,\r\n                            39.76101741\r\n                        ],\r\n                        [\r\n                            -104.87165827,\r\n                            39.76102068\r\n                        ],\r\n                        [\r\n                            -104.87157248,\r\n                            39.76103047\r\n                        ],\r\n                        [\r\n                            -104.87148835,\r\n                            39.76104667\r\n                        ],\r\n                        [\r\n                            -104.87140668,\r\n                            39.76106913\r\n                        ],\r\n                        [\r\n                            -104.87132828,\r\n                            39.76109764\r\n                        ],\r\n                        [\r\n                            -104.87125388,\r\n                            39.76113191\r\n                        ],\r\n                        [\r\n                            -104.87118422,\r\n                            39.76117163\r\n                        ],\r\n                        [\r\n                            -104.87111995,\r\n                            39.7612164\r\n                        ],\r\n                        [\r\n                            -104.8710617,\r\n                            39.76126581\r\n                        ],\r\n                        [\r\n                            -104.87101003,\r\n                            39.76131936\r\n                        ],\r\n                        [\r\n                            -104.87096544,\r\n                            39.76137655\r\n                        ],\r\n                        [\r\n                            -104.87092836,\r\n                            39.76143682\r\n                        ],\r\n                        [\r\n                            -104.87089914,\r\n                            39.76149959\r\n                        ],\r\n                        [\r\n                            -104.87087806,\r\n                            39.76156427\r\n                        ],\r\n                        [\r\n                            -104.87086534,\r\n                            39.76163022\r\n                        ],\r\n                        [\r\n                            -104.87086108,\r\n                            39.76169682\r\n                        ],\r\n                        [\r\n                            -104.87086533,\r\n                            39.76176341\r\n                        ],\r\n                        [\r\n                            -104.87087806,\r\n                            39.76182936\r\n                        ],\r\n                        [\r\n                            -104.87089913,\r\n                            39.76189404\r\n                        ],\r\n                        [\r\n                            -104.87092835,\r\n                            39.76195681\r\n                        ],\r\n                        [\r\n                            -104.87096544,\r\n                            39.76201709\r\n                        ],\r\n                        [\r\n                            -104.87101003,\r\n                            39.76207427\r\n                        ],\r\n                        [\r\n                            -104.87106169,\r\n                            39.76212783\r\n                        ],\r\n                        [\r\n                            -104.87111994,\r\n                            39.76217723\r\n                        ],\r\n                        [\r\n                            -104.87118421,\r\n                            39.762222\r\n                        ],\r\n                        [\r\n                            -104.87125387,\r\n                            39.76226172\r\n                        ],\r\n                        [\r\n                            -104.87132827,\r\n                            39.762296\r\n                        ],\r\n                        [\r\n                            -104.87140668,\r\n                            39.76232451\r\n                        ],\r\n                        [\r\n                            -104.87148834,\r\n                            39.76234697\r\n                        ],\r\n                        [\r\n                            -104.87157248,\r\n                            39.76236317\r\n                        ],\r\n                        [\r\n                            -104.87165827,\r\n                            39.76237295\r\n                        ],\r\n                        [\r\n                            -104.87183153,\r\n                            39.76237295\r\n                        ]\r\n                    ]\r\n                ],\r\n                \"type\": \"Polygon\"\r\n            },\r\n            \"type\": \"Feature\",\r\n            \"properties\": {\r\n                \"fid\": \"4fa7b8ea-1bec-4b46-bce9-e3ce655e4e6d\",\r\n                \"eid\": \"e47c5889-9674-43e3-bb99-7ea88b9dbd20\",\r\n                \"extra\": {\r\n                    \"boolean\": false,\r\n                    \"string\": \"üğ?0*ç@#\\u20ac$%^&()_+=[]{}|;',<.>/!~`\\\"\",\r\n                    \"float\": -0.999999,\r\n                    \"int\": -99999,\r\n                    \"long\": -999999999999999999\r\n                },\r\n                \"name\": \"8pogzwsuq\",\r\n                \"typeCode\": \"gps-geofence\",\r\n                \"cid\": \"0c0f58c2-b1d3-45dd-824e-3b79701f80f3\"\r\n            }\r\n        }\r\n    ],\r\n    \"type\": \"FeatureCollection\"\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/features/{{featureIdentifier}}",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"features",
												"{{featureIdentifier}}"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Feature",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/features/{{featureIdentifier}}",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"content",
												"draft",
												"clients",
												"{{clientIdentifier}}",
												"features",
												"{{featureIdentifier}}"
											]
										}
									},
									"response": []
								}
							]
						}
					]
				},
				{
					"name": "PUBLISH",
					"item": [
						{
							"name": "Client Meta Status",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/publisher/clients/{{clientIdentifier}}/publish-client-status",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"publisher",
										"clients",
										"{{clientIdentifier}}",
										"publish-client-status"
									]
								}
							},
							"response": []
						},
						{
							"name": "Client Content Status",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/publisher/clients/{{clientIdentifier}}/publish-contents-status",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"publisher",
										"clients",
										"{{clientIdentifier}}",
										"publish-contents-status"
									]
								}
							},
							"response": []
						},
						{
							"name": "Site Content Status",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/publisher/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/publish-contents-status",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"publisher",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"publish-contents-status"
									]
								}
							},
							"response": []
						},
						{
							"name": "Global Configuration Status",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/publisher/clients/{{clientIdentifier}}/publish-configurations-status",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"publisher",
										"clients",
										"{{clientIdentifier}}",
										"publish-configurations-status"
									]
								}
							},
							"response": []
						},
						{
							"name": "Site Configuration Status",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/publisher/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/publish-configurations-status",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"publisher",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"publish-configurations-status"
									]
								}
							},
							"response": []
						},
						{
							"name": "Taxonomies Status",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/publisher/clients/{{clientIdentifier}}/publish-taxonomies-status",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"publisher",
										"clients",
										"{{clientIdentifier}}",
										"publish-taxonomies-status"
									]
								}
							},
							"response": []
						},
						{
							"name": "Personas Status",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/publisher/clients/{{clientIdentifier}}/publish-taxonomies-status",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"publisher",
										"clients",
										"{{clientIdentifier}}",
										"publish-taxonomies-status"
									]
								}
							},
							"response": []
						},
						{
							"name": "Client Meta Publish",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/publisher/clients/{{clientIdentifier}}/publish-client",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"publisher",
										"clients",
										"{{clientIdentifier}}",
										"publish-client"
									]
								}
							},
							"response": []
						},
						{
							"name": "Client Content Publish",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/publisher/clients/{{clientIdentifier}}/publish-contents",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"publisher",
										"clients",
										"{{clientIdentifier}}",
										"publish-contents"
									]
								}
							},
							"response": []
						},
						{
							"name": "Site Content Publish",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/publisher/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/publish-contents",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"publisher",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"publish-contents"
									]
								}
							},
							"response": []
						},
						{
							"name": "Global Configuration Publish",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/publisher/clients/{{clientIdentifier}}/publish-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"publisher",
										"clients",
										"{{clientIdentifier}}",
										"publish-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Site Configuration Publish",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/publisher/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/publish-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"publisher",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"publish-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Taxonomies Publish",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/publisher/clients/{{clientIdentifier}}/publish-taxonomies",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"publisher",
										"clients",
										"{{clientIdentifier}}",
										"publish-taxonomies"
									]
								}
							},
							"response": []
						},
						{
							"name": "Personas Publish",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/publisher/clients/{{clientIdentifier}}/publish-personas",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"publisher",
										"clients",
										"{{clientIdentifier}}",
										"publish-personas"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "MAPSCALE",
					"item": [
						{
							"name": "WEBHOOK",
							"item": [
								{
									"name": "Mapscale Webhooks",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/mapscale/clients/{{clientIdentifier}}/floor-plan-jobs/webhooks",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"mapscale",
												"clients",
												"{{clientIdentifier}}",
												"floor-plan-jobs",
												"webhooks"
											]
										}
									},
									"response": []
								},
								{
									"name": "Webhook Configuration",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/mapscale/clients/{{clientIdentifier}}/floor-plan-jobs/configurations/webhooks/{{identifier}}",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"mapscale",
												"clients",
												"{{clientIdentifier}}",
												"floor-plan-jobs",
												"configurations",
												"webhooks",
												"{{identifier}}"
											]
										}
									},
									"response": []
								},
								{
									"name": "Create Webhook Configuration",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"url\": \"https://example.com/webhook\",\r\n    \"headerKey\": \"Authorization\",\r\n    \"headerValue\": \"Bearer token_value\",\r\n    \"retryCountMax\": 20,\r\n    \"retryIntervalInSecond\": 60,\r\n    \"retryFailureNotifyAddress\": [\r\n        \"email1@example.com\",\r\n        \"email2@example.com\"\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/mapscale/clients/{{clientIdentifier}}/floor-plan-jobs/configurations/webhooks",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"mapscale",
												"clients",
												"{{clientIdentifier}}",
												"floor-plan-jobs",
												"configurations",
												"webhooks"
											]
										}
									},
									"response": []
								},
								{
									"name": "Update a Webhook Configuration",
									"request": {
										"method": "PUT",
										"header": [],
										"body": {
											"mode": "raw",
											"raw": "{\r\n    \"url\": \"https://updated-url.com/webhook\",\r\n    \"headerKey\": \"Authorization\",\r\n    \"headerValue\": \"Bearer updated_token\",\r\n    \"retryCountMax\": 15,\r\n    \"retryIntervalInSecond\": 120,\r\n    \"retryFailureNotifyAddress\": [\r\n        \"email1@example.com\",\r\n        \"email3@example.com\"\r\n    ]\r\n}",
											"options": {
												"raw": {
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{link}}/api/v9/mapscale/clients/{{clientIdentifier}}/floor-plan-jobs/configurations/webhooks/{{identifier}}",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"mapscale",
												"clients",
												"{{clientIdentifier}}",
												"floor-plan-jobs",
												"configurations",
												"webhooks",
												"{{identifier}}"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete Webhook Configuration",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/mapscale/clients/{{clientIdentifier}}/floor-plan-jobs/configurations/webhooks/{{identifier}}",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"mapscale",
												"clients",
												"{{clientIdentifier}}",
												"floor-plan-jobs",
												"configurations",
												"webhooks",
												"{{identifier}}"
											]
										}
									},
									"response": []
								},
								{
									"name": "All Webhook Configurations",
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/mapscale/clients/{{clientIdentifier}}/floor-plan-jobs/configurations/webhooks",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"mapscale",
												"clients",
												"{{clientIdentifier}}",
												"floor-plan-jobs",
												"configurations",
												"webhooks"
											]
										}
									},
									"response": []
								},
								{
									"name": "Resend Webhook",
									"request": {
										"method": "POST",
										"header": [],
										"url": {
											"raw": "{{link}}/api/v9/mapscale/clients/{{clientIdentifier}}/floor-plan-jobs/webhooks/resend/{{identifier}}",
											"host": [
												"{{link}}"
											],
											"path": [
												"api",
												"v9",
												"mapscale",
												"clients",
												"{{clientIdentifier}}",
												"floor-plan-jobs",
												"webhooks",
												"resend",
												"{{identifier}}"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Building's Level Floor Plan Jobs",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/mapscale/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/floor-plan-jobs",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"mapscale",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}",
										"floor-plan-jobs"
									]
								}
							},
							"response": []
						},
						{
							"name": "Get Floor Plan Job",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/mapscale/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/floor-plan-jobs/{{floorPlanId}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"mapscale",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}",
										"levels",
										"{{levelIndex}}",
										"floor-plan-jobs",
										"{{floorPlanId}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Create Floor Plan Job",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"fileUrl\": \"https://pointrsastest.blob.core.windows.net/mapscaleresttest/dxffiles/roomTest2.dxf?sv=2021-04-10&st=2023-02-20T08%3A43%3A02Z&se=2028-02-21T08%3A43%3A00Z&sr=b&sp=r&sig=yQokNCvD5Y2Msncl0ahAzr6e4yMX%2BviQMEw5eZCCG7w%3D\",\r\n    \"fileType\": \"dxf\",\r\n    \"fileHash\": \"c639f4d0541de9081b7b1e3b6bc5f3f7\",\r\n    \"extraData\": {\r\n        \"notes\": \"notessasd\",\r\n        \"testid\": \"1234\"\r\n    },\r\n    \"location\": {\r\n        \"address\": \"test\",\r\n        \"latitude\": 0.0,\r\n        \"longitude\": 0.0\r\n    },\r\n    \"isPreciseGeoreferencingRequested\": true,\r\n    \"isManualReviewRequested\": true,\r\n    \"georeferencing\": [\r\n        {\r\n            \"originalCoordinates\": [\r\n                100,\r\n                200\r\n            ],\r\n            \"coordinates\": [\r\n                -72.74199,\r\n                41.813416\r\n            ]\r\n        },\r\n        {\r\n            \"originalCoordinates\": [\r\n                0,\r\n                0\r\n            ],\r\n            \"coordinates\": [\r\n                -72.74432,\r\n                41.812454\r\n            ]\r\n        }\r\n    ]\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/mapscale/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/floor-plan-jobs",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"mapscale",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}",
										"levels",
										"{{levelIndex}}",
										"floor-plan-jobs"
									]
								}
							},
							"response": []
						},
						{
							"name": "Health",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/mapscale/health",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"mapscale",
										"health"
									]
								}
							},
							"response": []
						},
						{
							"name": "Health",
							"request": {
								"method": "HEAD",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/mapscale/health",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"mapscale",
										"health"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "PWS",
					"item": [
						{
							"name": "Route Between Points",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/pws/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/route?mode=normal&startPointLon={{$randomLongitude}}&startPointLat={{$randomLatitude}}&startPointLevel={{levelIndex}}&startPointBuilding={{buildingIdentifier}}&destPointLon={{$randomLongitude}}&destPointLat={{$randomLatitude}}&destPointLevel={{levelIndex}}&destPointBuilding={{buildingIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"pws",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"route"
									],
									"query": [
										{
											"key": "mode",
											"value": "normal"
										},
										{
											"key": "startPointLon",
											"value": "{{$randomLongitude}}"
										},
										{
											"key": "startPointLat",
											"value": "{{$randomLatitude}}"
										},
										{
											"key": "startPointLevel",
											"value": "{{levelIndex}}"
										},
										{
											"key": "startPointBuilding",
											"value": "{{buildingIdentifier}}"
										},
										{
											"key": "destPointLon",
											"value": "{{$randomLongitude}}"
										},
										{
											"key": "destPointLat",
											"value": "{{$randomLatitude}}"
										},
										{
											"key": "destPointLevel",
											"value": "{{levelIndex}}"
										},
										{
											"key": "destPointBuilding",
											"value": "{{buildingIdentifier}}"
										},
										{
											"key": "startPoiFid",
											"value": "",
											"disabled": true
										},
										{
											"key": "destPoiFid",
											"value": "",
											"disabled": true
										},
										{
											"key": "startPoiEid",
											"value": "",
											"disabled": true
										},
										{
											"key": "destPoiEid",
											"value": null,
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Auto-Generated Paths for Building Level",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/pws/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/levels/{{levelIndex}}/paths/generate",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"pws",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}",
										"levels",
										"{{levelIndex}}",
										"paths",
										"generate"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "SDK CONFIGURATIONS",
					"item": [
						{
							"name": "Default Configurations",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sdk-configurations/default-keys",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sdk-configurations",
										"default-keys"
									]
								}
							},
							"response": []
						},
						{
							"name": "Published UUID",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/sdk-configurations/uuids",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"published",
										"clients",
										"{{clientIdentifier}}",
										"sdk-configurations",
										"uuids"
									]
								}
							},
							"response": []
						},
						{
							"name": "Draft UUID",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sdk-configurations/uuids",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sdk-configurations",
										"uuids"
									]
								}
							},
							"response": []
						},
						{
							"name": "Published Global SDK Configurations",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/sdk-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"published",
										"clients",
										"{{clientIdentifier}}",
										"sdk-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Draft Global SDK Configurations",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sdk-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sdk-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Draft Site SDK Configurations",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/sdk-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"sdk-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Draft Building SDK Configurations",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/sdk-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}",
										"sdk-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Add or Update Global SDK Configurations",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"configurationKey\": \"poiManagerConfiguration_categories\",\r\n    \"configurationValue\": \"Value\",\r\n    \"configurationValueType\": \"String\"\r\n  },\r\n  {\r\n    \"configurationKey\": \"sdkConfiguration_styleJsonUrl\",\r\n    \"configurationValue\": \"https://pointrmapstorage.blob.core.windows.net/style/8.6.0/aviation.json\",\r\n    \"configurationValueType\": \"String\"\r\n  }\r\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sdk-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sdk-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Add or Update Site SDK Configurations",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "[\r\n    {\r\n        \"configurationKey\": \"poiManagerConfiguration_categories\",\r\n        \"configurationValue\": \"Value\",\r\n        \"configurationValueType\": \"String\"\r\n    },\r\n    {\r\n        \"configurationKey\": \"sdkConfiguration_styleJsonUrl\",\r\n        \"configurationValue\": \"https://pointrmapstorage.blob.core.windows.net/style/8.6.0/aviation.json\",\r\n        \"configurationValueType\": \"String\"\r\n    }\r\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/sdk-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"sdk-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Add or Update Building SDK Configurations",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "[\r\n  {\r\n    \"configurationKey\": \"Orhan Fatih\",\r\n    \"configurationValue\": \"Mesut\",\r\n    \"configurationValueType\": \"String\"\r\n  }\r\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/sdk-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}",
										"sdk-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Global SDK Configurations",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sdk-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sdk-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Site SDK Configurations",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/sdk-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"sdk-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Building SDK Configurations",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/sdk-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}",
										"sdk-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Global SDK Configuration By Key",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sdk-configurations/{{key}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sdk-configurations",
										"{{key}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Site SDK Configuration By Key",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/sdk-configurations/{{key}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"sdk-configurations",
										"{{key}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Building SDK Configuration By Key",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/sdk-configurations/{{key}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}",
										"sdk-configurations",
										"{{key}}"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "TOOLS",
					"item": [
						{
							"name": "Change Anchors",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"oldAnchorAFeature\": {\r\n    \"type\": \"Feature\",\r\n    \"properties\": {\r\n      \"typeCode\": \"georeferencing-anchor\",\r\n      \"originalCoordinates\": [\r\n        516,\r\n        1741\r\n      ]\r\n    },\r\n    \"geometry\": {\r\n      \"type\": \"Point\",\r\n      \"coordinates\": [\r\n        -82.51225131,\r\n        27.96364855\r\n      ]\r\n    }\r\n  },\r\n  \"oldAnchorBFeature\": {\r\n    \"type\": \"Feature\",\r\n    \"properties\": {\r\n      \"typeCode\": \"georeferencing-anchor\",\r\n      \"originalCoordinates\": [\r\n        3297,\r\n        1741\r\n      ]\r\n    },\r\n    \"geometry\": {\r\n      \"type\": \"Point\",\r\n      \"coordinates\": [\r\n        -82.51168571,\r\n        27.96405706\r\n      ]\r\n    }\r\n  },\r\n  \"newAnchorACoordinates\": [\r\n    -82.51206305,\r\n    27.96344293\r\n  ],\r\n  \"newAnchorBCoordinates\": [\r\n    -82.51168571,\r\n    27.96405706\r\n  ]\r\n}\r\n",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/tools/clients/{{clientIdentifier}}/change-anchors",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"tools",
										"clients",
										"{{clientIdentifier}}",
										"change-anchors"
									]
								}
							},
							"response": []
						},
						{
							"name": "GeoTransform",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"sourceAGeoCoordinates\": [\r\n        -0.00016109,\r\n        0.0005758\r\n    ],\r\n    \"sourceBGeoCoordinates\": [\r\n        0.00190431,\r\n        -0.00001028\r\n    ],\r\n    \"targetAGeoCoordinates\": [\r\n        -84.47562151,\r\n        33.8629147\r\n    ],\r\n    \"targetBGeoCoordinates\": [\r\n        -84.47684613,\r\n        33.8610094\r\n    ],\r\n    \"geoJson\": {\r\n        \"type\": \"FeatureCollection\",\r\n        \"features\": [\r\n            {\r\n                \"type\": \"Feature\",\r\n                \"properties\": {},\r\n                \"geometry\": {\r\n                    \"type\": \"Point\",\r\n                    \"coordinates\": [\r\n                        0.0013,\r\n                        -0.0021\r\n                    ]\r\n                }\r\n            }\r\n        ]\r\n    }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/tools/clients/{{clientIdentifier}}/geotransform",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"tools",
										"clients",
										"{{clientIdentifier}}",
										"geotransform"
									]
								}
							},
							"response": []
						},
						{
							"name": "CAD to GeoJSON Conversion",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"fileType\": \"dxf\",\r\n  \"quality\": \"low\",\r\n  \"centerPoint\": [\r\n    32.75276195883336,\r\n    -39.90926058211253\r\n  ],\r\n  \"inputFileUrl\": \"https://pointrbackendstorage.blob.core.windows.net/swagger-files/roomTest3.dxf\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/tools/clients/{{clientIdentifier}}/cad-to-geojson",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"tools",
										"clients",
										"{{clientIdentifier}}",
										"cad-to-geojson"
									]
								}
							},
							"response": []
						},
						{
							"name": "GeoReference Raster",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"rasterImageUrl\": \"https://pointrmapscaleintqav9.file.core.windows.net/mapscale-fileshare/pcts/geojson-images/fbaddd8f-b5b1-4d1e-bbef-d3f6aebcb3e9.png??sv=2022-11-02&ss=bfqt&srt=sco&sp=rwdlacupiytfx&se=2029-02-18T21:42:38Z&st=2025-02-18T13:42:38Z&spr=https&sig=mkJ04EM2Of01kwDbn2qWGfnLZrOmKNLYLyIHL3RL0gs%3D\",\r\n  \"geojson\": {\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"LineString\",\r\n                \"coordinates\": [\r\n                    [\r\n                        -9.926e-05,\r\n                        -0.00015759\r\n                    ],\r\n                    [\r\n                        -2.158e-05,\r\n                        -0.00015758\r\n                    ],\r\n                    [\r\n                        -1.024e-05,\r\n                        -0.0001691\r\n                    ],\r\n                    [\r\n                        2.04e-06,\r\n                        -0.00015758\r\n                    ],\r\n                    [\r\n                        2.04e-06,\r\n                        -0.00013587\r\n                    ],\r\n                    [\r\n                        9.42e-06,\r\n                        -0.00012722\r\n                    ],\r\n                    [\r\n                        9.42e-06,\r\n                        0.0001329\r\n                    ],\r\n                    [\r\n                        -0.00019202,\r\n                        0.0001329\r\n                    ],\r\n                    [\r\n                        -0.0002438,\r\n                        0.0001329\r\n                    ],\r\n                    [\r\n                        -0.00030146,\r\n                        0.0001329\r\n                    ],\r\n                    [\r\n                        -0.00030146,\r\n                        -0.00017244\r\n                    ],\r\n                    [\r\n                        -0.00013077,\r\n                        -0.00017244\r\n                    ],\r\n                    [\r\n                        -0.00013077,\r\n                        -0.00015759\r\n                    ],\r\n                    [\r\n                        -0.00010344,\r\n                        -0.00015759\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            9.42e-06,\r\n                            -0.00012197\r\n                        ],\r\n                        [\r\n                            0.00015934,\r\n                            -0.00012197\r\n                        ],\r\n                        [\r\n                            0.00015938,\r\n                            0.00017241\r\n                        ],\r\n                        [\r\n                            0.00010877,\r\n                            0.00020449\r\n                        ],\r\n                        [\r\n                            9.2e-06,\r\n                            0.00020449\r\n                        ],\r\n                        [\r\n                            9.42e-06,\r\n                            -0.00012197\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00020611,\r\n                            -2.079e-05\r\n                        ],\r\n                        [\r\n                            0.00015934,\r\n                            -2.079e-05\r\n                        ],\r\n                        [\r\n                            0.00015934,\r\n                            -0.00012187\r\n                        ],\r\n                        [\r\n                            0.00019509,\r\n                            -0.00012187\r\n                        ],\r\n                        [\r\n                            0.00020611,\r\n                            -0.00013335\r\n                        ],\r\n                        [\r\n                            0.00020611,\r\n                            -2.079e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00029884,\r\n                            0.00012563\r\n                        ],\r\n                        [\r\n                            -0.00023138,\r\n                            0.00012563\r\n                        ],\r\n                        [\r\n                            -0.00023138,\r\n                            0.00013051\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            0.00013051\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            0.00012563\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -7.451e-05,\r\n                            0.00012563\r\n                        ],\r\n                        [\r\n                            -4.899e-05,\r\n                            0.00012563\r\n                        ],\r\n                        [\r\n                            -4.899e-05,\r\n                            0.00013051\r\n                        ],\r\n                        [\r\n                            -7.451e-05,\r\n                            0.00013051\r\n                        ],\r\n                        [\r\n                            -7.451e-05,\r\n                            0.00012563\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00018269,\r\n                            0.00012563\r\n                        ],\r\n                        [\r\n                            -9.393e-05,\r\n                            0.00012563\r\n                        ],\r\n                        [\r\n                            -9.393e-05,\r\n                            0.00013051\r\n                        ],\r\n                        [\r\n                            -0.00018269,\r\n                            0.00013051\r\n                        ],\r\n                        [\r\n                            -0.00018269,\r\n                            0.00012563\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00022314,\r\n                            0.00012563\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            0.00012563\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            0.00013051\r\n                        ],\r\n                        [\r\n                            -0.00022314,\r\n                            0.00013051\r\n                        ],\r\n                        [\r\n                            -0.00022314,\r\n                            0.00012563\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -3.997e-05,\r\n                            0.00012563\r\n                        ],\r\n                        [\r\n                            -1.259e-05,\r\n                            0.00012563\r\n                        ],\r\n                        [\r\n                            -1.259e-05,\r\n                            0.00013051\r\n                        ],\r\n                        [\r\n                            -3.997e-05,\r\n                            0.00013051\r\n                        ],\r\n                        [\r\n                            -3.997e-05,\r\n                            0.00012563\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00029884,\r\n                            6.846e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            6.846e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            7.632e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            7.632e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            6.846e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00018516,\r\n                            6.846e-05\r\n                        ],\r\n                        [\r\n                            -0.00012429,\r\n                            6.846e-05\r\n                        ],\r\n                        [\r\n                            -0.00012429,\r\n                            7.632e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            7.632e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            6.846e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00029884,\r\n                            -3.615e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            -3.615e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            -2.829e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            -2.829e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            -3.615e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00018516,\r\n                            -3.615e-05\r\n                        ],\r\n                        [\r\n                            -0.00011423,\r\n                            -3.615e-05\r\n                        ],\r\n                        [\r\n                            -0.00011423,\r\n                            -2.829e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            -2.829e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            -3.615e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00018516,\r\n                            -5.043e-05\r\n                        ],\r\n                        [\r\n                            -0.00015233,\r\n                            -5.043e-05\r\n                        ],\r\n                        [\r\n                            -0.00015233,\r\n                            -4.257e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            -4.257e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            -5.043e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00029884,\r\n                            5.366e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            5.366e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            6.153e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            6.153e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            5.366e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00018516,\r\n                            5.366e-05\r\n                        ],\r\n                        [\r\n                            -0.00012429,\r\n                            5.366e-05\r\n                        ],\r\n                        [\r\n                            -0.00012429,\r\n                            6.153e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            6.153e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            5.366e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00029884,\r\n                            3.946e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            3.946e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            4.732e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            4.732e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            3.946e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00018516,\r\n                            3.946e-05\r\n                        ],\r\n                        [\r\n                            -0.00012429,\r\n                            3.946e-05\r\n                        ],\r\n                        [\r\n                            -0.00012429,\r\n                            4.732e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            4.732e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            3.946e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00029884,\r\n                            2.136e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            2.136e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            2.922e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            2.922e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            2.136e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00018516,\r\n                            2.136e-05\r\n                        ],\r\n                        [\r\n                            -9.944e-05,\r\n                            2.136e-05\r\n                        ],\r\n                        [\r\n                            -9.944e-05,\r\n                            2.922e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            2.922e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            2.136e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00029884,\r\n                            -6.7e-07\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            -6.7e-07\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            7.18e-06\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            7.18e-06\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            -6.7e-07\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00018516,\r\n                            -6.7e-07\r\n                        ],\r\n                        [\r\n                            -9.944e-05,\r\n                            -6.7e-07\r\n                        ],\r\n                        [\r\n                            -9.944e-05,\r\n                            7.18e-06\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            7.18e-06\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            -6.7e-07\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00029884,\r\n                            -5.043e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            -5.043e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            -4.257e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            -4.257e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            -5.043e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00029884,\r\n                            -6.511e-05\r\n                        ],\r\n                        [\r\n                            -0.00016802,\r\n                            -6.511e-05\r\n                        ],\r\n                        [\r\n                            -0.00016802,\r\n                            -5.724e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            -5.724e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            -6.511e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00029884,\r\n                            -2e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            -2e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            -1.214e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            -1.214e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            -2e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00018516,\r\n                            -2e-05\r\n                        ],\r\n                        [\r\n                            -9.89e-05,\r\n                            -2e-05\r\n                        ],\r\n                        [\r\n                            -9.89e-05,\r\n                            -1.214e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            -1.214e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            -2e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -7.078e-05,\r\n                            8.669e-05\r\n                        ],\r\n                        [\r\n                            -1.259e-05,\r\n                            8.669e-05\r\n                        ],\r\n                        [\r\n                            -1.259e-05,\r\n                            9.456e-05\r\n                        ],\r\n                        [\r\n                            -7.078e-05,\r\n                            9.456e-05\r\n                        ],\r\n                        [\r\n                            -7.078e-05,\r\n                            8.669e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -7.078e-05,\r\n                            6.621e-05\r\n                        ],\r\n                        [\r\n                            0.0,\r\n                            6.621e-05\r\n                        ],\r\n                        [\r\n                            0.0,\r\n                            7.408e-05\r\n                        ],\r\n                        [\r\n                            -7.078e-05,\r\n                            7.408e-05\r\n                        ],\r\n                        [\r\n                            -7.078e-05,\r\n                            6.621e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -7.082e-05,\r\n                            4.707e-05\r\n                        ],\r\n                        [\r\n                            0.0,\r\n                            4.707e-05\r\n                        ],\r\n                        [\r\n                            0.0,\r\n                            5.494e-05\r\n                        ],\r\n                        [\r\n                            -7.082e-05,\r\n                            5.494e-05\r\n                        ],\r\n                        [\r\n                            -7.082e-05,\r\n                            4.707e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -7.082e-05,\r\n                            -9.3e-06\r\n                        ],\r\n                        [\r\n                            0.0,\r\n                            -9.3e-06\r\n                        ],\r\n                        [\r\n                            0.0,\r\n                            -1.44e-06\r\n                        ],\r\n                        [\r\n                            -7.082e-05,\r\n                            -1.44e-06\r\n                        ],\r\n                        [\r\n                            -7.082e-05,\r\n                            -9.3e-06\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -6.307e-05,\r\n                            -2.385e-05\r\n                        ],\r\n                        [\r\n                            5.2e-07,\r\n                            -2.385e-05\r\n                        ],\r\n                        [\r\n                            5.2e-07,\r\n                            -1.599e-05\r\n                        ],\r\n                        [\r\n                            -6.307e-05,\r\n                            -1.599e-05\r\n                        ],\r\n                        [\r\n                            -6.307e-05,\r\n                            -2.385e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -5.446e-05,\r\n                            -4.009e-05\r\n                        ],\r\n                        [\r\n                            -1.57e-06,\r\n                            -4.009e-05\r\n                        ],\r\n                        [\r\n                            -1.57e-06,\r\n                            -3.222e-05\r\n                        ],\r\n                        [\r\n                            -5.446e-05,\r\n                            -3.222e-05\r\n                        ],\r\n                        [\r\n                            -5.446e-05,\r\n                            -4.009e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -7.082e-05,\r\n                            2.798e-05\r\n                        ],\r\n                        [\r\n                            0.0,\r\n                            2.798e-05\r\n                        ],\r\n                        [\r\n                            0.0,\r\n                            3.584e-05\r\n                        ],\r\n                        [\r\n                            -7.082e-05,\r\n                            3.584e-05\r\n                        ],\r\n                        [\r\n                            -7.082e-05,\r\n                            2.798e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -7.082e-05,\r\n                            6.27e-06\r\n                        ],\r\n                        [\r\n                            0.0,\r\n                            6.27e-06\r\n                        ],\r\n                        [\r\n                            0.0,\r\n                            1.413e-05\r\n                        ],\r\n                        [\r\n                            -7.082e-05,\r\n                            1.413e-05\r\n                        ],\r\n                        [\r\n                            -7.082e-05,\r\n                            6.27e-06\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00011689,\r\n                            3.871e-05\r\n                        ],\r\n                        [\r\n                            -8.163e-05,\r\n                            3.871e-05\r\n                        ],\r\n                        [\r\n                            -8.163e-05,\r\n                            0.00011387\r\n                        ],\r\n                        [\r\n                            -0.00011689,\r\n                            0.00011387\r\n                        ],\r\n                        [\r\n                            -0.00011689,\r\n                            3.871e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -8.959e-05,\r\n                            -3.972e-05\r\n                        ],\r\n                        [\r\n                            -8.163e-05,\r\n                            -3.972e-05\r\n                        ],\r\n                        [\r\n                            -8.163e-05,\r\n                            3.119e-05\r\n                        ],\r\n                        [\r\n                            -8.959e-05,\r\n                            3.119e-05\r\n                        ],\r\n                        [\r\n                            -8.959e-05,\r\n                            -3.972e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -5.17e-06,\r\n                            -4.836e-05\r\n                        ],\r\n                        [\r\n                            -0.00013754,\r\n                            -4.836e-05\r\n                        ],\r\n                        [\r\n                            -0.00013754,\r\n                            -7.376e-05\r\n                        ],\r\n                        [\r\n                            -5.17e-06,\r\n                            -7.376e-05\r\n                        ],\r\n                        [\r\n                            -5.17e-06,\r\n                            -4.836e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00016487,\r\n                            -0.00017425\r\n                        ],\r\n                        [\r\n                            -0.00014222,\r\n                            -0.00017425\r\n                        ],\r\n                        [\r\n                            -0.00014222,\r\n                            -0.00017244\r\n                        ],\r\n                        [\r\n                            -0.00016487,\r\n                            -0.00017244\r\n                        ],\r\n                        [\r\n                            -0.00016487,\r\n                            -0.00017425\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"LineString\",\r\n                \"coordinates\": [\r\n                    [\r\n                        0.00016586,\r\n                        -0.00013454\r\n                    ],\r\n                    [\r\n                        0.00016586,\r\n                        -0.00013634\r\n                    ],\r\n                    [\r\n                        0.00018851,\r\n                        -0.00013634\r\n                    ],\r\n                    [\r\n                        0.00018851,\r\n                        -0.00013454\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00019509,\r\n                            -0.00012187\r\n                        ],\r\n                        [\r\n                            0.00020611,\r\n                            -0.00013335\r\n                        ],\r\n                        [\r\n                            0.00020611,\r\n                            -4.698e-05\r\n                        ],\r\n                        [\r\n                            0.00015934,\r\n                            -4.698e-05\r\n                        ],\r\n                        [\r\n                            0.00015938,\r\n                            -6.401e-05\r\n                        ],\r\n                        [\r\n                            0.000167,\r\n                            -7.133e-05\r\n                        ],\r\n                        [\r\n                            0.00017097,\r\n                            -7.133e-05\r\n                        ],\r\n                        [\r\n                            0.00017097,\r\n                            -9.605e-05\r\n                        ],\r\n                        [\r\n                            0.00016253,\r\n                            -0.0001051\r\n                        ],\r\n                        [\r\n                            0.00015934,\r\n                            -0.00010423\r\n                        ],\r\n                        [\r\n                            0.00015934,\r\n                            -0.00012187\r\n                        ],\r\n                        [\r\n                            0.00019509,\r\n                            -0.00012187\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00017463,\r\n                            -2.079e-05\r\n                        ],\r\n                        [\r\n                            0.00017463,\r\n                            -4.698e-05\r\n                        ],\r\n                        [\r\n                            0.00020611,\r\n                            -4.698e-05\r\n                        ],\r\n                        [\r\n                            0.00020611,\r\n                            -2.079e-05\r\n                        ],\r\n                        [\r\n                            0.00017463,\r\n                            -2.079e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00016113,\r\n                            -0.0001051\r\n                        ],\r\n                        [\r\n                            0.00015679,\r\n                            -0.0001051\r\n                        ],\r\n                        [\r\n                            0.00015679,\r\n                            -0.00012197\r\n                        ],\r\n                        [\r\n                            0.00016113,\r\n                            -0.00012197\r\n                        ],\r\n                        [\r\n                            0.00016113,\r\n                            -0.0001051\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00016728,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -0.0001622,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -0.0001622,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -0.00016728,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -0.00016728,\r\n                            -0.00011408\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -4.48e-06,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            5.9e-07,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            5.9e-07,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -4.48e-06,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -4.48e-06,\r\n                            -0.00011408\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -6.104e-05,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -5.596e-05,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -5.596e-05,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -6.104e-05,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -6.104e-05,\r\n                            -0.00011408\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -7.275e-05,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -6.767e-05,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -6.767e-05,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -7.275e-05,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -7.275e-05,\r\n                            -0.00011408\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -8.446e-05,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -7.938e-05,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -7.938e-05,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -8.446e-05,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -8.446e-05,\r\n                            -0.00011408\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -9.609e-05,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -9.101e-05,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -9.101e-05,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -9.609e-05,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -9.609e-05,\r\n                            -0.00011408\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00010772,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -0.00010264,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -0.00010264,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -0.00010772,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -0.00010772,\r\n                            -0.00011408\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00012118,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -0.0001161,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -0.0001161,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -0.00012118,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -0.00012118,\r\n                            -0.00011408\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00013305,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -0.00012797,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -0.00012797,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -0.00013305,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -0.00013305,\r\n                            -0.00011408\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.0001579,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -0.00015283,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -0.00015283,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -0.0001579,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -0.0001579,\r\n                            -0.00011408\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00014629,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -0.00013984,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -0.00013984,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -0.00014629,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -0.00014629,\r\n                            -0.00011408\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -1.476e-05,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -9.68e-06,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -9.68e-06,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -1.476e-05,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -1.476e-05,\r\n                            -0.00011408\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -2.503e-05,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -1.996e-05,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -1.996e-05,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -2.503e-05,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -2.503e-05,\r\n                            -0.00011408\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -3.73e-05,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -3.222e-05,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -3.222e-05,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -3.73e-05,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -3.73e-05,\r\n                            -0.00011408\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -4.789e-05,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -4.282e-05,\r\n                            -0.00011408\r\n                        ],\r\n                        [\r\n                            -4.282e-05,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -4.789e-05,\r\n                            -9.844e-05\r\n                        ],\r\n                        [\r\n                            -4.789e-05,\r\n                            -0.00011408\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -9.926e-05,\r\n                            -0.00015915\r\n                        ],\r\n                        [\r\n                            -9.926e-05,\r\n                            -0.00015603\r\n                        ],\r\n                        [\r\n                            -0.00010345,\r\n                            -0.00015603\r\n                        ],\r\n                        [\r\n                            -0.00010345,\r\n                            -0.00015915\r\n                        ],\r\n                        [\r\n                            -9.926e-05,\r\n                            -0.00015915\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00029884,\r\n                            8.436e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            8.436e-05\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            9.223e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            9.223e-05\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            8.436e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00018516,\r\n                            8.436e-05\r\n                        ],\r\n                        [\r\n                            -0.00012429,\r\n                            8.436e-05\r\n                        ],\r\n                        [\r\n                            -0.00012429,\r\n                            9.223e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            9.223e-05\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            8.436e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00029884,\r\n                            0.00010441\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            0.00010441\r\n                        ],\r\n                        [\r\n                            -0.00019274,\r\n                            0.00011227\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            0.00011227\r\n                        ],\r\n                        [\r\n                            -0.00029884,\r\n                            0.00010441\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00018516,\r\n                            0.00010441\r\n                        ],\r\n                        [\r\n                            -0.00012429,\r\n                            0.00010441\r\n                        ],\r\n                        [\r\n                            -0.00012429,\r\n                            0.00011227\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            0.00011227\r\n                        ],\r\n                        [\r\n                            -0.00018516,\r\n                            0.00010441\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -7.866e-05,\r\n                            -0.00015672\r\n                        ],\r\n                        [\r\n                            -3.119e-05,\r\n                            -0.00015672\r\n                        ],\r\n                        [\r\n                            -3.119e-05,\r\n                            -0.00013438\r\n                        ],\r\n                        [\r\n                            -7.866e-05,\r\n                            -0.00013438\r\n                        ],\r\n                        [\r\n                            -7.866e-05,\r\n                            -0.00015672\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            9.375e-05,\r\n                            -8.051e-05\r\n                        ],\r\n                        [\r\n                            9.375e-05,\r\n                            -5.831e-05\r\n                        ],\r\n                        [\r\n                            0.00013874,\r\n                            -5.831e-05\r\n                        ],\r\n                        [\r\n                            0.00013874,\r\n                            -5.014e-05\r\n                        ],\r\n                        [\r\n                            0.00013144,\r\n                            -5.014e-05\r\n                        ],\r\n                        [\r\n                            0.00013144,\r\n                            -5.096e-05\r\n                        ],\r\n                        [\r\n                            8.645e-05,\r\n                            -5.096e-05\r\n                        ],\r\n                        [\r\n                            8.645e-05,\r\n                            -7.315e-05\r\n                        ],\r\n                        [\r\n                            4.243e-05,\r\n                            -7.315e-05\r\n                        ],\r\n                        [\r\n                            4.243e-05,\r\n                            -5.872e-05\r\n                        ],\r\n                        [\r\n                            5.039e-05,\r\n                            -5.872e-05\r\n                        ],\r\n                        [\r\n                            5.039e-05,\r\n                            -7.83e-06\r\n                        ],\r\n                        [\r\n                            3.877e-05,\r\n                            -7.83e-06\r\n                        ],\r\n                        [\r\n                            3.877e-05,\r\n                            1.608e-05\r\n                        ],\r\n                        [\r\n                            4.834e-05,\r\n                            1.608e-05\r\n                        ],\r\n                        [\r\n                            4.834e-05,\r\n                            5.403e-05\r\n                        ],\r\n                        [\r\n                            8.351e-05,\r\n                            5.403e-05\r\n                        ],\r\n                        [\r\n                            8.351e-05,\r\n                            -1.967e-05\r\n                        ],\r\n                        [\r\n                            0.00013756,\r\n                            -1.967e-05\r\n                        ],\r\n                        [\r\n                            0.00013756,\r\n                            3.212e-05\r\n                        ],\r\n                        [\r\n                            0.00012955,\r\n                            3.212e-05\r\n                        ],\r\n                        [\r\n                            0.00012955,\r\n                            4.207e-05\r\n                        ],\r\n                        [\r\n                            0.00013733,\r\n                            4.207e-05\r\n                        ],\r\n                        [\r\n                            0.00013733,\r\n                            0.00011064\r\n                        ],\r\n                        [\r\n                            0.00010884,\r\n                            0.00011064\r\n                        ],\r\n                        [\r\n                            0.00010884,\r\n                            0.00010167\r\n                        ],\r\n                        [\r\n                            9.338e-05,\r\n                            0.00010167\r\n                        ],\r\n                        [\r\n                            9.338e-05,\r\n                            0.00015153\r\n                        ],\r\n                        [\r\n                            0.00012945,\r\n                            0.00015153\r\n                        ],\r\n                        [\r\n                            0.00012794,\r\n                            0.00018202\r\n                        ],\r\n                        [\r\n                            3.875e-05,\r\n                            0.00018202\r\n                        ],\r\n                        [\r\n                            3.875e-05,\r\n                            0.00011359\r\n                        ],\r\n                        [\r\n                            4.01e-06,\r\n                            0.00011359\r\n                        ],\r\n                        [\r\n                            4.01e-06,\r\n                            0.00010624\r\n                        ],\r\n                        [\r\n                            4.606e-05,\r\n                            0.00010624\r\n                        ],\r\n                        [\r\n                            4.606e-05,\r\n                            0.00017467\r\n                        ],\r\n                        [\r\n                            0.00012099,\r\n                            0.00017467\r\n                        ],\r\n                        [\r\n                            0.00012177,\r\n                            0.00015888\r\n                        ],\r\n                        [\r\n                            8.608e-05,\r\n                            0.00015888\r\n                        ],\r\n                        [\r\n                            8.608e-05,\r\n                            9.432e-05\r\n                        ],\r\n                        [\r\n                            0.00011615,\r\n                            9.432e-05\r\n                        ],\r\n                        [\r\n                            0.00011615,\r\n                            0.00010329\r\n                        ],\r\n                        [\r\n                            0.00013003,\r\n                            0.00010329\r\n                        ],\r\n                        [\r\n                            0.00013003,\r\n                            4.943e-05\r\n                        ],\r\n                        [\r\n                            0.00012224,\r\n                            4.943e-05\r\n                        ],\r\n                        [\r\n                            0.00012224,\r\n                            2.476e-05\r\n                        ],\r\n                        [\r\n                            0.00013026,\r\n                            2.476e-05\r\n                        ],\r\n                        [\r\n                            0.00013026,\r\n                            -1.231e-05\r\n                        ],\r\n                        [\r\n                            9.081e-05,\r\n                            -1.231e-05\r\n                        ],\r\n                        [\r\n                            9.081e-05,\r\n                            6.138e-05\r\n                        ],\r\n                        [\r\n                            4.103e-05,\r\n                            6.138e-05\r\n                        ],\r\n                        [\r\n                            4.103e-05,\r\n                            2.344e-05\r\n                        ],\r\n                        [\r\n                            3.147e-05,\r\n                            2.344e-05\r\n                        ],\r\n                        [\r\n                            3.147e-05,\r\n                            -1.518e-05\r\n                        ],\r\n                        [\r\n                            4.309e-05,\r\n                            -1.518e-05\r\n                        ],\r\n                        [\r\n                            4.309e-05,\r\n                            -5.137e-05\r\n                        ],\r\n                        [\r\n                            3.512e-05,\r\n                            -5.137e-05\r\n                        ],\r\n                        [\r\n                            3.512e-05,\r\n                            -8.051e-05\r\n                        ],\r\n                        [\r\n                            9.375e-05,\r\n                            -8.051e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            4.606e-05,\r\n                            0.00010233\r\n                        ],\r\n                        [\r\n                            4.606e-05,\r\n                            0.00011551\r\n                        ],\r\n                        [\r\n                            3.875e-05,\r\n                            0.00011551\r\n                        ],\r\n                        [\r\n                            3.875e-05,\r\n                            0.00010968\r\n                        ],\r\n                        [\r\n                            4.01e-06,\r\n                            0.00010968\r\n                        ],\r\n                        [\r\n                            4.01e-06,\r\n                            0.00010233\r\n                        ],\r\n                        [\r\n                            4.606e-05,\r\n                            0.00010233\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            4.606e-05,\r\n                            0.00011026\r\n                        ],\r\n                        [\r\n                            4.606e-05,\r\n                            0.00012344\r\n                        ],\r\n                        [\r\n                            3.875e-05,\r\n                            0.00012344\r\n                        ],\r\n                        [\r\n                            3.875e-05,\r\n                            0.00011761\r\n                        ],\r\n                        [\r\n                            4.01e-06,\r\n                            0.00011761\r\n                        ],\r\n                        [\r\n                            4.01e-06,\r\n                            0.00011026\r\n                        ],\r\n                        [\r\n                            4.606e-05,\r\n                            0.00011026\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00014284,\r\n                            2.476e-05\r\n                        ],\r\n                        [\r\n                            0.00014284,\r\n                            4.943e-05\r\n                        ],\r\n                        [\r\n                            0.00013369,\r\n                            4.943e-05\r\n                        ],\r\n                        [\r\n                            0.00013369,\r\n                            4.208e-05\r\n                        ],\r\n                        [\r\n                            0.00013554,\r\n                            4.208e-05\r\n                        ],\r\n                        [\r\n                            0.00013554,\r\n                            3.211e-05\r\n                        ],\r\n                        [\r\n                            0.00013346,\r\n                            3.211e-05\r\n                        ],\r\n                        [\r\n                            0.00013346,\r\n                            2.476e-05\r\n                        ],\r\n                        [\r\n                            0.00014284,\r\n                            2.476e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013761,\r\n                            3.211e-05\r\n                        ],\r\n                        [\r\n                            0.00013761,\r\n                            4.207e-05\r\n                        ],\r\n                        [\r\n                            0.00012955,\r\n                            4.207e-05\r\n                        ],\r\n                        [\r\n                            0.00012955,\r\n                            3.211e-05\r\n                        ],\r\n                        [\r\n                            0.00013761,\r\n                            3.211e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -9.17e-06,\r\n                            -0.00017025\r\n                        ],\r\n                        [\r\n                            3.61e-06,\r\n                            -0.00015826\r\n                        ],\r\n                        [\r\n                            3.61e-06,\r\n                            -0.00013646\r\n                        ],\r\n                        [\r\n                            1.099e-05,\r\n                            -0.00012781\r\n                        ],\r\n                        [\r\n                            1.099e-05,\r\n                            0.00010232\r\n                        ],\r\n                        [\r\n                            7.86e-06,\r\n                            0.00010232\r\n                        ],\r\n                        [\r\n                            7.86e-06,\r\n                            -0.00012664\r\n                        ],\r\n                        [\r\n                            4.8e-07,\r\n                            -0.00013529\r\n                        ],\r\n                        [\r\n                            4.8e-07,\r\n                            -0.00015689\r\n                        ],\r\n                        [\r\n                            -1.131e-05,\r\n                            -0.00016795\r\n                        ],\r\n                        [\r\n                            -9.17e-06,\r\n                            -0.00017025\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -5.35e-06,\r\n                            -0.00016459\r\n                        ],\r\n                        [\r\n                            -3.14e-06,\r\n                            -0.00016236\r\n                        ],\r\n                        [\r\n                            -7.34e-06,\r\n                            -0.00015813\r\n                        ],\r\n                        [\r\n                            -9.55e-06,\r\n                            -0.00016036\r\n                        ],\r\n                        [\r\n                            -5.35e-06,\r\n                            -0.00016459\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00015653,\r\n                            -0.00017402\r\n                        ],\r\n                        [\r\n                            -0.00015653,\r\n                            -0.00015758\r\n                        ],\r\n                        [\r\n                            -0.00015965,\r\n                            -0.00015758\r\n                        ],\r\n                        [\r\n                            -0.00015965,\r\n                            -0.00017087\r\n                        ],\r\n                        [\r\n                            -0.00029883,\r\n                            -0.00017087\r\n                        ],\r\n                        [\r\n                            -0.00029883,\r\n                            0.00013117\r\n                        ],\r\n                        [\r\n                            7.86e-06,\r\n                            0.00013117\r\n                        ],\r\n                        [\r\n                            7.86e-06,\r\n                            0.00011748\r\n                        ],\r\n                        [\r\n                            1.099e-05,\r\n                            0.00011748\r\n                        ],\r\n                        [\r\n                            1.099e-05,\r\n                            0.00013432\r\n                        ],\r\n                        [\r\n                            -0.00030196,\r\n                            0.00013432\r\n                        ],\r\n                        [\r\n                            -0.00030196,\r\n                            -0.00017402\r\n                        ],\r\n                        [\r\n                            -0.00015653,\r\n                            -0.00017402\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00016935,\r\n                            -0.00012897\r\n                        ],\r\n                        [\r\n                            -0.00016935,\r\n                            -8.904e-05\r\n                        ],\r\n                        [\r\n                            -0.00017248,\r\n                            -8.904e-05\r\n                        ],\r\n                        [\r\n                            -0.00017248,\r\n                            -0.00012897\r\n                        ],\r\n                        [\r\n                            -0.00016935,\r\n                            -0.00012897\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00017072,\r\n                            -0.00011271\r\n                        ],\r\n                        [\r\n                            -0.00017072,\r\n                            -0.00010956\r\n                        ],\r\n                        [\r\n                            -0.00020797,\r\n                            -0.00010956\r\n                        ],\r\n                        [\r\n                            -0.00020797,\r\n                            -9.625e-05\r\n                        ],\r\n                        [\r\n                            -0.00023502,\r\n                            -9.625e-05\r\n                        ],\r\n                        [\r\n                            -0.00023502,\r\n                            -6.696e-05\r\n                        ],\r\n                        [\r\n                            -0.00023815,\r\n                            -6.696e-05\r\n                        ],\r\n                        [\r\n                            -0.00023815,\r\n                            -9.94e-05\r\n                        ],\r\n                        [\r\n                            -0.0002111,\r\n                            -9.94e-05\r\n                        ],\r\n                        [\r\n                            -0.0002111,\r\n                            -0.00011271\r\n                        ],\r\n                        [\r\n                            -0.00017072,\r\n                            -0.00011271\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00016935,\r\n                            -7.347e-05\r\n                        ],\r\n                        [\r\n                            -0.00016935,\r\n                            -6.512e-05\r\n                        ],\r\n                        [\r\n                            -0.0003004,\r\n                            -6.512e-05\r\n                        ],\r\n                        [\r\n                            -0.0003004,\r\n                            -6.827e-05\r\n                        ],\r\n                        [\r\n                            -0.00017248,\r\n                            -6.827e-05\r\n                        ],\r\n                        [\r\n                            -0.00017248,\r\n                            -7.347e-05\r\n                        ],\r\n                        [\r\n                            -0.00016935,\r\n                            -7.347e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00015653,\r\n                            -0.00015856\r\n                        ],\r\n                        [\r\n                            -0.00015653,\r\n                            -0.0001419\r\n                        ],\r\n                        [\r\n                            -0.00017303,\r\n                            -0.0001419\r\n                        ],\r\n                        [\r\n                            -0.00017303,\r\n                            -0.00014767\r\n                        ],\r\n                        [\r\n                            -0.0001699,\r\n                            -0.00014767\r\n                        ],\r\n                        [\r\n                            -0.0001699,\r\n                            -0.00014505\r\n                        ],\r\n                        [\r\n                            -0.00015965,\r\n                            -0.00014505\r\n                        ],\r\n                        [\r\n                            -0.00015965,\r\n                            -0.00015856\r\n                        ],\r\n                        [\r\n                            -0.00015653,\r\n                            -0.00015856\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00013077,\r\n                            -0.00017402\r\n                        ],\r\n                        [\r\n                            -0.00013077,\r\n                            -0.00017087\r\n                        ],\r\n                        [\r\n                            -0.00015809,\r\n                            -0.00017087\r\n                        ],\r\n                        [\r\n                            -0.00015809,\r\n                            -0.00017402\r\n                        ],\r\n                        [\r\n                            -0.00013077,\r\n                            -0.00017402\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.0001699,\r\n                            -0.00017244\r\n                        ],\r\n                        [\r\n                            -0.0001699,\r\n                            -0.00016729\r\n                        ],\r\n                        [\r\n                            -0.00017303,\r\n                            -0.00016729\r\n                        ],\r\n                        [\r\n                            -0.00017303,\r\n                            -0.00017244\r\n                        ],\r\n                        [\r\n                            -0.0001699,\r\n                            -0.00017244\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            6.995e-05,\r\n                            0.00018437\r\n                        ],\r\n                        [\r\n                            6.995e-05,\r\n                            0.00020293\r\n                        ],\r\n                        [\r\n                            6.682e-05,\r\n                            0.00020293\r\n                        ],\r\n                        [\r\n                            6.682e-05,\r\n                            0.00018437\r\n                        ],\r\n                        [\r\n                            6.995e-05,\r\n                            0.00018437\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            6.995e-05,\r\n                            9.154e-05\r\n                        ],\r\n                        [\r\n                            6.995e-05,\r\n                            0.00017187\r\n                        ],\r\n                        [\r\n                            6.682e-05,\r\n                            0.00017187\r\n                        ],\r\n                        [\r\n                            6.682e-05,\r\n                            9.154e-05\r\n                        ],\r\n                        [\r\n                            6.995e-05,\r\n                            9.154e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            6.995e-05,\r\n                            7.454e-05\r\n                        ],\r\n                        [\r\n                            6.995e-05,\r\n                            8.41e-05\r\n                        ],\r\n                        [\r\n                            6.682e-05,\r\n                            8.41e-05\r\n                        ],\r\n                        [\r\n                            6.682e-05,\r\n                            7.454e-05\r\n                        ],\r\n                        [\r\n                            6.995e-05,\r\n                            7.454e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.0001193,\r\n                            7.432e-05\r\n                        ],\r\n                        [\r\n                            0.0001193,\r\n                            0.00010327\r\n                        ],\r\n                        [\r\n                            0.00011617,\r\n                            0.00010327\r\n                        ],\r\n                        [\r\n                            0.00011617,\r\n                            7.432e-05\r\n                        ],\r\n                        [\r\n                            0.0001193,\r\n                            7.432e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            6.995e-05,\r\n                            -3.444e-05\r\n                        ],\r\n                        [\r\n                            6.995e-05,\r\n                            -2.367e-05\r\n                        ],\r\n                        [\r\n                            6.682e-05,\r\n                            -2.367e-05\r\n                        ],\r\n                        [\r\n                            6.682e-05,\r\n                            -3.444e-05\r\n                        ],\r\n                        [\r\n                            6.995e-05,\r\n                            -3.444e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            6.995e-05,\r\n                            -1.687e-05\r\n                        ],\r\n                        [\r\n                            6.995e-05,\r\n                            2.677e-05\r\n                        ],\r\n                        [\r\n                            6.682e-05,\r\n                            2.677e-05\r\n                        ],\r\n                        [\r\n                            6.682e-05,\r\n                            -1.687e-05\r\n                        ],\r\n                        [\r\n                            6.995e-05,\r\n                            -1.687e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            5.163e-05,\r\n                            -6.705e-05\r\n                        ],\r\n                        [\r\n                            5.163e-05,\r\n                            -6.388e-05\r\n                        ],\r\n                        [\r\n                            6.995e-05,\r\n                            -6.388e-05\r\n                        ],\r\n                        [\r\n                            6.995e-05,\r\n                            -3.472e-05\r\n                        ],\r\n                        [\r\n                            6.682e-05,\r\n                            -3.472e-05\r\n                        ],\r\n                        [\r\n                            6.682e-05,\r\n                            -6.073e-05\r\n                        ],\r\n                        [\r\n                            4.85e-05,\r\n                            -6.073e-05\r\n                        ],\r\n                        [\r\n                            4.85e-05,\r\n                            -6.705e-05\r\n                        ],\r\n                        [\r\n                            5.163e-05,\r\n                            -6.705e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            3.816e-05,\r\n                            0.00015448\r\n                        ],\r\n                        [\r\n                            3.816e-05,\r\n                            0.00015763\r\n                        ],\r\n                        [\r\n                            9.42e-06,\r\n                            0.00015763\r\n                        ],\r\n                        [\r\n                            9.42e-06,\r\n                            0.00015448\r\n                        ],\r\n                        [\r\n                            3.816e-05,\r\n                            0.00015448\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            6.953e-05,\r\n                            0.00015448\r\n                        ],\r\n                        [\r\n                            6.953e-05,\r\n                            0.00015763\r\n                        ],\r\n                        [\r\n                            4.691e-05,\r\n                            0.00015763\r\n                        ],\r\n                        [\r\n                            4.691e-05,\r\n                            0.00015448\r\n                        ],\r\n                        [\r\n                            6.953e-05,\r\n                            0.00015448\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            8.379e-05,\r\n                            0.0001419\r\n                        ],\r\n                        [\r\n                            8.379e-05,\r\n                            0.00014505\r\n                        ],\r\n                        [\r\n                            6.953e-05,\r\n                            0.00014505\r\n                        ],\r\n                        [\r\n                            6.953e-05,\r\n                            0.0001419\r\n                        ],\r\n                        [\r\n                            8.379e-05,\r\n                            0.0001419\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00010552,\r\n                            2.52e-05\r\n                        ],\r\n                        [\r\n                            0.00010552,\r\n                            2.835e-05\r\n                        ],\r\n                        [\r\n                            9.309e-05,\r\n                            2.835e-05\r\n                        ],\r\n                        [\r\n                            9.309e-05,\r\n                            2.52e-05\r\n                        ],\r\n                        [\r\n                            0.00010552,\r\n                            2.52e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013019,\r\n                            8.98e-06\r\n                        ],\r\n                        [\r\n                            0.00013019,\r\n                            1.214e-05\r\n                        ],\r\n                        [\r\n                            0.00010709,\r\n                            1.214e-05\r\n                        ],\r\n                        [\r\n                            0.00010709,\r\n                            7.454e-05\r\n                        ],\r\n                        [\r\n                            0.00010396,\r\n                            7.454e-05\r\n                        ],\r\n                        [\r\n                            0.00010396,\r\n                            8.98e-06\r\n                        ],\r\n                        [\r\n                            0.00013019,\r\n                            8.98e-06\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            8.132e-05,\r\n                            2.52e-05\r\n                        ],\r\n                        [\r\n                            8.132e-05,\r\n                            2.835e-05\r\n                        ],\r\n                        [\r\n                            5.062e-05,\r\n                            2.835e-05\r\n                        ],\r\n                        [\r\n                            5.062e-05,\r\n                            2.52e-05\r\n                        ],\r\n                        [\r\n                            8.132e-05,\r\n                            2.52e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            4.107e-05,\r\n                            2.52e-05\r\n                        ],\r\n                        [\r\n                            4.107e-05,\r\n                            2.835e-05\r\n                        ],\r\n                        [\r\n                            9.42e-06,\r\n                            2.835e-05\r\n                        ],\r\n                        [\r\n                            9.42e-06,\r\n                            2.52e-05\r\n                        ],\r\n                        [\r\n                            4.107e-05,\r\n                            2.52e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00019095,\r\n                            0.00013117\r\n                        ],\r\n                        [\r\n                            -0.00019095,\r\n                            0.00013432\r\n                        ],\r\n                        [\r\n                            -0.00022314,\r\n                            0.00013432\r\n                        ],\r\n                        [\r\n                            -0.00022314,\r\n                            0.00013117\r\n                        ],\r\n                        [\r\n                            -0.00019095,\r\n                            0.00013117\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00023037,\r\n                            0.00013117\r\n                        ],\r\n                        [\r\n                            -0.00023037,\r\n                            0.00013432\r\n                        ],\r\n                        [\r\n                            -0.00024273,\r\n                            0.00013432\r\n                        ],\r\n                        [\r\n                            -0.00024273,\r\n                            0.00013117\r\n                        ],\r\n                        [\r\n                            -0.00023037,\r\n                            0.00013117\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013858,\r\n                            -3.63e-05\r\n                        ],\r\n                        [\r\n                            0.00013858,\r\n                            -3.315e-05\r\n                        ],\r\n                        [\r\n                            5.272e-05,\r\n                            -3.315e-05\r\n                        ],\r\n                        [\r\n                            5.272e-05,\r\n                            -3.63e-05\r\n                        ],\r\n                        [\r\n                            0.00013858,\r\n                            -3.63e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            3.816e-05,\r\n                            -3.63e-05\r\n                        ],\r\n                        [\r\n                            3.816e-05,\r\n                            -3.315e-05\r\n                        ],\r\n                        [\r\n                            9.42e-06,\r\n                            -3.315e-05\r\n                        ],\r\n                        [\r\n                            9.42e-06,\r\n                            -3.63e-05\r\n                        ],\r\n                        [\r\n                            3.816e-05,\r\n                            -3.63e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            1.723e-05,\r\n                            7.297e-05\r\n                        ],\r\n                        [\r\n                            1.723e-05,\r\n                            7.612e-05\r\n                        ],\r\n                        [\r\n                            9.42e-06,\r\n                            7.612e-05\r\n                        ],\r\n                        [\r\n                            9.42e-06,\r\n                            7.297e-05\r\n                        ],\r\n                        [\r\n                            1.723e-05,\r\n                            7.297e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012619,\r\n                            7.297e-05\r\n                        ],\r\n                        [\r\n                            0.00012619,\r\n                            7.612e-05\r\n                        ],\r\n                        [\r\n                            2.462e-05,\r\n                            7.612e-05\r\n                        ],\r\n                        [\r\n                            2.462e-05,\r\n                            7.297e-05\r\n                        ],\r\n                        [\r\n                            0.00012619,\r\n                            7.297e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00016018,\r\n                            7.297e-05\r\n                        ],\r\n                        [\r\n                            0.00016018,\r\n                            7.612e-05\r\n                        ],\r\n                        [\r\n                            0.00013752,\r\n                            7.612e-05\r\n                        ],\r\n                        [\r\n                            0.00013752,\r\n                            7.297e-05\r\n                        ],\r\n                        [\r\n                            0.00016018,\r\n                            7.297e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00016018,\r\n                            8.98e-06\r\n                        ],\r\n                        [\r\n                            0.00016018,\r\n                            1.214e-05\r\n                        ],\r\n                        [\r\n                            0.0001398,\r\n                            1.214e-05\r\n                        ],\r\n                        [\r\n                            0.0001398,\r\n                            8.98e-06\r\n                        ],\r\n                        [\r\n                            0.00016018,\r\n                            8.98e-06\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00015782,\r\n                            0.0001419\r\n                        ],\r\n                        [\r\n                            0.00015782,\r\n                            0.00014505\r\n                        ],\r\n                        [\r\n                            9.567e-05,\r\n                            0.00014505\r\n                        ],\r\n                        [\r\n                            9.567e-05,\r\n                            0.0001419\r\n                        ],\r\n                        [\r\n                            0.00015782,\r\n                            0.0001419\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.0001479,\r\n                            -3.475e-05\r\n                        ],\r\n                        [\r\n                            0.0001479,\r\n                            -2.237e-05\r\n                        ],\r\n                        [\r\n                            0.00015938,\r\n                            -2.237e-05\r\n                        ],\r\n                        [\r\n                            0.00015938,\r\n                            -1.922e-05\r\n                        ],\r\n                        [\r\n                            0.00014477,\r\n                            -1.922e-05\r\n                        ],\r\n                        [\r\n                            0.00014477,\r\n                            -3.475e-05\r\n                        ],\r\n                        [\r\n                            0.0001479,\r\n                            -3.475e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00017303,\r\n                            -0.00012347\r\n                        ],\r\n                        [\r\n                            0.00017303,\r\n                            -0.00012026\r\n                        ],\r\n                        [\r\n                            1.102e-05,\r\n                            -0.00012026\r\n                        ],\r\n                        [\r\n                            1.102e-05,\r\n                            0.00010232\r\n                        ],\r\n                        [\r\n                            7.82e-06,\r\n                            0.00010232\r\n                        ],\r\n                        [\r\n                            7.82e-06,\r\n                            -0.00012347\r\n                        ],\r\n                        [\r\n                            0.00017303,\r\n                            -0.00012347\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00020771,\r\n                            -0.00013751\r\n                        ],\r\n                        [\r\n                            0.00020771,\r\n                            -1.918e-05\r\n                        ],\r\n                        [\r\n                            0.00016093,\r\n                            -1.918e-05\r\n                        ],\r\n                        [\r\n                            0.00016093,\r\n                            0.0001733\r\n                        ],\r\n                        [\r\n                            0.00010923,\r\n                            0.00020615\r\n                        ],\r\n                        [\r\n                            7.6e-06,\r\n                            0.00020615\r\n                        ],\r\n                        [\r\n                            7.82e-06,\r\n                            0.00012207\r\n                        ],\r\n                        [\r\n                            1.102e-05,\r\n                            0.00012208\r\n                        ],\r\n                        [\r\n                            1.08e-05,\r\n                            0.00020293\r\n                        ],\r\n                        [\r\n                            0.00010831,\r\n                            0.00020293\r\n                        ],\r\n                        [\r\n                            0.00015774,\r\n                            0.00017152\r\n                        ],\r\n                        [\r\n                            0.00015774,\r\n                            -2.24e-05\r\n                        ],\r\n                        [\r\n                            0.00020452,\r\n                            -2.24e-05\r\n                        ],\r\n                        [\r\n                            0.00020452,\r\n                            -0.00012919\r\n                        ],\r\n                        [\r\n                            0.00019645,\r\n                            -0.00012026\r\n                        ],\r\n                        [\r\n                            0.00018991,\r\n                            -0.00012026\r\n                        ],\r\n                        [\r\n                            0.00018991,\r\n                            -0.00012347\r\n                        ],\r\n                        [\r\n                            0.00019504,\r\n                            -0.00012347\r\n                        ],\r\n                        [\r\n                            0.00020771,\r\n                            -0.00013751\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00016413,\r\n                            -0.00012187\r\n                        ],\r\n                        [\r\n                            0.00016413,\r\n                            -0.00010831\r\n                        ],\r\n                        [\r\n                            0.00017463,\r\n                            -0.00010831\r\n                        ],\r\n                        [\r\n                            0.00017463,\r\n                            -0.0001051\r\n                        ],\r\n                        [\r\n                            0.00016253,\r\n                            -0.0001051\r\n                        ],\r\n                        [\r\n                            0.00016093,\r\n                            -0.0001067\r\n                        ],\r\n                        [\r\n                            0.00016093,\r\n                            -0.00012187\r\n                        ],\r\n                        [\r\n                            0.00016413,\r\n                            -0.00012187\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00020611,\r\n                            -0.00010831\r\n                        ],\r\n                        [\r\n                            0.00020611,\r\n                            -0.0001051\r\n                        ],\r\n                        [\r\n                            0.00018672,\r\n                            -0.0001051\r\n                        ],\r\n                        [\r\n                            0.00018672,\r\n                            -0.00010831\r\n                        ],\r\n                        [\r\n                            0.00020611,\r\n                            -0.00010831\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00017574,\r\n                            -0.00011162\r\n                        ],\r\n                        [\r\n                            0.00017574,\r\n                            -0.00011162\r\n                        ],\r\n                        [\r\n                            0.00017576,\r\n                            -0.0001116\r\n                        ],\r\n                        [\r\n                            0.00017578,\r\n                            -0.00011157\r\n                        ],\r\n                        [\r\n                            0.00017582,\r\n                            -0.00011154\r\n                        ],\r\n                        [\r\n                            0.00017586,\r\n                            -0.00011149\r\n                        ],\r\n                        [\r\n                            0.00017591,\r\n                            -0.00011144\r\n                        ],\r\n                        [\r\n                            0.00017597,\r\n                            -0.00011139\r\n                        ],\r\n                        [\r\n                            0.00017603,\r\n                            -0.00011132\r\n                        ],\r\n                        [\r\n                            0.0001761,\r\n                            -0.00011126\r\n                        ],\r\n                        [\r\n                            0.00017617,\r\n                            -0.00011119\r\n                        ],\r\n                        [\r\n                            0.00017624,\r\n                            -0.00011111\r\n                        ],\r\n                        [\r\n                            0.00017632,\r\n                            -0.00011104\r\n                        ],\r\n                        [\r\n                            0.00017639,\r\n                            -0.00011096\r\n                        ],\r\n                        [\r\n                            0.00017647,\r\n                            -0.00011089\r\n                        ],\r\n                        [\r\n                            0.00017654,\r\n                            -0.00011081\r\n                        ],\r\n                        [\r\n                            0.00017661,\r\n                            -0.00011074\r\n                        ],\r\n                        [\r\n                            0.00017668,\r\n                            -0.00011067\r\n                        ],\r\n                        [\r\n                            0.00017675,\r\n                            -0.00011061\r\n                        ],\r\n                        [\r\n                            0.00017681,\r\n                            -0.00011054\r\n                        ],\r\n                        [\r\n                            0.00017686,\r\n                            -0.00011049\r\n                        ],\r\n                        [\r\n                            0.00017691,\r\n                            -0.00011044\r\n                        ],\r\n                        [\r\n                            0.00017695,\r\n                            -0.0001104\r\n                        ],\r\n                        [\r\n                            0.00017699,\r\n                            -0.00011036\r\n                        ],\r\n                        [\r\n                            0.00017701,\r\n                            -0.00011034\r\n                        ],\r\n                        [\r\n                            0.00017702,\r\n                            -0.00011033\r\n                        ],\r\n                        [\r\n                            0.00017697,\r\n                            -0.00011026\r\n                        ],\r\n                        [\r\n                            0.00017675,\r\n                            -0.00011002\r\n                        ],\r\n                        [\r\n                            0.00017655,\r\n                            -0.00010977\r\n                        ],\r\n                        [\r\n                            0.00017637,\r\n                            -0.00010951\r\n                        ],\r\n                        [\r\n                            0.00017621,\r\n                            -0.00010924\r\n                        ],\r\n                        [\r\n                            0.00017606,\r\n                            -0.00010897\r\n                        ],\r\n                        [\r\n                            0.00017593,\r\n                            -0.00010868\r\n                        ],\r\n                        [\r\n                            0.00017582,\r\n                            -0.0001084\r\n                        ],\r\n                        [\r\n                            0.00017573,\r\n                            -0.0001081\r\n                        ],\r\n                        [\r\n                            0.00017566,\r\n                            -0.0001078\r\n                        ],\r\n                        [\r\n                            0.0001756,\r\n                            -0.0001075\r\n                        ],\r\n                        [\r\n                            0.00017556,\r\n                            -0.0001072\r\n                        ],\r\n                        [\r\n                            0.00017554,\r\n                            -0.0001069\r\n                        ],\r\n                        [\r\n                            0.00017554,\r\n                            -0.00010659\r\n                        ],\r\n                        [\r\n                            0.00017556,\r\n                            -0.00010628\r\n                        ],\r\n                        [\r\n                            0.00017559,\r\n                            -0.00010598\r\n                        ],\r\n                        [\r\n                            0.00017564,\r\n                            -0.00010568\r\n                        ],\r\n                        [\r\n                            0.00017571,\r\n                            -0.00010538\r\n                        ],\r\n                        [\r\n                            0.0001758,\r\n                            -0.00010509\r\n                        ],\r\n                        [\r\n                            0.0001759,\r\n                            -0.0001048\r\n                        ],\r\n                        [\r\n                            0.00017603,\r\n                            -0.00010451\r\n                        ],\r\n                        [\r\n                            0.00017617,\r\n                            -0.00010423\r\n                        ],\r\n                        [\r\n                            0.00017633,\r\n                            -0.00010396\r\n                        ],\r\n                        [\r\n                            0.00017651,\r\n                            -0.0001037\r\n                        ],\r\n                        [\r\n                            0.0001767,\r\n                            -0.00010345\r\n                        ],\r\n                        [\r\n                            0.00017691,\r\n                            -0.0001032\r\n                        ],\r\n                        [\r\n                            0.00017703,\r\n                            -0.00010308\r\n                        ],\r\n                        [\r\n                            0.00017701,\r\n                            -0.00010307\r\n                        ],\r\n                        [\r\n                            0.00017699,\r\n                            -0.00010305\r\n                        ],\r\n                        [\r\n                            0.00017696,\r\n                            -0.00010302\r\n                        ],\r\n                        [\r\n                            0.00017692,\r\n                            -0.00010298\r\n                        ],\r\n                        [\r\n                            0.00017688,\r\n                            -0.00010293\r\n                        ],\r\n                        [\r\n                            0.00017682,\r\n                            -0.00010288\r\n                        ],\r\n                        [\r\n                            0.00017676,\r\n                            -0.00010282\r\n                        ],\r\n                        [\r\n                            0.0001767,\r\n                            -0.00010275\r\n                        ],\r\n                        [\r\n                            0.00017663,\r\n                            -0.00010269\r\n                        ],\r\n                        [\r\n                            0.00017656,\r\n                            -0.00010261\r\n                        ],\r\n                        [\r\n                            0.00017648,\r\n                            -0.00010254\r\n                        ],\r\n                        [\r\n                            0.00017641,\r\n                            -0.00010246\r\n                        ],\r\n                        [\r\n                            0.00017633,\r\n                            -0.00010239\r\n                        ],\r\n                        [\r\n                            0.00017626,\r\n                            -0.00010231\r\n                        ],\r\n                        [\r\n                            0.00017619,\r\n                            -0.00010224\r\n                        ],\r\n                        [\r\n                            0.00017612,\r\n                            -0.00010217\r\n                        ],\r\n                        [\r\n                            0.00017605,\r\n                            -0.0001021\r\n                        ],\r\n                        [\r\n                            0.00017599,\r\n                            -0.00010204\r\n                        ],\r\n                        [\r\n                            0.00017593,\r\n                            -0.00010198\r\n                        ],\r\n                        [\r\n                            0.00017588,\r\n                            -0.00010193\r\n                        ],\r\n                        [\r\n                            0.00017583,\r\n                            -0.00010188\r\n                        ],\r\n                        [\r\n                            0.00017579,\r\n                            -0.00010184\r\n                        ],\r\n                        [\r\n                            0.00017576,\r\n                            -0.00010181\r\n                        ],\r\n                        [\r\n                            0.00017574,\r\n                            -0.00010179\r\n                        ],\r\n                        [\r\n                            0.00017574,\r\n                            -0.00010179\r\n                        ],\r\n                        [\r\n                            0.00017551,\r\n                            -0.00010203\r\n                        ],\r\n                        [\r\n                            0.00017522,\r\n                            -0.00010236\r\n                        ],\r\n                        [\r\n                            0.00017497,\r\n                            -0.00010271\r\n                        ],\r\n                        [\r\n                            0.00017473,\r\n                            -0.00010307\r\n                        ],\r\n                        [\r\n                            0.00017452,\r\n                            -0.00010344\r\n                        ],\r\n                        [\r\n                            0.00017433,\r\n                            -0.00010382\r\n                        ],\r\n                        [\r\n                            0.00017417,\r\n                            -0.00010421\r\n                        ],\r\n                        [\r\n                            0.00017404,\r\n                            -0.0001046\r\n                        ],\r\n                        [\r\n                            0.00017392,\r\n                            -0.00010501\r\n                        ],\r\n                        [\r\n                            0.00017383,\r\n                            -0.00010541\r\n                        ],\r\n                        [\r\n                            0.00017377,\r\n                            -0.00010582\r\n                        ],\r\n                        [\r\n                            0.00017373,\r\n                            -0.00010624\r\n                        ],\r\n                        [\r\n                            0.00017372,\r\n                            -0.00010665\r\n                        ],\r\n                        [\r\n                            0.00017373,\r\n                            -0.00010707\r\n                        ],\r\n                        [\r\n                            0.00017376,\r\n                            -0.00010748\r\n                        ],\r\n                        [\r\n                            0.00017382,\r\n                            -0.00010789\r\n                        ],\r\n                        [\r\n                            0.0001739,\r\n                            -0.0001083\r\n                        ],\r\n                        [\r\n                            0.00017401,\r\n                            -0.0001087\r\n                        ],\r\n                        [\r\n                            0.00017414,\r\n                            -0.0001091\r\n                        ],\r\n                        [\r\n                            0.00017429,\r\n                            -0.00010949\r\n                        ],\r\n                        [\r\n                            0.00017447,\r\n                            -0.00010988\r\n                        ],\r\n                        [\r\n                            0.00017468,\r\n                            -0.00011025\r\n                        ],\r\n                        [\r\n                            0.0001749,\r\n                            -0.00011061\r\n                        ],\r\n                        [\r\n                            0.00017516,\r\n                            -0.00011096\r\n                        ],\r\n                        [\r\n                            0.00017543,\r\n                            -0.0001113\r\n                        ],\r\n                        [\r\n                            0.00017574,\r\n                            -0.00011162\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00018551,\r\n                            -0.00011162\r\n                        ],\r\n                        [\r\n                            0.00018581,\r\n                            -0.0001113\r\n                        ],\r\n                        [\r\n                            0.00018609,\r\n                            -0.00011096\r\n                        ],\r\n                        [\r\n                            0.00018634,\r\n                            -0.00011061\r\n                        ],\r\n                        [\r\n                            0.00018657,\r\n                            -0.00011025\r\n                        ],\r\n                        [\r\n                            0.00018677,\r\n                            -0.00010988\r\n                        ],\r\n                        [\r\n                            0.00018695,\r\n                            -0.00010949\r\n                        ],\r\n                        [\r\n                            0.00018711,\r\n                            -0.0001091\r\n                        ],\r\n                        [\r\n                            0.00018724,\r\n                            -0.0001087\r\n                        ],\r\n                        [\r\n                            0.00018734,\r\n                            -0.0001083\r\n                        ],\r\n                        [\r\n                            0.00018743,\r\n                            -0.00010789\r\n                        ],\r\n                        [\r\n                            0.00018748,\r\n                            -0.00010748\r\n                        ],\r\n                        [\r\n                            0.00018752,\r\n                            -0.00010707\r\n                        ],\r\n                        [\r\n                            0.00018753,\r\n                            -0.00010665\r\n                        ],\r\n                        [\r\n                            0.00018751,\r\n                            -0.00010624\r\n                        ],\r\n                        [\r\n                            0.00018747,\r\n                            -0.00010582\r\n                        ],\r\n                        [\r\n                            0.00018741,\r\n                            -0.00010541\r\n                        ],\r\n                        [\r\n                            0.00018732,\r\n                            -0.00010501\r\n                        ],\r\n                        [\r\n                            0.00018721,\r\n                            -0.0001046\r\n                        ],\r\n                        [\r\n                            0.00018707,\r\n                            -0.00010421\r\n                        ],\r\n                        [\r\n                            0.00018691,\r\n                            -0.00010382\r\n                        ],\r\n                        [\r\n                            0.00018672,\r\n                            -0.00010344\r\n                        ],\r\n                        [\r\n                            0.00018651,\r\n                            -0.00010307\r\n                        ],\r\n                        [\r\n                            0.00018628,\r\n                            -0.00010271\r\n                        ],\r\n                        [\r\n                            0.00018602,\r\n                            -0.00010236\r\n                        ],\r\n                        [\r\n                            0.00018574,\r\n                            -0.00010203\r\n                        ],\r\n                        [\r\n                            0.00018551,\r\n                            -0.00010179\r\n                        ],\r\n                        [\r\n                            0.0001855,\r\n                            -0.00010179\r\n                        ],\r\n                        [\r\n                            0.00018548,\r\n                            -0.00010181\r\n                        ],\r\n                        [\r\n                            0.00018545,\r\n                            -0.00010184\r\n                        ],\r\n                        [\r\n                            0.00018541,\r\n                            -0.00010188\r\n                        ],\r\n                        [\r\n                            0.00018537,\r\n                            -0.00010193\r\n                        ],\r\n                        [\r\n                            0.00018532,\r\n                            -0.00010198\r\n                        ],\r\n                        [\r\n                            0.00018526,\r\n                            -0.00010204\r\n                        ],\r\n                        [\r\n                            0.00018519,\r\n                            -0.0001021\r\n                        ],\r\n                        [\r\n                            0.00018513,\r\n                            -0.00010217\r\n                        ],\r\n                        [\r\n                            0.00018506,\r\n                            -0.00010224\r\n                        ],\r\n                        [\r\n                            0.00018498,\r\n                            -0.00010231\r\n                        ],\r\n                        [\r\n                            0.00018491,\r\n                            -0.00010239\r\n                        ],\r\n                        [\r\n                            0.00018483,\r\n                            -0.00010246\r\n                        ],\r\n                        [\r\n                            0.00018476,\r\n                            -0.00010254\r\n                        ],\r\n                        [\r\n                            0.00018468,\r\n                            -0.00010261\r\n                        ],\r\n                        [\r\n                            0.00018461,\r\n                            -0.00010269\r\n                        ],\r\n                        [\r\n                            0.00018454,\r\n                            -0.00010275\r\n                        ],\r\n                        [\r\n                            0.00018448,\r\n                            -0.00010282\r\n                        ],\r\n                        [\r\n                            0.00018442,\r\n                            -0.00010288\r\n                        ],\r\n                        [\r\n                            0.00018437,\r\n                            -0.00010293\r\n                        ],\r\n                        [\r\n                            0.00018432,\r\n                            -0.00010298\r\n                        ],\r\n                        [\r\n                            0.00018428,\r\n                            -0.00010302\r\n                        ],\r\n                        [\r\n                            0.00018425,\r\n                            -0.00010305\r\n                        ],\r\n                        [\r\n                            0.00018423,\r\n                            -0.00010307\r\n                        ],\r\n                        [\r\n                            0.00018422,\r\n                            -0.00010308\r\n                        ],\r\n                        [\r\n                            0.00018433,\r\n                            -0.0001032\r\n                        ],\r\n                        [\r\n                            0.00018454,\r\n                            -0.00010345\r\n                        ],\r\n                        [\r\n                            0.00018474,\r\n                            -0.0001037\r\n                        ],\r\n                        [\r\n                            0.00018491,\r\n                            -0.00010396\r\n                        ],\r\n                        [\r\n                            0.00018507,\r\n                            -0.00010423\r\n                        ],\r\n                        [\r\n                            0.00018521,\r\n                            -0.00010451\r\n                        ],\r\n                        [\r\n                            0.00018534,\r\n                            -0.0001048\r\n                        ],\r\n                        [\r\n                            0.00018544,\r\n                            -0.00010509\r\n                        ],\r\n                        [\r\n                            0.00018553,\r\n                            -0.00010538\r\n                        ],\r\n                        [\r\n                            0.0001856,\r\n                            -0.00010568\r\n                        ],\r\n                        [\r\n                            0.00018565,\r\n                            -0.00010598\r\n                        ],\r\n                        [\r\n                            0.00018569,\r\n                            -0.00010628\r\n                        ],\r\n                        [\r\n                            0.0001857,\r\n                            -0.00010659\r\n                        ],\r\n                        [\r\n                            0.0001857,\r\n                            -0.0001069\r\n                        ],\r\n                        [\r\n                            0.00018568,\r\n                            -0.0001072\r\n                        ],\r\n                        [\r\n                            0.00018564,\r\n                            -0.0001075\r\n                        ],\r\n                        [\r\n                            0.00018558,\r\n                            -0.0001078\r\n                        ],\r\n                        [\r\n                            0.00018551,\r\n                            -0.0001081\r\n                        ],\r\n                        [\r\n                            0.00018542,\r\n                            -0.0001084\r\n                        ],\r\n                        [\r\n                            0.00018531,\r\n                            -0.00010868\r\n                        ],\r\n                        [\r\n                            0.00018518,\r\n                            -0.00010897\r\n                        ],\r\n                        [\r\n                            0.00018504,\r\n                            -0.00010924\r\n                        ],\r\n                        [\r\n                            0.00018487,\r\n                            -0.00010951\r\n                        ],\r\n                        [\r\n                            0.00018469,\r\n                            -0.00010977\r\n                        ],\r\n                        [\r\n                            0.00018449,\r\n                            -0.00011002\r\n                        ],\r\n                        [\r\n                            0.00018427,\r\n                            -0.00011026\r\n                        ],\r\n                        [\r\n                            0.00018422,\r\n                            -0.00011033\r\n                        ],\r\n                        [\r\n                            0.00018423,\r\n                            -0.00011034\r\n                        ],\r\n                        [\r\n                            0.00018426,\r\n                            -0.00011036\r\n                        ],\r\n                        [\r\n                            0.00018429,\r\n                            -0.0001104\r\n                        ],\r\n                        [\r\n                            0.00018433,\r\n                            -0.00011044\r\n                        ],\r\n                        [\r\n                            0.00018438,\r\n                            -0.00011049\r\n                        ],\r\n                        [\r\n                            0.00018444,\r\n                            -0.00011054\r\n                        ],\r\n                        [\r\n                            0.0001845,\r\n                            -0.00011061\r\n                        ],\r\n                        [\r\n                            0.00018456,\r\n                            -0.00011067\r\n                        ],\r\n                        [\r\n                            0.00018463,\r\n                            -0.00011074\r\n                        ],\r\n                        [\r\n                            0.0001847,\r\n                            -0.00011081\r\n                        ],\r\n                        [\r\n                            0.00018478,\r\n                            -0.00011089\r\n                        ],\r\n                        [\r\n                            0.00018485,\r\n                            -0.00011096\r\n                        ],\r\n                        [\r\n                            0.00018493,\r\n                            -0.00011104\r\n                        ],\r\n                        [\r\n                            0.000185,\r\n                            -0.00011111\r\n                        ],\r\n                        [\r\n                            0.00018507,\r\n                            -0.00011119\r\n                        ],\r\n                        [\r\n                            0.00018514,\r\n                            -0.00011126\r\n                        ],\r\n                        [\r\n                            0.00018521,\r\n                            -0.00011132\r\n                        ],\r\n                        [\r\n                            0.00018527,\r\n                            -0.00011139\r\n                        ],\r\n                        [\r\n                            0.00018533,\r\n                            -0.00011144\r\n                        ],\r\n                        [\r\n                            0.00018538,\r\n                            -0.00011149\r\n                        ],\r\n                        [\r\n                            0.00018542,\r\n                            -0.00011154\r\n                        ],\r\n                        [\r\n                            0.00018546,\r\n                            -0.00011157\r\n                        ],\r\n                        [\r\n                            0.00018548,\r\n                            -0.0001116\r\n                        ],\r\n                        [\r\n                            0.0001855,\r\n                            -0.00011162\r\n                        ],\r\n                        [\r\n                            0.00018551,\r\n                            -0.00011162\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00016322,\r\n                            -0.0001067\r\n                        ],\r\n                        [\r\n                            0.00017257,\r\n                            -9.669e-05\r\n                        ],\r\n                        [\r\n                            0.00017257,\r\n                            -6.972e-05\r\n                        ],\r\n                        [\r\n                            0.00016762,\r\n                            -6.972e-05\r\n                        ],\r\n                        [\r\n                            0.00016093,\r\n                            -6.33e-05\r\n                        ],\r\n                        [\r\n                            0.00016093,\r\n                            -6.26e-05\r\n                        ],\r\n                        [\r\n                            0.00015774,\r\n                            -6.26e-05\r\n                        ],\r\n                        [\r\n                            0.00015774,\r\n                            -6.467e-05\r\n                        ],\r\n                        [\r\n                            0.00016634,\r\n                            -7.294e-05\r\n                        ],\r\n                        [\r\n                            0.00016938,\r\n                            -7.294e-05\r\n                        ],\r\n                        [\r\n                            0.00016938,\r\n                            -9.542e-05\r\n                        ],\r\n                        [\r\n                            0.00016184,\r\n                            -0.00010349\r\n                        ],\r\n                        [\r\n                            0.00014793,\r\n                            -0.00010349\r\n                        ],\r\n                        [\r\n                            0.00014793,\r\n                            -4.537e-05\r\n                        ],\r\n                        [\r\n                            0.00014473,\r\n                            -4.537e-05\r\n                        ],\r\n                        [\r\n                            0.00014473,\r\n                            -0.0001067\r\n                        ],\r\n                        [\r\n                            0.00016322,\r\n                            -0.0001067\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00017622,\r\n                            -4.859e-05\r\n                        ],\r\n                        [\r\n                            0.00017622,\r\n                            -2.079e-05\r\n                        ],\r\n                        [\r\n                            0.00017303,\r\n                            -2.079e-05\r\n                        ],\r\n                        [\r\n                            0.00017303,\r\n                            -4.537e-05\r\n                        ],\r\n                        [\r\n                            0.00015386,\r\n                            -4.537e-05\r\n                        ],\r\n                        [\r\n                            0.00015386,\r\n                            -4.859e-05\r\n                        ],\r\n                        [\r\n                            0.00017622,\r\n                            -4.859e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00016093,\r\n                            -5.456e-05\r\n                        ],\r\n                        [\r\n                            0.00016093,\r\n                            -4.698e-05\r\n                        ],\r\n                        [\r\n                            0.00015774,\r\n                            -4.698e-05\r\n                        ],\r\n                        [\r\n                            0.00015774,\r\n                            -5.456e-05\r\n                        ],\r\n                        [\r\n                            0.00016093,\r\n                            -5.456e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00011233,\r\n                            -4.629e-05\r\n                        ],\r\n                        [\r\n                            0.00011233,\r\n                            -3.458e-05\r\n                        ],\r\n                        [\r\n                            0.00010914,\r\n                            -3.458e-05\r\n                        ],\r\n                        [\r\n                            0.00010914,\r\n                            -4.629e-05\r\n                        ],\r\n                        [\r\n                            0.00011233,\r\n                            -4.629e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00011233,\r\n                            -0.00010418\r\n                        ],\r\n                        [\r\n                            0.00011233,\r\n                            -5.824e-05\r\n                        ],\r\n                        [\r\n                            0.00010914,\r\n                            -5.824e-05\r\n                        ],\r\n                        [\r\n                            0.00010914,\r\n                            -0.00010418\r\n                        ],\r\n                        [\r\n                            0.00011233,\r\n                            -0.00010418\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012899,\r\n                            -7.96e-05\r\n                        ],\r\n                        [\r\n                            0.00012899,\r\n                            -7.638e-05\r\n                        ],\r\n                        [\r\n                            0.00011074,\r\n                            -7.638e-05\r\n                        ],\r\n                        [\r\n                            0.00011074,\r\n                            -7.96e-05\r\n                        ],\r\n                        [\r\n                            0.00012899,\r\n                            -7.96e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013859,\r\n                            -5.295e-05\r\n                        ],\r\n                        [\r\n                            0.00013859,\r\n                            -3.472e-05\r\n                        ],\r\n                        [\r\n                            0.00013745,\r\n                            -3.472e-05\r\n                        ],\r\n                        [\r\n                            0.00013745,\r\n                            -5.295e-05\r\n                        ],\r\n                        [\r\n                            0.00013859,\r\n                            -5.295e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00014633,\r\n                            -0.0001067\r\n                        ],\r\n                        [\r\n                            0.00014633,\r\n                            -0.00010349\r\n                        ],\r\n                        [\r\n                            9.42e-06,\r\n                            -0.00010349\r\n                        ],\r\n                        [\r\n                            9.42e-06,\r\n                            -0.0001067\r\n                        ],\r\n                        [\r\n                            0.00014633,\r\n                            -0.0001067\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            5.164e-05,\r\n                            -0.0001051\r\n                        ],\r\n                        [\r\n                            5.164e-05,\r\n                            -8.052e-05\r\n                        ],\r\n                        [\r\n                            4.845e-05,\r\n                            -8.052e-05\r\n                        ],\r\n                        [\r\n                            4.845e-05,\r\n                            -0.0001051\r\n                        ],\r\n                        [\r\n                            5.164e-05,\r\n                            -0.0001051\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00023105,\r\n                            -0.00017244\r\n                        ],\r\n                        [\r\n                            -0.00023105,\r\n                            -0.00012187\r\n                        ],\r\n                        [\r\n                            -0.00017082,\r\n                            -0.00012187\r\n                        ],\r\n                        [\r\n                            -0.00017082,\r\n                            -0.00011865\r\n                        ],\r\n                        [\r\n                            -0.00023425,\r\n                            -0.00011865\r\n                        ],\r\n                        [\r\n                            -0.00023425,\r\n                            -0.00017244\r\n                        ],\r\n                        [\r\n                            -0.00023105,\r\n                            -0.00017244\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00014066,\r\n                            -0.00016267\r\n                        ],\r\n                        [\r\n                            -0.00014066,\r\n                            -0.00015917\r\n                        ],\r\n                        [\r\n                            -2.222e-05,\r\n                            -0.00015915\r\n                        ],\r\n                        [\r\n                            -2.118e-05,\r\n                            -0.0001602\r\n                        ],\r\n                        [\r\n                            -1.545e-05,\r\n                            -0.00015443\r\n                        ],\r\n                        [\r\n                            -1.285e-05,\r\n                            -0.00015704\r\n                        ],\r\n                        [\r\n                            -1.063e-05,\r\n                            -0.00015482\r\n                        ],\r\n                        [\r\n                            -1.545e-05,\r\n                            -0.00014997\r\n                        ],\r\n                        [\r\n                            -2.143e-05,\r\n                            -0.000156\r\n                        ],\r\n                        [\r\n                            -0.00014379,\r\n                            -0.00015602\r\n                        ],\r\n                        [\r\n                            -0.00014379,\r\n                            -0.00016267\r\n                        ],\r\n                        [\r\n                            -0.00014066,\r\n                            -0.00016267\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            -0.00014066,\r\n                            -0.00017244\r\n                        ],\r\n                        [\r\n                            -0.00014066,\r\n                            -0.00016804\r\n                        ],\r\n                        [\r\n                            -0.00014379,\r\n                            -0.00016804\r\n                        ],\r\n                        [\r\n                            -0.00014379,\r\n                            -0.00017244\r\n                        ],\r\n                        [\r\n                            -0.00014066,\r\n                            -0.00017244\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012317,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012317,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012241,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012241,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012317,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012317,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012317,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012241,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012241,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012317,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012393,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012393,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012317,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012317,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012393,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012393,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012393,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012317,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012317,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012393,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012469,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012469,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012393,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012393,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012469,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012469,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012469,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012393,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012393,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012469,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012545,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012545,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012469,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012469,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012545,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012545,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012545,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012469,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012469,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012545,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012621,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012621,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012545,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012545,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012621,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012621,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012621,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012545,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012545,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012621,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012697,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012697,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012621,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012621,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012697,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012697,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012697,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012621,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012621,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012697,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012773,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012773,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012697,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012697,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012773,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012773,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012773,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012697,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012697,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012773,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012849,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012849,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012773,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012773,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012849,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012849,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012849,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012773,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012773,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012849,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012925,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012925,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012849,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012849,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012925,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012925,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012925,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012849,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012849,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00012925,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013001,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012925,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012925,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013001,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012925,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00012925,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.435e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.435e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.512e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.512e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.435e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.435e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.435e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.512e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.512e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.435e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.359e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.359e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.435e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.435e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.359e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.359e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.359e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.435e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.435e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.359e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.282e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.282e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.359e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.359e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.282e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.282e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.282e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.359e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.359e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.282e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.206e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.206e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.282e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.282e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.206e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.206e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.206e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.282e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.282e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.206e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.129e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.129e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.206e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.206e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.129e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.129e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.129e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.206e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.206e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.129e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.053e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.053e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.129e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.129e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.053e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.053e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.053e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.129e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.129e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.053e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -3.976e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.976e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.053e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.053e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.976e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -3.976e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.976e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.053e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.053e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.976e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -3.9e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.9e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.976e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.976e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.9e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -3.9e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.9e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.976e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.976e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.9e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -3.823e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.823e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.9e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.9e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.823e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -3.823e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.823e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.9e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.9e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.823e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.823e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.823e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.747e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.823e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.823e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.747e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -5.2e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.2e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.276e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.276e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.2e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -5.2e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.2e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.276e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.276e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.2e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -5.123e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.123e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.2e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.2e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.123e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -5.123e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.123e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.2e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.2e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.123e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -5.047e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.047e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.123e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.123e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.047e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -5.047e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.047e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.123e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.123e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.047e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.97e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.97e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.047e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.047e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.97e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.97e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.97e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.047e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.047e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.97e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.894e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.894e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.97e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.97e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.894e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.894e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.894e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.97e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.97e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.894e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.817e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.817e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.894e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.894e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.817e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.817e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.817e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.894e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.894e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.817e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.741e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.741e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.817e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.817e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.741e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.741e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.741e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.817e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.817e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.741e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.664e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.664e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.741e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.741e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.664e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.664e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.664e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.741e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.741e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.664e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.588e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.588e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.664e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.664e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.588e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.588e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.588e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.664e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.664e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.588e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.512e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.512e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.588e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.588e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.512e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013695,\r\n                            -4.512e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.512e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -4.588e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.588e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -4.512e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013747,\r\n                            -2.995e-05\r\n                        ],\r\n                        [\r\n                            0.00012229,\r\n                            -2.995e-05\r\n                        ],\r\n                        [\r\n                            0.00012229,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00013747,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00013747,\r\n                            -2.995e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013747,\r\n                            -2.995e-05\r\n                        ],\r\n                        [\r\n                            0.00012229,\r\n                            -2.995e-05\r\n                        ],\r\n                        [\r\n                            0.00012229,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00013747,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00013747,\r\n                            -2.995e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012949,\r\n                            -3.799e-05\r\n                        ],\r\n                        [\r\n                            0.00012949,\r\n                            -5.301e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.301e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.799e-05\r\n                        ],\r\n                        [\r\n                            0.00012949,\r\n                            -3.799e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00012949,\r\n                            -3.799e-05\r\n                        ],\r\n                        [\r\n                            0.00012949,\r\n                            -5.301e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -5.301e-05\r\n                        ],\r\n                        [\r\n                            0.00013001,\r\n                            -3.799e-05\r\n                        ],\r\n                        [\r\n                            0.00012949,\r\n                            -3.799e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013747,\r\n                            -5.301e-05\r\n                        ],\r\n                        [\r\n                            0.00013747,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.301e-05\r\n                        ],\r\n                        [\r\n                            0.00013747,\r\n                            -5.301e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00013747,\r\n                            -5.301e-05\r\n                        ],\r\n                        [\r\n                            0.00013747,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -3.048e-05\r\n                        ],\r\n                        [\r\n                            0.00013695,\r\n                            -5.301e-05\r\n                        ],\r\n                        [\r\n                            0.00013747,\r\n                            -5.301e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.0001379,\r\n                            -3.988e-05\r\n                        ],\r\n                        [\r\n                            0.00013333,\r\n                            -4.055e-05\r\n                        ],\r\n                        [\r\n                            0.00013333,\r\n                            -3.976e-05\r\n                        ],\r\n                        [\r\n                            0.00012876,\r\n                            -4.054e-05\r\n                        ],\r\n                        [\r\n                            0.00012876,\r\n                            -5.479e-05\r\n                        ],\r\n                        [\r\n                            0.00013812,\r\n                            -5.479e-05\r\n                        ],\r\n                        [\r\n                            0.0001379,\r\n                            -3.988e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00017786,\r\n                            -5.455e-05\r\n                        ],\r\n                        [\r\n                            0.00017691,\r\n                            -5.456e-05\r\n                        ],\r\n                        [\r\n                            0.00017691,\r\n                            -7.799e-05\r\n                        ],\r\n                        [\r\n                            0.00018991,\r\n                            -7.799e-05\r\n                        ],\r\n                        [\r\n                            0.00018991,\r\n                            -5.364e-05\r\n                        ],\r\n                        [\r\n                            0.00018865,\r\n                            -5.364e-05\r\n                        ],\r\n                        [\r\n                            0.00018307,\r\n                            -5.459e-05\r\n                        ],\r\n                        [\r\n                            0.00018307,\r\n                            -5.364e-05\r\n                        ],\r\n                        [\r\n                            0.00017786,\r\n                            -5.455e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00017741,\r\n                            -5.489e-05\r\n                        ],\r\n                        [\r\n                            0.00018284,\r\n                            -5.392e-05\r\n                        ],\r\n                        [\r\n                            0.00018284,\r\n                            -5.486e-05\r\n                        ],\r\n                        [\r\n                            0.00018901,\r\n                            -5.378e-05\r\n                        ],\r\n                        [\r\n                            0.00018893,\r\n                            -5.332e-05\r\n                        ],\r\n                        [\r\n                            0.0001833,\r\n                            -5.432e-05\r\n                        ],\r\n                        [\r\n                            0.0001833,\r\n                            -5.337e-05\r\n                        ],\r\n                        [\r\n                            0.00017733,\r\n                            -5.444e-05\r\n                        ],\r\n                        [\r\n                            0.00017741,\r\n                            -5.489e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"Polygon\",\r\n                \"coordinates\": [\r\n                    [\r\n                        [\r\n                            0.00017741,\r\n                            -5.489e-05\r\n                        ],\r\n                        [\r\n                            0.00018284,\r\n                            -5.392e-05\r\n                        ],\r\n                        [\r\n                            0.00018284,\r\n                            -5.486e-05\r\n                        ],\r\n                        [\r\n                            0.00018901,\r\n                            -5.378e-05\r\n                        ],\r\n                        [\r\n                            0.00018893,\r\n                            -5.332e-05\r\n                        ],\r\n                        [\r\n                            0.0001833,\r\n                            -5.432e-05\r\n                        ],\r\n                        [\r\n                            0.0001833,\r\n                            -5.337e-05\r\n                        ],\r\n                        [\r\n                            0.00017733,\r\n                            -5.444e-05\r\n                        ],\r\n                        [\r\n                            0.00017741,\r\n                            -5.489e-05\r\n                        ]\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"LineString\",\r\n                \"coordinates\": [\r\n                    [\r\n                        -0.00032873,\r\n                        0.00020808\r\n                    ],\r\n                    [\r\n                        -0.00032873,\r\n                        -0.00020808\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"properties\": {},\r\n            \"geometry\": {\r\n                \"type\": \"LineString\",\r\n                \"coordinates\": [\r\n                    [\r\n                        -0.00032873,\r\n                        -0.00020808\r\n                    ],\r\n                    [\r\n                        0.00032873,\r\n                        -0.00020808\r\n                    ]\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    -0.00032873,\r\n                    0.00020808\r\n                ]\r\n            },\r\n            \"properties\": {\r\n                \"typeCode\": \"georeferencing-anchor\",\r\n                \"originalCoordinates\": [\r\n                    -1331.09619238,\r\n                    -4146.59919839\r\n                ]\r\n            }\r\n        },\r\n        {\r\n            \"type\": \"Feature\",\r\n            \"geometry\": {\r\n                \"type\": \"Point\",\r\n                \"coordinates\": [\r\n                    0.00032873,\r\n                    -0.00020808\r\n                ]\r\n            },\r\n            \"properties\": {\r\n                \"typeCode\": \"georeferencing-anchor\",\r\n                \"originalCoordinates\": [\r\n                    1550.40681362,\r\n                    -5958.32264529\r\n                ]\r\n            }\r\n        }\r\n    ]\r\n}\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/tools/clients/{{clientIdentifier}}/georeference-raster",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"tools",
										"clients",
										"{{clientIdentifier}}",
										"georeference-raster"
									]
								}
							},
							"response": []
						},
						{
							"name": "Geojson to PNG Conversion",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"geojson\": {\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n      {\r\n        \"type\": \"Feature\",\r\n        \"geometry\": {\r\n          \"type\": \"LineString\",\r\n          \"coordinates\": [\r\n            [\r\n              -72.74328192,\r\n              41.81297008\r\n            ],\r\n            [\r\n              -72.74328192,\r\n              41.81295383\r\n            ]\r\n          ]\r\n        },\r\n        \"properties\": {}\r\n      },\r\n      {\r\n        \"type\": \"Feature\",\r\n        \"geometry\": {\r\n          \"type\": \"LineString\",\r\n          \"coordinates\": [\r\n            [\r\n              -72.74328574,\r\n              41.81297008\r\n            ],\r\n            [\r\n              -72.74328574,\r\n              41.81295383\r\n            ]\r\n          ]\r\n        },\r\n        \"properties\": {}\r\n      }\r\n    ]\r\n  }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/tools/clients/{{clientIdentifier}}/geojson-to-png",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"tools",
										"clients",
										"{{clientIdentifier}}",
										"geojson-to-png"
									]
								}
							},
							"response": []
						},
						{
							"name": "Validate CAD File",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"fileType\": \"dxf\",\r\n  \"inputFileUrl\": \"https://pointrbackendstorage.blob.core.windows.net/swagger-files/roomTest3.dxf\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/tools/clients/{{clientIdentifier}}/validate-cad",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"tools",
										"clients",
										"{{clientIdentifier}}",
										"validate-cad"
									]
								}
							},
							"response": []
						},
						{
							"name": "Calculate Anchors",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"geojson\": {\r\n    \"type\": \"FeatureCollection\",\r\n    \"features\": [\r\n      {\r\n        \"type\": \"Feature\",\r\n        \"geometry\": {\r\n          \"type\": \"LineString\",\r\n          \"coordinates\": [\r\n            [\r\n              -72.74328192,\r\n              41.81297008\r\n            ],\r\n            [\r\n              -72.74328192,\r\n              41.81295383\r\n            ]\r\n          ]\r\n        },\r\n        \"properties\": {}\r\n      },\r\n      {\r\n        \"type\": \"Feature\",\r\n        \"geometry\": {\r\n          \"type\": \"LineString\",\r\n          \"coordinates\": [\r\n            [\r\n              -72.74328574,\r\n              41.81297008\r\n            ],\r\n            [\r\n              -72.74328574,\r\n              41.81295383\r\n            ]\r\n          ]\r\n        },\r\n        \"properties\": {}\r\n      }\r\n    ]\r\n  }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/tools/clients/{{clientIdentifier}}/calculate-anchors",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"tools",
										"clients",
										"{{clientIdentifier}}",
										"calculate-anchors"
									]
								}
							},
							"response": []
						},
						{
							"name": "Compare Maps",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n  \"oldMap\": {\r\n    \"fileUrl\": \"https://pointrmapscale.blob.core.windows.net/results/mapscale_source_ptr.geojson?sv=2022-11-02&ss=bfqt&srt=sco&sp=rwdlacupiytfx&se=2028-01-18T14:59:29Z&st=2024-01-18T06:59:29Z&spr=https&sig=burNrWu6kCcMzeLgv7db8l%2FUktnwEeekfUy58%2F2WA%2FU%3D\"\r\n  },\r\n  \"newMap\": {\r\n    \"fileUrl\": \"https://pointrmapscale.blob.core.windows.net/results/mapscale_source_ptr.geojson?sv=2022-11-02&ss=bfqt&srt=sco&sp=rwdlacupiytfx&se=2028-01-18T14:59:29Z&st=2024-01-18T06:59:29Z&spr=https&sig=burNrWu6kCcMzeLgv7db8l%2FUktnwEeekfUy58%2F2WA%2FU%3D\"\r\n  },\r\n  \"config\": {\r\n    \"findMovedFeatures\": false,\r\n    \"generatePdfReport\": false\r\n    }\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/tools/clients/{{clientIdentifier}}/compare-maps",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"tools",
										"clients",
										"{{clientIdentifier}}",
										"compare-maps"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "UTILS",
					"item": [
						{
							"name": "Decrypt Encrypted Strings",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"encryptedString\": \"rrlf/4C69Mn0CfhY1ZcMkWMcOD7TmeJ1l47JUACAkwM93EKhSxXwxbB3CDZ7892rnB+4QiMeTi7vh+oWOu18R8aWLlQ8Mf/PaGvc5wglKII=\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/utility/clients/{{clientIdentifier}}/decrypt",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"utility",
										"clients",
										"{{clientIdentifier}}",
										"decrypt"
									]
								}
							},
							"response": []
						},
						{
							"name": "Upload Image",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"fileType\": \"png\",\r\n    \"imageFile\": \"base64_encoded_image\"\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/utility/clients/{{clientIdentifier}}/upload-image",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"utility",
										"clients",
										"{{clientIdentifier}}",
										"upload-image"
									]
								}
							},
							"response": []
						},
						{
							"name": "Upload File",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "multipart/form-data",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "file",
											"type": "file",
											"src": "postman-cloud:///1efb877b-9ef4-4720-9d10-69f79d8635b8",
											"disabled": true
										},
										{
											"key": "file",
											"type": "file",
											"src": "postman-cloud:///1efe941a-d94c-4950-9dba-f6d1518a5c80"
										}
									]
								},
								"url": {
									"raw": "{{link}}/api/v9/utility/clients/{{clientIdentifier}}/upload-file",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"utility",
										"clients",
										"{{clientIdentifier}}",
										"upload-file"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "IMDF",
					"item": [
						{
							"name": "Convert Geojson to Imdf",
							"request": {
								"method": "POST",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/imdf/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/imdf-job/convert",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"imdf",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}",
										"imdf-job",
										"convert"
									]
								}
							},
							"response": []
						},
						{
							"name": "Geojson to Imdf Job Status",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/imdf/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/buildings/{{buildingIdentifier}}/imdf-job/status",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"imdf",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"buildings",
										"{{buildingIdentifier}}",
										"imdf-job",
										"status"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "TILES",
					"item": [
						{
							"name": "Client Tiles And CDN",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/tiles",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"published",
										"clients",
										"{{clientIdentifier}}",
										"tiles"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "TAXONOMIES",
					"item": [
						{
							"name": "Published Client Feature Types",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/taxonomies",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"published",
										"clients",
										"{{clientIdentifier}}",
										"taxonomies"
									]
								}
							},
							"response": []
						},
						{
							"name": "Draft Client Feature Types",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/taxonomies",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"taxonomies"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Client Feature Types (Taxonomy)",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"taxonomyUrl\": \"https://pointrmapstorage.blob.core.windows.net/taxonomy/ptr_taxonomy_v9.json\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/taxonomies",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"taxonomies"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "BEACON SEARCH API",
					"item": [
						{
							"name": "Query Beacon's SiteIdentifier",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/beacons/clients/{{clientIdentifier}}/search?uuid=AAAAAAA0-BBB0-CCC0-DDD0-431E50385F1D&major=7&minor=2001",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"beacons",
										"clients",
										"{{clientIdentifier}}",
										"search"
									],
									"query": [
										{
											"key": "uuid",
											"value": "AAAAAAA0-BBB0-CCC0-DDD0-431E50385F1D",
											"description": "The UUID of the beacon"
										},
										{
											"key": "major",
											"value": "7",
											"description": "The major value of the beacon"
										},
										{
											"key": "minor",
											"value": "2001",
											"description": "The minor value of the beacon"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "USERS",
					"item": [
						{
							"name": "Retrieve Users",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/identity/clients/{{clientIdentifier}}/users",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"clients",
										"{{clientIdentifier}}",
										"users"
									]
								}
							},
							"response": []
						},
						{
							"name": "Retrieve User Details",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/identity/clients/{{clientIdentifier}}/users/{{userIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"clients",
										"{{clientIdentifier}}",
										"users",
										"{{userIdentifier}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Create New User",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"email\": \"user@pointr.tech\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/identity/clients/{{clientIdentifier}}/users",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"clients",
										"{{clientIdentifier}}",
										"users"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update User",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"email\": \"user@pointr.tech\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/identity/clients/{{clientIdentifier}}/users/{{userIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"clients",
										"{{clientIdentifier}}",
										"users",
										"{{userIdentifier}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete User",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/identity/clients/{{clientIdentifier}}/users/{{userIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"clients",
										"{{clientIdentifier}}",
										"users",
										"{{userIdentifier}}"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "USER PERMISSIONS",
					"item": [
						{
							"name": "Retrieve User Permissions",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/identity/clients/{{clientIdentifier}}/users/{{userIdentifier}}/permissions",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"clients",
										"{{clientIdentifier}}",
										"users",
										"{{userIdentifier}}",
										"permissions"
									]
								}
							},
							"response": []
						},
						{
							"name": "Assign User Permission",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"permissionList\": [\r\n    {\r\n        \"type\": \"Readonly\",\r\n        \"hierarchy\": \"Client\",\r\n        \"identifier\": \"3fdb2ed1-b1ea-4e99-b56a-4fcc8d6c4978\"\r\n    },\r\n    {\r\n        \"type\": \"Editor\",\r\n        \"hierarchy\": \"Site\",\r\n        \"identifier\": \"fdc98efb-2c69-44d8-b3eb-a7d73eaea4cc\"\r\n    },\r\n    {\r\n        \"type\": \"Editor\",\r\n        \"hierarchy\": \"Site\",\r\n        \"identifier\": \"fdc98efb-2c69-44d8-b3eb-a7d73eaea4cc\"\r\n    }\r\n]\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/identity/clients/{{clientIdentifier}}/users/{{userIdentifier}}/permissions",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"clients",
										"{{clientIdentifier}}",
										"users",
										"{{userIdentifier}}",
										"permissions"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Permission",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/identity/clients/{{clientIdentifier}}/users/{{userIdentifier}}/permissions/{{permissionIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"identity",
										"clients",
										"{{clientIdentifier}}",
										"users",
										"{{userIdentifier}}",
										"permissions",
										"{{permissionIdentifier}}"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "VERSIONS",
					"item": [
						{
							"name": "Retrieve Global Versions",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/versions",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"published",
										"clients",
										"{{clientIdentifier}}",
										"versions"
									]
								}
							},
							"response": []
						},
						{
							"name": "Retrieve Site Versions",
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/sites/{{siteIdentifier}}/versions",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"published",
										"clients",
										"{{clientIdentifier}}",
										"sites",
										"{{siteIdentifier}}",
										"versions"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "WEBHOOKS",
					"item": [
						{
							"name": "Webhook Configurations",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {\r",
											"var jsonData = JSON.parse(responseBody);\r",
											"pm.collectionVariables.set(\"webhookConfigurationId\", jsonData[0].id);\r",
											"} catch (a) {\r",
											"    Error(pm.response.json().error.message);\r",
											"}"
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/webhooks/clients/{{clientIdentifier}}/webhook-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"webhooks",
										"clients",
										"{{clientIdentifier}}",
										"webhook-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Webhook Configuration",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/webhooks/clients/{{clientIdentifier}}/webhook-configurations/{{webhookConfigurationId}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"webhooks",
										"clients",
										"{{clientIdentifier}}",
										"webhook-configurations",
										"{{webhookConfigurationId}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Create Webhook Configuration",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"url\": \"https://example.com/webhook\",\r\n    \"headerKey\": \"Authorization\",\r\n    \"headerValue\": \"Bearer token_value\",\r\n    \"retryCountMax\": 20,\r\n    \"retryIntervalInSecond\": 60,\r\n    \"retryFailureNotifyAddress\": [\r\n        \"email1@example.com\",\r\n        \"email2@example.com\"\r\n    ]\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/webhooks/clients/{{clientIdentifier}}/webhook-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"webhooks",
										"clients",
										"{{clientIdentifier}}",
										"webhook-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Webhook Configuration",
							"request": {
								"method": "PUT",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"url\": \"https://updated-url.com/webhook\",\r\n    \"headerKey\": \"Authorization\",\r\n    \"headerValue\": \"Bearer updated_token\",\r\n    \"retryCountMax\": 15,\r\n    \"retryIntervalInSecond\": 120,\r\n    \"retryFailureNotifyAddress\": [\r\n        \"email1@example.com\",\r\n        \"email3@example.com\"\r\n    ]\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/webhooks/clients/{{clientIdentifier}}/webhook-configurations/{{webhookConfigurationId}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"webhooks",
										"clients",
										"{{clientIdentifier}}",
										"webhook-configurations",
										"{{webhookConfigurationId}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Webhook Configuration",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/webhooks/clients/{{clientIdentifier}}/webhook-configurations/{{webhookConfigurationId}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"webhooks",
										"clients",
										"{{clientIdentifier}}",
										"webhook-configurations",
										"{{webhookConfigurationId}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Webhooks",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {\r",
											"var jsonData = JSON.parse(responseBody);\r",
											"pm.collectionVariables.set(\"webhookLogId\", jsonData.webhookNotifications[0].id);\r",
											"} catch (a) {\r",
											"    Error(pm.response.json().error.message);\r",
											"}"
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/webhooks/clients/{{clientIdentifier}}/webhooks",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"webhooks",
										"clients",
										"{{clientIdentifier}}",
										"webhooks"
									]
								}
							},
							"response": []
						},
						{
							"name": "Resend Webhooks",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\r\n    \"url\": \"https://google.com\",\r\n    \"headerKey\": \"test-update\",\r\n    \"headerValue\": \"test-update\",\r\n    \"retryCountMax\": 20,\r\n    \"retryIntervalInSecond\": 60,\r\n    \"retryFailureNotifyAddress\": [ \"xxx@gmail.com\", \"yyy@gmail.com\", \"zzz@gmail.com\"], \r\n    \"isActive\": true\r\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/webhooks/clients/{{clientIdentifier}}/webhooks/resend/{{webhookLogId}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"webhooks",
										"clients",
										"{{clientIdentifier}}",
										"webhooks",
										"resend",
										"{{webhookLogId}}"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "APPLICATION CONFIGURATIONS",
					"item": [
						{
							"name": "Application Configurations",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/application-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"application-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Application Configuration",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/application-configurations/{{key}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"application-configurations",
										"{{key}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Add Application Configurations",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "[\n    {\n        \"key\": \"PointrCloudDashboardUrl\",\n        \"Value\": \"https://dashboard2.pointr.cloud\",\n        \"valueType\": \"String\"\n    },\n    {\n        \"key\": \"MapScaleRestApiBaseUrl\",\n        \"Value\": \"https://mapscale-api2.pointr.cloud\",\n        \"valueType\": \"String\"\n    }\n]",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/application-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"application-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Application Configurations",
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"value\": \"https://mapscdn.pointr.tech/style/9/light.json\",\n    \"valueType\": \"String\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/application-configurations",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"application-configurations"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete Application Configurations",
							"request": {
								"method": "DELETE",
								"header": [],
								"body": {
									"mode": "raw",
									"raw": "",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/application-configurations/{{application-configuration-key}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"application-configurations",
										"{{application-configuration-key}}"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "X-API-KEY EXAMPLE",
					"item": [
						{
							"name": "Draft Sites With X-API-KEY",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											"try {\r",
											"    if (pm.response.code >= 200 && pm.response.code < 300) \r",
											"    {\r",
											"        var jsonData = pm.response.json();\r",
											"        if (jsonData.features.length > 0) {\r",
											"            pm.collectionVariables.set(\"siteIdentifier\", jsonData.features[0].properties.fid);\r",
											"        }\r",
											"    }\r",
											"    else\r",
											"    {\r",
											"        console.error(pm.response.json().message);\r",
											"    }\r",
											"} catch (a) {\r",
											"    console.error(pm.response.json().message);\r",
											"}"
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"request": {
								"auth": {
									"type": "noauth"
								},
								"method": "GET",
								"header": [
									{
										"key": "X-API-KEY",
										"value": "{{apikey}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/sites",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"sites"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "PERSONA",
					"item": [
						{
							"name": "Create Persona",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\" : \"Personawa 4\",\n    \"styleUrl\": \"https://example.com/styles/premium.json\",\n    \"color\" : \"#fdb912\",\n    \"isDefault\" : true\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/personas",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"personas"
									]
								}
							},
							"response": []
						},
						{
							"name": "Update Persona",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "PUT",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"name\" : \"Persona  2\",\n    \"styleUrl\": \"https://example.com/styles/premium.json\",\n    \"color\" : \"#fdb912\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/personas/{{personaIdentifier}}",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"personas",
										"{{personaIdentifier}}"
									]
								}
							},
							"response": []
						},
						{
							"name": "Draft Client Personas",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/draft/clients/{{clientIdentifier}}/personas",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"draft",
										"clients",
										"{{clientIdentifier}}",
										"personas"
									]
								}
							},
							"response": []
						},
						{
							"name": "Published Client Personas",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {},
										"requests": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/published/clients/{{clientIdentifier}}/personas",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"published",
										"clients",
										"{{clientIdentifier}}",
										"personas"
									]
								}
							},
							"response": []
						},
						{
							"name": "Draft Persona",
							"event": [
								{
									"listen": "test",
									"script": {
										"exec": [
											""
										],
										"type": "text/javascript",
										"packages": {}
									}
								}
							],
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "{{jwt_token_up}}"
									}
								],
								"url": {
									"raw": "{{link}}/api/v9/content/published/clients",
									"host": [
										"{{link}}"
									],
									"path": [
										"api",
										"v9",
										"content",
										"published",
										"clients"
									]
								}
							},
							"response": []
						}
					]
				}
			]
		}
	],
	"auth": {
		"type": "bearer",
		"bearer": [
			{
				"key": "token",
				"value": "{{jwt_token_up}}",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "link",
			"value": "https://mock.pointr.cloud",
			"type": "string"
		},
		{
			"key": "clientIdentifier",
			"value": "29e8e3b7-30a3-4c45-89fd-ee57607bd5d7"
		},
		{
			"key": "partnerIdentifier",
			"value": "0190d969-a558-719a-8cd5-588c1466574e",
			"type": "string"
		},
		{
			"key": "webhookConfigurationId",
			"value": "b3ebc09f-fa05-40ea-bb30-d0657eba5259"
		},
		{
			"key": "webhookLogId",
			"value": "4227af0b-b459-4c34-bb41-1418e6468ca0",
			"type": "string"
		},
		{
			"key": "siteIdentifier",
			"value": "fdc98efb-2c69-44d8-b3eb-a7d73eaea4cc"
		},
		{
			"key": "buildingIdentifier",
			"value": "0e386d75-1294-4452-abb8-5c957e07737a"
		},
		{
			"key": "jwt_token_route",
			"value": "api/v9/auth/token",
			"type": "default"
		},
		{
			"key": "username",
			"value": "airport-v9@pointr.tech",
			"type": "default"
		},
		{
			"key": "password",
			"value": "P01ntr102*",
			"type": "default"
		},
		{
			"key": "gt_username_password",
			"value": "password",
			"type": "default"
		},
		{
			"key": "gt_client_credentials",
			"value": "client_credentials",
			"type": "default"
		},
		{
			"key": "license_key",
			"value": "d5b82e9e-8b16-41ba-a80b-a2a6d4096859",
			"type": "default"
		},
		{
			"key": "jwt_token_up",
			"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbWFpbCI6ImRldnVzZXJAcG9pbnRyLnRlY2giLCJ1bmlxdWVfbmFtZSI6IiIsImZhbWlseV9uYW1lIjoiIiwidXNlcl9pZCI6IjEiLCJwYXJ0bmVyX2lkIjoiMSIsImNsaWVudHMiOiJhaXJwb3J0LXY5QHBvaW50ci50ZWNoIiwiYnVpbGRpbmdzIjoiMSIsInJvbGVzIjoiMiIsImdyYW50X3R5cGUiOiJwYXNzd29yZCIsIm5iZiI6MTczMTQwMDgxMywiZXhwIjoxNzMxNDA4MDEzLCJpYXQiOjE3MzE0MDA4MTN9.r_BE8Zh0vbAzN86TdEUf0173Rh8mi_fPtJ9eJj6cHCc",
			"type": "string"
		},
		{
			"key": "refreshToken",
			"value": "refreshToken"
		},
		{
			"key": "gt_refresh_token",
			"value": "refresh_token",
			"type": "default"
		},
		{
			"key": "gt_critical",
			"value": "critical",
			"type": "default"
		},
		{
			"key": "criticalAccessToken",
			"value": "2b8ff5e7d14bf7b6572f63986b5a4ea1",
			"type": "default"
		},
		{
			"key": "criticalAccessKey",
			"value": "c53f306c-ca19-4dad-aef2-e1467fa8501d",
			"type": "default"
		},
		{
			"key": "jwt_token_ca",
			"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjbGllbnRfaWQiOiJjZmUyNjYwMy1lMzZlLTQ3ZTEtOGI3ZC05YTc1MWY0OTAxZDIiLCJjbGllbnRfc2VjcmV0IjoiMmI4ZmY1ZTdkMTRiZjdiNjU3MmY2Mzk4NmI1YTRlYTEiLCJncmFudF90eXBlIjoiY3JpdGljYWwiLCJuYmYiOjE3Mjc3MDY3NjIsImV4cCI6MTcyNzcxNDI2MiwiaWF0IjoxNzI3NzA3MDYyfQ.TkbXD9fypmLkc3KCrsdeHJl3PUHK3rcV9GXjHX1rWbs"
		},
		{
			"key": "jwt_token_lk",
			"value": ""
		},
		{
			"key": "email",
			"value": "devuser@pointr.tech",
			"type": "default"
		},
		{
			"key": "resetPasswordToken",
			"value": "6flubvrtuzKE5At02GTwho7e7dSsoWUQmqgSgQLT",
			"type": "default"
		},
		{
			"key": "mraslink",
			"value": "https://localhost:44500",
			"type": "string"
		},
		{
			"key": "userIdentifier",
			"value": "",
			"type": "default"
		},
		{
			"key": "permissionIdentifier",
			"value": "",
			"type": "default"
		},
		{
			"key": "floorPlanId",
			"value": "",
			"type": "default"
		},
		{
			"key": "typeCode",
			"value": "",
			"type": "default"
		},
		{
			"key": "featureIdentifier",
			"value": "",
			"type": "default"
		},
		{
			"key": "identifier",
			"value": ""
		},
		{
			"key": "levelIdentifier",
			"value": ""
		},
		{
			"key": "levelIndex",
			"value": ""
		},
		{
			"key": "key",
			"value": "StyleJsonUrl",
			"type": "default"
		},
		{
			"key": "personaIdentifier",
			"value": "",
			"type": "default"
		}
	]
}