This commit is contained in:
2026-02-10 16:31:22 +05:00
11 changed files with 284 additions and 287 deletions
@@ -180,10 +180,14 @@ function getSelectOptions(
if (complexName === "hq") {
if (!floorsData) return [];
return floorsData.map((item) => {
if (item.floor === 29) return "29-30";
return item.floor.toString();
});
// Exclude floors 19, 20, 23, 24, 27, 28
const excludedFloors = [19, 20, 23, 24, 27, 28];
return floorsData
.filter((item) => !excludedFloors.includes(item.floor))
.map((item) => {
if (item.floor === 29) return "29-30";
return item.floor.toString();
});
}
// Default
+20 -20
View File
@@ -6,7 +6,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M445.7 136.824H435.2V111.611H410.631L410.796 99.6458C410.904 95.7675 412.972 91.9425 416.031 89.5569L467.812 49.1857C469.399 47.9484 471.119 46.8924 472.941 46.0374L473.326 45.8565C483.274 41.1872 494.7 48.4462 494.7 59.435V111.824H493.2V111.324H472.2V116.324H445.7V136.824Z",
textTransform: [467, 83],
formattedUnitType: "1BR",
formattedUnitType: "SE",
},
],
[
@@ -14,7 +14,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M429.279 154.76V157.211H399.801V155.762H392.675V156.5H391V157.5H375.121V145.324C375.121 142.011 377.386 139.324 380.7 139.324H386L385.7 120.324C385.7 117.011 388.386 114.324 391.7 114.324H392.5V117.5H427.5V119.824H434V154.76H429.279Z",
textTransform: [415, 134],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -22,7 +22,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M429.279 160.74V158.289H399.801V159.738H392.675V159H391V158H375.121V170.176C375.121 173.489 377.386 176.176 380.7 176.176H386L386 198H427.5V195.676H434V160.74H429.279Z",
textTransform: [415, 175],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -30,7 +30,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M447 157.211H451.721H481.199V155.762H488.325V156.5H490V157.5H505.879V145.324C505.879 142.011 503.614 139.324 500.3 139.324H495L495 114.5H493V117.5H453.5V119.824H447V154.76V157.211Z",
textTransform: [466, 132],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -38,7 +38,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M447 158.289H451.721H481.199V159.738H488.325V159H490V158H505.879V170.176C505.879 173.489 503.614 176.176 500.3 176.176H495L495 198H490V197.5H488.5V196.5H481.363V198H453.5V195.676H447V160.74V158.289Z",
textTransform: [466, 173],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -46,7 +46,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M447 238.711H451.721H481.199V237.262H488.325V238H490V239H505.879V226.824C505.879 223.511 503.614 220.824 500.3 220.824H495L495 199H490V199.5H488.5V200.5H481.363V199H453.5V201.324H447V236.26V238.711Z",
textTransform: [466, 215],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -54,7 +54,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M447 239.931H451.721H481.199V241.38H488.325V240.643H490V239.643H505.879V251.818C505.879 255.132 503.614 257.818 500.3 257.818H495L495 279.643H490V279.143H488.5V278.143H481.363V279.643H453.5V277.318H447V242.382V239.931Z",
textTransform: [466, 256],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -62,7 +62,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M447 320.422H451.721H481.199V318.973H488.325V319.711H490V320.711H505.879V308.535C505.879 305.221 503.614 302.535 500.3 302.535H495L495 280.711H490V281.211H488.5V282.211H481.363V280.711H453.5V283.035H447V317.971V320.422Z",
textTransform: [466, 296],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -70,7 +70,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M447 321.289H451.721H481.199V322.738H488.325V322H490V321H505.879V333.176C505.879 336.489 503.614 339.176 500.3 339.176H495L495 361H490V360.5H488.5V359.5H481.363V361H453.5V358.676H447V323.74V321.289Z",
textTransform: [466, 338],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -78,7 +78,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M304.933 466.689L305.132 504H270.83V502.5H263.796V503.316H262L262 504.255H246.308L246.176 492.567C246.139 489.227 248.5 486 252.5 486.148H257.433L257.5 483L257.137 482.5L257.137 464.312L262 464.312V464.867H263.672V465.844H270.902V464.359L298.5 464.359V466.689L304.933 466.689Z",
textTransform: [288, 399],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -86,7 +86,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M304.933 384.931L305.132 422.242H270.83V420.742H263.796V421.558H262L262 422.497H246.308L246.176 410.809C246.139 407.469 248.5 404.242 252.5 404.391H257.433L257.5 401.242L257.137 400.742L257.137 382.555L262 382.555V383.109H263.672V384.086H270.902V382.602L298.5 382.602V384.931L304.933 384.931Z",
textTransform: [287, 319],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -94,7 +94,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M304.933 303.376L305.132 340.687H270.83V339.187H263.796V340.003H262L262 340.942H246.308L246.176 329.254C246.139 325.914 248.5 322.687 252.5 322.836H257.433L257.5 319.687L257.137 319.187L257.137 301L262 301V301.555H263.672V302.531H270.902V301.047L298.5 301.047V303.376L304.933 303.376Z",
textTransform: [339, 480],
formattedUnitType: "1BR",
formattedUnitType: "SE",
},
],
[
@@ -102,7 +102,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M304.933 460.566L305.132 423.255H270.83V424.755H263.796V423.939H262L262 423H246.308L246.176 434.688C246.139 438.028 248.5 441.255 252.5 441.106H257.433L257.5 444.255L257.137 444.755L257.137 462.942L262 462.942V462.388H263.672V461.411H270.902V462.896L298.5 462.896V460.566L304.933 460.566Z",
textTransform: [287, 359],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -110,7 +110,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M304.933 379.066L305.132 341.755H270.83V343.255H263.796V342.439H262L262 341.5H246.308L246.176 353.188C246.139 356.528 248.5 359.755 252.5 359.606H257.433L257.5 362.755L257.137 363.255L257.137 381.442L262 381.442V380.888H263.672V379.911H270.902V381.396L298.5 381.396V379.066L304.933 379.066Z",
textTransform: [339, 523],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -118,7 +118,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M305 542.276L305.265 505H270.817V506.5H263.765V505.5L262 505.5V504.862H246.2L246.2 517C246.163 520.339 248.727 523 252.067 523H257.091L257.091 542.5C257.091 545.5 260.424 547.918 263.737 547.918V544.67H284.369L284.369 547H298.5L298.573 542.276H305Z",
textTransform: [287, 440],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -126,7 +126,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M324.666 542.5H318.2L318 507.5H322.773V505H352.5V506.5H359.5V505.634H361.228V505H376.5L376.632 516.933C376.632 520.273 373.972 523 370.633 523H365.7V548.156H361.277V547.562H359.415V544.5H324.666V542.5Z",
textTransform: [287, 523],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -134,7 +134,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M324.681 466.656H318.229L318.111 501.5H322.773L322.772 503.915H352.461V502.496L359.5 502.5V503.318H361.309V504.156H376.7L376.832 492.223C376.869 488.883 374.172 486.156 370.833 486.156H365.899V464.365H359.615H324.681V466.656Z",
textTransform: [328, 577],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -142,7 +142,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M445.814 358.42L433.5 358.5V379.323H435V384.823H433.5V420H435V425.823H433.5V431.823H435.156V432.594L457.334 432.743C458.442 432.743 459.546 432.628 460.63 432.4L462.217 432.066C466.249 431.217 469.799 428.845 472.126 425.444L489.225 402.842C490.442 401.063 494.753 391.808 494.788 389.653L495 362.243H490.129V362.834H488.294V363.743H481.284V362.243H445.814V358.42Z",
textTransform: [467, 381],
formattedUnitType: "2BR",
formattedUnitType: "SE",
},
],
[
@@ -150,7 +150,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M298.303 297.5H304.803V259H316.303V254H334.303V259H362.803V230.5H360.803L360.803 210.625H319.836L319.836 230.725H317V217H284.351V219.5H263.678V218.54C259.996 218.518 257 221.496 257 225.178V241H251.803C248.489 241 246.303 243.686 246.303 247V272C246.303 275.314 248.489 278 251.803 278H256.879V299.923H261.73V299.308H263.528V298.5H270.537V300H298.303V297.5Z",
textTransform: [298, 240],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
[
@@ -158,7 +158,7 @@ export const hq17_21_25Masks: FloorPlanMasks = new Map([
{
d: "M306 548V525H316.5V550.5H324.5V555H328.5V550.5H359V549.5H361V549H366V562.415C366 565.112 365.466 567.782 364.429 570.271C363.812 571.752 363.022 573.155 362.077 574.451L332.5 615L330.669 616.997C328.281 619.603 325.15 621.411 321.7 622.178C319.262 622.719 316.736 622.725 314.297 622.195L313.619 622.048C309.016 621.047 304.9 618.483 301.973 614.792L286.153 594.845C284.402 592.637 283.101 590.105 282.327 587.394C281.778 585.474 281.5 583.487 281.5 581.49V550.5H284V548H306Z",
textTransform: [287, 480],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
]);
+20 -20
View File
@@ -6,7 +6,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M445.7 136.824H435.2V111.611H410.631L410.796 99.6458C410.904 95.7675 412.972 91.9425 416.031 89.5569L467.812 49.1857C469.399 47.9484 471.119 46.8924 472.941 46.0374L473.326 45.8565C483.274 41.1872 494.7 48.4462 494.7 59.435V111.824H493.2V111.324H472.2V116.324H445.7V136.824Z",
textTransform: [467, 83],
formattedUnitType: "1BR",
formattedUnitType: "SE",
},
],
[
@@ -14,7 +14,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M429.279 154.76V157.211H399.801V155.762H392.675V156.5H391V157.5H375.121V145.324C375.121 142.011 377.386 139.324 380.7 139.324H386L385.7 120.324C385.7 117.011 388.386 114.324 391.7 114.324H392.5V117.5H427.5V119.824H434V154.76H429.279Z",
textTransform: [415, 134],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -22,7 +22,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M429.279 160.74V158.289H399.801V159.738H392.675V159H391V158H375.121V170.176C375.121 173.489 377.386 176.176 380.7 176.176H386L386 198H427.5V195.676H434V160.74H429.279Z",
textTransform: [415, 175],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -30,7 +30,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M447 157.211H451.721H481.199V155.762H488.325V156.5H490V157.5H505.879V145.324C505.879 142.011 503.614 139.324 500.3 139.324H495L495 114.5H493V117.5H453.5V119.824H447V154.76V157.211Z",
textTransform: [466, 132],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -38,7 +38,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M447 158.289H451.721H481.199V159.738H488.325V159H490V158H505.879V170.176C505.879 173.489 503.614 176.176 500.3 176.176H495L495 198H490V197.5H488.5V196.5H481.363V198H453.5V195.676H447V160.74V158.289Z",
textTransform: [466, 173],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -46,7 +46,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M447 238.711H451.721H481.199V237.262H488.325V238H490V239H505.879V226.824C505.879 223.511 503.614 220.824 500.3 220.824H495L495 199H490V199.5H488.5V200.5H481.363V199H453.5V201.324H447V236.26V238.711Z",
textTransform: [466, 215],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -54,7 +54,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M447 239.931H451.721H481.199V241.38H488.325V240.643H490V239.643H505.879V251.818C505.879 255.132 503.614 257.818 500.3 257.818H495L495 279.643H490V279.143H488.5V278.143H481.363V279.643H453.5V277.318H447V242.382V239.931Z",
textTransform: [466, 256],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -62,7 +62,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M447 320.422H451.721H481.199V318.973H488.325V319.711H490V320.711H505.879V308.535C505.879 305.221 503.614 302.535 500.3 302.535H495L495 280.711H490V281.211H488.5V282.211H481.363V280.711H453.5V283.035H447V317.971V320.422Z",
textTransform: [466, 296],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -70,7 +70,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M447 321.289H451.721H481.199V322.738H488.325V322H490V321H505.879V333.176C505.879 336.489 503.614 339.176 500.3 339.176H495L495 361H490V360.5H488.5V359.5H481.363V361H453.5V358.676H447V323.74V321.289Z",
textTransform: [466, 338],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -78,7 +78,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M304.933 466.689L305.132 504H270.83V502.5H263.796V503.316H262L262 504.255H246.308L246.176 492.567C246.139 489.227 248.5 486 252.5 486.148H257.433L257.5 483L257.137 482.5L257.137 464.312L262 464.312V464.867H263.672V465.844H270.902V464.359L298.5 464.359V466.689L304.933 466.689Z",
textTransform: [288, 399],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -86,7 +86,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M304.933 384.931L305.132 422.242H270.83V420.742H263.796V421.558H262L262 422.497H246.308L246.176 410.809C246.139 407.469 248.5 404.242 252.5 404.391H257.433L257.5 401.242L257.137 400.742L257.137 382.555L262 382.555V383.109H263.672V384.086H270.902V382.602L298.5 382.602V384.931L304.933 384.931Z",
textTransform: [287, 319],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -94,7 +94,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M304.933 303.376L305.132 340.687H270.83V339.187H263.796V340.003H262L262 340.942H246.308L246.176 329.254C246.139 325.914 248.5 322.687 252.5 322.836H257.433L257.5 319.687L257.137 319.187L257.137 301L262 301V301.555H263.672V302.531H270.902V301.047L298.5 301.047V303.376L304.933 303.376Z",
textTransform: [339, 480],
formattedUnitType: "1BR",
formattedUnitType: "SE",
},
],
[
@@ -102,7 +102,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M304.933 460.566L305.132 423.255H270.83V424.755H263.796V423.939H262L262 423H246.308L246.176 434.688C246.139 438.028 248.5 441.255 252.5 441.106H257.433L257.5 444.255L257.137 444.755L257.137 462.942L262 462.942V462.388H263.672V461.411H270.902V462.896L298.5 462.896V460.566L304.933 460.566Z",
textTransform: [287, 359],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -110,7 +110,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M304.933 379.066L305.132 341.755H270.83V343.255H263.796V342.439H262L262 341.5H246.308L246.176 353.188C246.139 356.528 248.5 359.755 252.5 359.606H257.433L257.5 362.755L257.137 363.255L257.137 381.442L262 381.442V380.888H263.672V379.911H270.902V381.396L298.5 381.396V379.066L304.933 379.066Z",
textTransform: [339, 523],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -118,7 +118,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M305 542.276L305.265 505H270.817V506.5H263.765V505.5L262 505.5V504.862H246.2L246.2 517C246.163 520.339 248.727 523 252.067 523H257.091L257.091 542.5C257.091 545.5 260.424 547.918 263.737 547.918V544.67H284.369L284.369 547H298.5L298.573 542.276H305Z",
textTransform: [287, 440],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -126,7 +126,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M324.666 542.5H318.2L318 507.5H322.773V505H352.5V506.5H359.5V505.634H361.228V505H376.5L376.632 516.933C376.632 520.273 373.972 523 370.633 523H365.7V548.156H361.277V547.562H359.415V544.5H324.666V542.5Z",
textTransform: [287, 523],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -134,7 +134,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M324.681 466.656H318.229L318.111 501.5H322.773L322.772 503.915H352.461V502.496L359.5 502.5V503.318H361.309V504.156H376.7L376.832 492.223C376.869 488.883 374.172 486.156 370.833 486.156H365.899V464.365H359.615H324.681V466.656Z",
textTransform: [328, 577],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -142,7 +142,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M445.814 358.42L433.5 358.5V379.323H435V384.823H433.5V420H435V425.823H433.5V431.823H435.156V432.594L457.334 432.743C458.442 432.743 459.546 432.628 460.63 432.4L462.217 432.066C466.249 431.217 469.799 428.845 472.126 425.444L489.225 402.842C490.442 401.063 494.753 391.808 494.788 389.653L495 362.243H490.129V362.834H488.294V363.743H481.284V362.243H445.814V358.42Z",
textTransform: [467, 381],
formattedUnitType: "2BR",
formattedUnitType: "SE",
},
],
[
@@ -150,7 +150,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M298.303 297.5H304.803V259H316.303V254H334.303V259H362.803V230.5H360.803L360.803 210.625H319.836L319.836 230.725H317V217H284.351V219.5H263.678V218.54C259.996 218.518 257 221.496 257 225.178V241H251.803C248.489 241 246.303 243.686 246.303 247V272C246.303 275.314 248.489 278 251.803 278H256.879V299.923H261.73V299.308H263.528V298.5H270.537V300H298.303V297.5Z",
textTransform: [298, 240],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
[
@@ -158,7 +158,7 @@ export const hq18_22_26Masks: FloorPlanMasks = new Map([
{
d: "M306 548V525H316.5V550.5H324.5V555H328.5V550.5H359V549.5H361V549H366V562.415C366 565.112 365.466 567.782 364.429 570.271C363.812 571.752 363.022 573.155 362.077 574.451L332.5 615L330.669 616.997C328.281 619.603 325.15 621.411 321.7 622.178C319.262 622.719 316.736 622.725 314.297 622.195L313.619 622.048C309.016 621.047 304.9 618.483 301.973 614.792L286.153 594.845C284.402 592.637 283.101 590.105 282.327 587.394C281.778 585.474 281.5 583.487 281.5 581.49V550.5H284V548H306Z",
textTransform: [287, 480],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
]);
+12 -12
View File
@@ -6,7 +6,7 @@ export const hq29_30Masks: FloorPlanMasks = new Map([
{
d: "m445.507 136.968-10.893-.238v-25.301h-23.468V99.704c.108-3.878 2.927-8.519 5.987-10.904l49.994-40.46c1.587-1.238 3.099-2.235 4.921-3.09l.385-.181c9.948-4.67 23.103 3.64 23.103 14.629l-.858 52.27h-1.671v-.5h-21v2.266h-26.5z",
textTransform: [465, 85],
formattedUnitType: "1BR",
formattedUnitType: "PL",
},
],
[
@@ -14,7 +14,7 @@ export const hq29_30Masks: FloorPlanMasks = new Map([
{
d: "M446.71 276.942h6.457v2.388h27.926v-1.52h7.011v.88h1.803v.562h5.875v.361h9.832V198.56h-9.874v.256h-5.804v.629h-1.842v.84h-7.016v-1.469h-27.902v2.354h-6.411z",
textTransform: [465, 235],
formattedUnitType: "1BR",
formattedUnitType: "PL",
},
],
[
@@ -22,7 +22,7 @@ export const hq29_30Masks: FloorPlanMasks = new Map([
{
d: "M429.088 154.578v5.872h4.758v34.896h-6.511v2.444h-41.75v-21.911h-10.88v-30.475c0-3.314 2.266-6 5.579-6h5.301v-18.483c0-3.314 2.386-6.673 5.699-6.673h.801v1.176h35v2.324h6.761v36.83z",
textTransform: [414, 154],
formattedUnitType: "1BR",
formattedUnitType: "PL",
},
],
[
@@ -30,7 +30,7 @@ export const hq29_30Masks: FloorPlanMasks = new Map([
{
d: "M446.664 282.846h6.494v-2.337h27.964v1.341h6.983v-.823h1.778v-.518h4.644v-.384h11.016v53.051c0 3.313-2.265 6-5.579 6h-5.3V361h-4.852v-1.5h-8.785v1.5h-27.863v-2.324h-6.5z",
textTransform: [465, 315],
formattedUnitType: "1BR",
formattedUnitType: "PL",
},
],
[
@@ -38,7 +38,7 @@ export const hq29_30Masks: FloorPlanMasks = new Map([
{
d: "M446.664 195.296h6.494v2.337h27.964v-1.341h6.983v.823h1.778v.518h4.644v.384h11.016v-53.051c0-3.313-2.265-6-5.579-6h-5.3v-24.701h-1.921v.62h-39.579v2.324h-6.5z",
textTransform: [465, 154],
formattedUnitType: "1BR",
formattedUnitType: "PL",
},
],
[
@@ -46,7 +46,7 @@ export const hq29_30Masks: FloorPlanMasks = new Map([
{
d: "M304.846 466.32v78.237h-6.545v2.494l-34.936-.14v.979h-6.553v-25.213h-10.815l-.153-58.888h9.615l.096.202 5.878-.047v.603h1.768v.928h7.039v-1.484h27.949v2.329z",
textTransform: [286, 503],
formattedUnitType: "1BR",
formattedUnitType: "PL",
},
],
[
@@ -54,7 +54,7 @@ export const hq29_30Masks: FloorPlanMasks = new Map([
{
d: "M304.807 384.646v75.939h-6.483v2.357l-52.261.305c-.285-43.739-.126-81.064-.126-81.064h9.807v.134h5.879v.598h1.8v.842h6.996v-1.44h27.955v2.329z",
textTransform: [286, 421],
formattedUnitType: "1BR",
formattedUnitType: "PL",
},
],
[
@@ -62,7 +62,7 @@ export const hq29_30Masks: FloorPlanMasks = new Map([
{
d: "m304.806 303.179.2 75.76h-6.68v2.381h-27.909v-1.509h-7.059v.906h-1.781v.907H245.91v-81.039h9.797v.265h5.999v.554h1.672v.977l7.049-.047v-1.484h27.946v2.329z",
textTransform: [286, 339],
formattedUnitType: "1BR",
formattedUnitType: "PL",
},
],
[
@@ -70,7 +70,7 @@ export const hq29_30Masks: FloorPlanMasks = new Map([
{
d: "M324.182 544.741h-6.407v-37.485h4.774v-5.807h-4.774v-35.036h6.488v-2.293h41.443v18.589h-.234v3.223h11.2v30.212c0 4.563-2.548 6.53-5.05 6.53h-6.211v3.222h.286v22.251h-4.718v-.594h-1.761v-.618l-35.036.151z",
textTransform: [338, 503],
formattedUnitType: "1BR",
formattedUnitType: "PL",
},
],
[
@@ -78,7 +78,7 @@ export const hq29_30Masks: FloorPlanMasks = new Map([
{
d: "M305.949 547.976v-23.111h10.725v25.5h7.949v4.727h3.501v-4.727h31.086v-.586h1.775v-.616h4.724l.066 13.034c0 2.696-.324 5.264-1.361 7.753a20.4 20.4 0 0 1-2.352 4.18l-30.901 43.469c-2.389 2.606-5.415 5.063-8.865 5.829-2.438.542-4.897.846-7.337.316l-.677-.147c-4.604-1.001-7.895-3.083-11.629-8.244l-12.66-16c-1.751-2.208-5.469-7.38-6.243-10.09-.549-1.92-1.397-4.227-1.397-6.224v-32.661h1.723v-2.402z",
textTransform: [327, 567],
formattedUnitType: "2BR",
formattedUnitType: "PL",
},
],
[
@@ -86,7 +86,7 @@ export const hq29_30Masks: FloorPlanMasks = new Map([
{
d: "M298.303 297.37h6.5V259h11.5v-4.468h18v4.689h28.5v-28.774h-1.798V209.54H319.63l-.198 20.874h-2.795v-13.629h-32.666v2.351h-20.688v-.844h-6.413l-.247 22.774h-5.333c-3.314 0-5.452 2.804-5.452 6.118V300l10.772-.078h4.876v-.614h1.797v-.808h7.115v1.213h27.905z",
textTransform: [298, 239],
formattedUnitType: "2BR",
formattedUnitType: "PL",
},
],
[
@@ -94,7 +94,7 @@ export const hq29_30Masks: FloorPlanMasks = new Map([
{
d: "M317.823 378.861v-20.656l111.176.022v3.687h4.184v-3.687h12.346v3.687h35.545v1.536h8.837v-1.536h5.673l.126 27.425-1.521 5.968-15.078 20.731-1.261 1.73-7.639 8.757-5.766 4.035-5.456 1.004h-26.957v9.432h-41.474v-9.459h-26.66v-23.65h-2.894v11.859h-13.619v-11.859h-4.156v-13.644h-16.542v-9.504h-4.156v-5.878z",
textTransform: [405, 380],
formattedUnitType: "3BR",
formattedUnitType: "PR",
},
],
]);
+20 -20
View File
@@ -6,7 +6,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M445.7 136.824H435.2V111.611H410.631L410.796 99.6458C410.904 95.7675 412.972 91.9425 416.031 89.5569L467.812 49.1857C469.399 47.9484 471.119 46.8924 472.941 46.0374L473.326 45.8565C483.274 41.1872 494.7 48.4462 494.7 59.435V111.824H493.2V111.324H472.2V116.324H445.7V136.824Z",
textTransform: [467, 83],
formattedUnitType: "1BR",
formattedUnitType: "SE",
},
],
[
@@ -14,7 +14,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M429.279 154.76V157.211H399.801V155.762H392.675V156.5H391V157.5H375.121V145.324C375.121 142.011 377.386 139.324 380.7 139.324H386L385.7 120.324C385.7 117.011 388.386 114.324 391.7 114.324H392.5V117.5H427.5V119.824H434V154.76H429.279Z",
textTransform: [416, 134],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -22,7 +22,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M429.279 160.74V158.289H399.801V159.738H392.675V159H391V158H375.121V170.176C375.121 173.489 377.386 176.176 380.7 176.176H386L386 198H427.5V195.676H434V160.74H429.279Z",
textTransform: [416, 175],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -30,7 +30,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M447 157.211H451.721H481.199V155.762H488.325V156.5H490V157.5H505.879V145.324C505.879 142.011 503.614 139.324 500.3 139.324H495L495 114.5H493V117.5H453.5V119.824H447V154.76V157.211Z",
textTransform: [466, 132],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -38,7 +38,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M447 158.289H451.721H481.199V159.738H488.325V159H490V158H505.879V170.176C505.879 173.489 503.614 176.176 500.3 176.176H495L495 198H490V197.5H488.5V196.5H481.363V198H453.5V195.676H447V160.74V158.289Z",
textTransform: [466, 173],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -46,7 +46,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M447 238.711H451.721H481.199V237.262H488.325V238H490V239H505.879V226.824C505.879 223.511 503.614 220.824 500.3 220.824H495L495 199H490V199.5H488.5V200.5H481.363V199H453.5V201.324H447V236.26V238.711Z",
textTransform: [466, 215],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -54,7 +54,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M447 239.931H451.721H481.199V241.38H488.325V240.643H490V239.643H505.879V251.818C505.879 255.132 503.614 257.818 500.3 257.818H495L495 279.643H490V279.143H488.5V278.143H481.363V279.643H453.5V277.318H447V242.382V239.931Z",
textTransform: [466, 256],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -62,7 +62,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M447 320.422H451.721H481.199V318.973H488.325V319.711H490V320.711H505.879V308.535C505.879 305.221 503.614 302.535 500.3 302.535H495L495 280.711H490V281.211H488.5V282.211H481.363V280.711H453.5V283.035H447V317.971V320.422Z",
textTransform: [466, 296],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -70,7 +70,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M447 321.289H451.721H481.199V322.738H488.325V322H490V321H505.879V333.176C505.879 336.489 503.614 339.176 500.3 339.176H495L495 361H490V360.5H488.5V359.5H481.363V361H453.5V358.676H447V323.74V321.289Z",
textTransform: [466, 338],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -78,7 +78,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M304.933 466.689L305.132 504H270.83V502.5H263.796V503.316H262L262 504.255H246.308L246.176 492.567C246.139 489.227 248.5 486 252.5 486.148H257.433L257.5 483L257.137 482.5L257.137 464.312L262 464.312V464.867H263.672V465.844H270.902V464.359L298.5 464.359V466.689L304.933 466.689Z",
textTransform: [288, 399],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -86,7 +86,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M304.933 384.931L305.132 422.242H270.83V420.742H263.796V421.558H262L262 422.497H246.308L246.176 410.809C246.139 407.469 248.5 404.242 252.5 404.391H257.433L257.5 401.242L257.137 400.742L257.137 382.555L262 382.555V383.109H263.672V384.086H270.902V382.602L298.5 382.602V384.931L304.933 384.931Z",
textTransform: [288, 319],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -94,7 +94,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M304.933 303.376L305.132 340.687H270.83V339.187H263.796V340.003H262L262 340.942H246.308L246.176 329.254C246.139 325.914 248.5 322.687 252.5 322.836H257.433L257.5 319.687L257.137 319.187L257.137 301L262 301V301.555H263.672V302.531H270.902V301.047L298.5 301.047V303.376L304.933 303.376Z",
textTransform: [339, 480],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -102,7 +102,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M304.933 460.566L305.132 423.255H270.83V424.755H263.796V423.939H262L262 423H246.308L246.176 434.688C246.139 438.028 248.5 441.255 252.5 441.106H257.433L257.5 444.255L257.137 444.755L257.137 462.942L262 462.942V462.388H263.672V461.411H270.902V462.896L298.5 462.896V460.566L304.933 460.566Z",
textTransform: [288, 359],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -110,7 +110,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M304.933 379.066L305.132 341.755H270.83V343.255H263.796V342.439H262L262 341.5H246.308L246.176 353.188C246.139 356.528 248.5 359.755 252.5 359.606H257.433L257.5 362.755L257.137 363.255L257.137 381.442L262 381.442V380.888H263.672V379.911H270.902V381.396L298.5 381.396V379.066L304.933 379.066Z",
textTransform: [339, 523],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -118,7 +118,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M305 542.276L305.265 505H270.817V506.5H263.765V505.5L262 505.5V504.862H246.2L246.2 517C246.163 520.339 248.727 523 252.067 523H257.091L257.091 542.5C257.091 545.5 260.424 547.918 263.737 547.918V544.67H284.369L284.369 547H298.5L298.573 542.276H305Z",
textTransform: [288, 440],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -126,7 +126,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M324.666 542.5H318.2L318 507.5H322.773V505H352.5V506.5H359.5V505.634H361.228V505H376.5L376.632 516.933C376.632 520.273 373.972 523 370.633 523H365.7V548.156H361.277V547.562H359.415V544.5H324.666V542.5Z",
textTransform: [288, 523],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -134,7 +134,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M324.681 466.656H318.229L318.111 501.5H322.773L322.772 503.915H352.461V502.496L359.5 502.5V503.318H361.309V504.156H376.7L376.832 492.223C376.869 488.883 374.172 486.156 370.833 486.156H365.899V464.365H359.615H324.681V466.656Z",
textTransform: [328, 577],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -142,7 +142,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M445.814 358.42L433.5 358.5V379.323H435V384.823H433.5V420H435V425.823H433.5V431.823H435.156V432.594L457.334 432.743C458.442 432.743 459.546 432.628 460.63 432.4L462.217 432.066C466.249 431.217 469.799 428.845 472.126 425.444L489.225 402.842C490.442 401.063 494.753 391.808 494.788 389.653L495 362.243H490.129V362.834H488.294V363.743H481.284V362.243H445.814V358.42Z",
textTransform: [467, 381],
formattedUnitType: "2BR",
formattedUnitType: "SE",
},
],
[
@@ -150,7 +150,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M298.303 297.5H304.803V259H316.303V254H334.303V259H362.803V230.5H360.803L360.803 210.625H319.836L319.836 230.725H317V217H284.351V219.5H263.678V218.54C259.996 218.518 257 221.496 257 225.178V241H251.803C248.489 241 246.303 243.686 246.303 247V272C246.303 275.314 248.489 278 251.803 278H256.879V299.923H261.73V299.308H263.528V298.5H270.537V300H298.303V297.5Z",
textTransform: [298, 240],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
[
@@ -158,7 +158,7 @@ export const hq5_9_13Masks: FloorPlanMasks = new Map([
{
d: "M306 548V525H316.5V550.5H324.5V555H328.5V550.5H359V549.5H361V549H366V562.415C366 565.112 365.466 567.782 364.429 570.271C363.812 571.752 363.022 573.155 362.077 574.451L332.5 615L330.669 616.997C328.281 619.603 325.15 621.411 321.7 622.178C319.262 622.719 316.736 622.725 314.297 622.195L313.619 622.048C309.016 621.047 304.9 618.483 301.973 614.792L286.153 594.845C284.402 592.637 283.101 590.105 282.327 587.394C281.778 585.474 281.5 583.487 281.5 581.49V550.5H284V548H306Z",
textTransform: [288, 480],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
]);
+20 -20
View File
@@ -6,7 +6,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M445.7 136.824H435.2V111.611H410.631L410.796 99.6458C410.904 95.7675 412.972 91.9425 416.031 89.5569L467.812 49.1857C469.399 47.9484 471.119 46.8924 472.941 46.0374L473.326 45.8565C483.274 41.1872 494.7 48.4462 494.7 59.435V111.824H493.2V111.324H472.2V116.324H445.7V136.824Z",
textTransform: [467, 83],
formattedUnitType: "1BR",
formattedUnitType: "SE",
},
],
[
@@ -14,7 +14,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M429.279 154.76V157.211H399.801V155.762H392.675V156.5H391V157.5H375.121V145.324C375.121 142.011 377.386 139.324 380.7 139.324H386L385.7 120.324C385.7 117.011 388.386 114.324 391.7 114.324H392.5V117.5H427.5V119.824H434V154.76H429.279Z",
textTransform: [416, 134],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -22,7 +22,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M429.279 160.74V158.289H399.801V159.738H392.675V159H391V158H375.121V170.176C375.121 173.489 377.386 176.176 380.7 176.176H386L386 198H427.5V195.676H434V160.74H429.279Z",
textTransform: [416, 175],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -30,7 +30,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M447 157.211H451.721H481.199V155.762H488.325V156.5H490V157.5H505.879V145.324C505.879 142.011 503.614 139.324 500.3 139.324H495L495 114.5H493V117.5H453.5V119.824H447V154.76V157.211Z",
textTransform: [466, 132],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -38,7 +38,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M447 158.289H451.721H481.199V159.738H488.325V159H490V158H505.879V170.176C505.879 173.489 503.614 176.176 500.3 176.176H495L495 198H490V197.5H488.5V196.5H481.363V198H453.5V195.676H447V160.74V158.289Z",
textTransform: [466, 173],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -46,7 +46,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M447 238.711H451.721H481.199V237.262H488.325V238H490V239H505.879V226.824C505.879 223.511 503.614 220.824 500.3 220.824H495L495 199H490V199.5H488.5V200.5H481.363V199H453.5V201.324H447V236.26V238.711Z",
textTransform: [466, 215],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -54,7 +54,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M447 239.931H451.721H481.199V241.38H488.325V240.643H490V239.643H505.879V251.818C505.879 255.132 503.614 257.818 500.3 257.818H495L495 279.643H490V279.143H488.5V278.143H481.363V279.643H453.5V277.318H447V242.382V239.931Z",
textTransform: [466, 256],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -62,7 +62,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M447 320.422H451.721H481.199V318.973H488.325V319.711H490V320.711H505.879V308.535C505.879 305.221 503.614 302.535 500.3 302.535H495L495 280.711H490V281.211H488.5V282.211H481.363V280.711H453.5V283.035H447V317.971V320.422Z",
textTransform: [466, 296],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -70,7 +70,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M447 321.289H451.721H481.199V322.738H488.325V322H490V321H505.879V333.176C505.879 336.489 503.614 339.176 500.3 339.176H495L495 361H490V360.5H488.5V359.5H481.363V361H453.5V358.676H447V323.74V321.289Z",
textTransform: [466, 338],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -78,7 +78,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M304.933 466.689L305.132 504H270.83V502.5H263.796V503.316H262L262 504.255H246.308L246.176 492.567C246.139 489.227 248.5 486 252.5 486.148H257.433L257.5 483L257.137 482.5L257.137 464.312L262 464.312V464.867H263.672V465.844H270.902V464.359L298.5 464.359V466.689L304.933 466.689Z",
textTransform: [288, 399],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -86,7 +86,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M304.933 384.931L305.132 422.242H270.83V420.742H263.796V421.558H262L262 422.497H246.308L246.176 410.809C246.139 407.469 248.5 404.242 252.5 404.391H257.433L257.5 401.242L257.137 400.742L257.137 382.555L262 382.555V383.109H263.672V384.086H270.902V382.602L298.5 382.602V384.931L304.933 384.931Z",
textTransform: [288, 319],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -94,7 +94,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M304.933 303.376L305.132 340.687H270.83V339.187H263.796V340.003H262L262 340.942H246.308L246.176 329.254C246.139 325.914 248.5 322.687 252.5 322.836H257.433L257.5 319.687L257.137 319.187L257.137 301L262 301V301.555H263.672V302.531H270.902V301.047L298.5 301.047V303.376L304.933 303.376Z",
textTransform: [339, 480],
formattedUnitType: "1BR",
formattedUnitType: "SE",
},
],
[
@@ -102,7 +102,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M304.933 460.566L305.132 423.255H270.83V424.755H263.796V423.939H262L262 423H246.308L246.176 434.688C246.139 438.028 248.5 441.255 252.5 441.106H257.433L257.5 444.255L257.137 444.755L257.137 462.942L262 462.942V462.388H263.672V461.411H270.902V462.896L298.5 462.896V460.566L304.933 460.566Z",
textTransform: [288, 359],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -110,7 +110,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M304.933 379.066L305.132 341.755H270.83V343.255H263.796V342.439H262L262 341.5H246.308L246.176 353.188C246.139 356.528 248.5 359.755 252.5 359.606H257.433L257.5 362.755L257.137 363.255L257.137 381.442L262 381.442V380.888H263.672V379.911H270.902V381.396L298.5 381.396V379.066L304.933 379.066Z",
textTransform: [339, 523],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -118,7 +118,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M305 542.276L305.265 505H270.817V506.5H263.765V505.5L262 505.5V504.862H246.2L246.2 517C246.163 520.339 248.727 523 252.067 523H257.091L257.091 542.5C257.091 545.5 260.424 547.918 263.737 547.918V544.67H284.369L284.369 547H298.5L298.573 542.276H305Z",
textTransform: [288, 440],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -126,7 +126,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M324.666 542.5H318.2L318 507.5H322.773V505H352.5V506.5H359.5V505.634H361.228V505H376.5L376.632 516.933C376.632 520.273 373.972 523 370.633 523H365.7V548.156H361.277V547.562H359.415V544.5H324.666V542.5Z",
textTransform: [288, 523],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -134,7 +134,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M324.681 466.656H318.229L318.111 501.5H322.773L322.772 503.915H352.461V502.496L359.5 502.5V503.318H361.309V504.156H376.7L376.832 492.223C376.869 488.883 374.172 486.156 370.833 486.156H365.899V464.365H359.615H324.681V466.656Z",
textTransform: [328, 577],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -142,7 +142,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M445.814 358.42L433.5 358.5V379.323H435V384.823H433.5V420H435V425.823H433.5V431.823H435.156V432.594L457.334 432.743C458.442 432.743 459.546 432.628 460.63 432.4L462.217 432.066C466.249 431.217 469.799 428.845 472.126 425.444L489.225 402.842C490.442 401.063 494.753 391.808 494.788 389.653L495 362.243H490.129V362.834H488.294V363.743H481.284V362.243H445.814V358.42Z",
textTransform: [467, 381],
formattedUnitType: "2BR",
formattedUnitType: "SE",
},
],
[
@@ -150,7 +150,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M298.303 297.5H304.803V259H316.303V254H334.303V259H362.803V230.5H360.803L360.803 210.625H319.836L319.836 230.725H317V217H284.351V219.5H263.678V218.54C259.996 218.518 257 221.496 257 225.178V241H251.803C248.489 241 246.303 243.686 246.303 247V272C246.303 275.314 248.489 278 251.803 278H256.879V299.923H261.73V299.308H263.528V298.5H270.537V300H298.303V297.5Z",
textTransform: [298, 240],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
[
@@ -158,7 +158,7 @@ export const hq6_10_14Masks: FloorPlanMasks = new Map([
{
d: "M306 548V525H316.5V550.5H324.5V555H328.5V550.5H359V549.5H361V549H366V562.415C366 565.112 365.466 567.782 364.429 570.271C363.812 571.752 363.022 573.155 362.077 574.451L332.5 615L330.669 616.997C328.281 619.603 325.15 621.411 321.7 622.178C319.262 622.719 316.736 622.725 314.297 622.195L313.619 622.048C309.016 621.047 304.9 618.483 301.973 614.792L286.153 594.845C284.402 592.637 283.101 590.105 282.327 587.394C281.778 585.474 281.5 583.487 281.5 581.49V550.5H284V548H306Z",
textTransform: [288, 480],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
]);
+14 -14
View File
@@ -6,7 +6,7 @@ export const hq7_11Masks: FloorPlanMasks = new Map([
{
d: "M445.7 136.824h-10.5v-26l-24.5.5.33-11.876a13 13 0 0 1 5.001-9.891l51.781-40.371a27 27 0 0 1 5.129-3.149l.385-.18c9.948-4.67 21.374 2.59 21.374 13.578v52.389h-1.5v-.5h-21v5h-26.5z",
textTransform: [460, 81],
formattedUnitType: "1BR",
formattedUnitType: "LE",
},
],
[
@@ -14,7 +14,7 @@ export const hq7_11Masks: FloorPlanMasks = new Map([
{
d: "M429.279 154.76v2.451h-29.478v-1.449h-7.126v.738H391v1h-15.879v-12.176c0-3.313 2.265-6 5.579-6h5.3l-.3-19a6 6 0 0 1 6-6h.8v3.176h35v2.324h6.5v34.936z",
textTransform: [413, 134],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -22,7 +22,7 @@ export const hq7_11Masks: FloorPlanMasks = new Map([
{
d: "M429.279 160.74v-2.451h-29.478v1.449h-7.126V159H391v-1h-15.879v12.176c0 3.313 2.265 6 5.579 6h5.3V198h41.5v-2.324h6.5V160.74z",
textTransform: [413, 173],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -30,7 +30,7 @@ export const hq7_11Masks: FloorPlanMasks = new Map([
{
d: "M324.666 542.5H318.2l-.2-35h4.773V505H352.5v1.5h7v-.866h1.728V505H376.5l.132 11.933a6 6 0 0 1-5.999 6.067H365.7v25.156h-4.423v-.594h-1.862V544.5h-34.749z",
textTransform: [334, 525],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -38,7 +38,7 @@ export const hq7_11Masks: FloorPlanMasks = new Map([
{
d: "M324.681 466.656h-6.452l-.118 34.844h4.662l-.001 2.415h29.689v-1.419l7.039.004v.818h1.809v.838H376.7l.132-11.933a6 6 0 0 0-6-6.067h-4.933v-21.791h-41.218z",
textTransform: [334, 480],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -46,7 +46,7 @@ export const hq7_11Masks: FloorPlanMasks = new Map([
{
d: "M305.663 548.464v-23.253h10.795v25.5h8v4.5h4v-4.5h30.5v-1h2v-.5h5v13.415a20.43 20.43 0 0 1-3.923 12.036l-29.352 41.737-1.817 2.037c-2.388 2.605-5.772 4.519-9.222 5.286a17.3 17.3 0 0 1-7.403.017l-.678-.148c-4.603-1-9.082-4.874-12.01-8.565l-15.804-20.057c-1.752-2.209-2.69-4.653-3.464-7.364-.549-1.92-.076-3.907-.076-5.904l-.07-30.837h1.749v-2.4z",
textTransform: [320, 576],
formattedUnitType: "2BR",
formattedUnitType: "LE",
},
],
[
@@ -54,7 +54,7 @@ export const hq7_11Masks: FloorPlanMasks = new Map([
{
d: "m445.814 358.42-12.314.08v20.823h1.5v5.5h-1.5V420h1.5v5.823h-1.5v6h1.656v.771l22.178.149a16 16 0 0 0 3.296-.343l1.587-.334a16 16 0 0 0 9.909-6.622l17.099-22.602c1.217-1.779 5.528-11.034 5.563-13.189l.212-27.41h-4.871v.591h-1.835v.909h-7.01v-1.5h-35.47z",
textTransform: [456, 395],
formattedUnitType: "2BR",
formattedUnitType: "LE",
},
],
[
@@ -62,7 +62,7 @@ export const hq7_11Masks: FloorPlanMasks = new Map([
{
d: "M492.703 114.526h1.885l.09 65.512h4.933a6 6 0 0 1 6 6v24.79a6 6 0 0 1-6 6h-5.033v21.886h-4.744v-.492h-1.835v-.94h-7.027v1.544h-34.319v-37.312h6.489v-5.974h-6.36l-.137-75.726h6.46v-2.38h39.598z",
textTransform: [468, 168],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
[
@@ -70,7 +70,7 @@ export const hq7_11Masks: FloorPlanMasks = new Map([
{
d: "M492.703 364.09h1.885l.09-65.511h4.933a6 6 0 0 0 6-6v-24.791a6 6 0 0 0-6-6h-5.033v-21.886h-4.744v.493h-1.835v.939h-7.027v-1.544h-34.319v37.312h6.489v5.975h-6.36l-.137 75.726h6.46v2.379h39.598z",
textTransform: [468, 302],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
[
@@ -78,7 +78,7 @@ export const hq7_11Masks: FloorPlanMasks = new Map([
{
d: "M261.382 340.845h-4.769v-21.736h-4.933a6 6 0 0 1-6-6v-25.407c0-3.314 2.384-5.502 5.698-5.502h5.089v-63.6h6.664v.9h20.73v-2.386h20.91l-.129 80.492h-6.522v5.902h6.522v37.316h-34.403v-1.459h-7.067v.874h-1.79z",
textTransform: [286, 265],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
[
@@ -86,7 +86,7 @@ export const hq7_11Masks: FloorPlanMasks = new Map([
{
d: "M261.382 423.622h-4.769v21.736h-4.933a6 6 0 0 0-6 6v25.407c0 3.313 2.384 5.501 5.698 5.501h5.089v66.089h6.664v-3.388h20.73v2.386h14.207v-4.652h6.574v-75.84h-6.522v-5.903h6.522v-37.315h-34.403v1.459h-7.067v-.874h-1.79z",
textTransform: [286, 477],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
[
@@ -94,7 +94,7 @@ export const hq7_11Masks: FloorPlanMasks = new Map([
{
d: "M305.834 217.069v42.161l10.62-.044v-4.714h17.779v4.714h28.384v-28.397h-1.761v-20.731h-41.424v20.723h-2.915v-13.712z",
textTransform: [336, 236],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
[
@@ -102,7 +102,7 @@ export const hq7_11Masks: FloorPlanMasks = new Map([
{
d: "M304.72 422.449v-37.417h-6.574v-2.438h-27.862v1.567h-7.139v-.898h-1.783v-.709h-15.6l-.118 12.03c-.037 3.339 1.732 6.079 6.377 5.906h4.933v3.319l-.363.5v18.187h4.863v-.555h1.672v-.976h7.23v1.484z",
textTransform: [286, 400],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -110,7 +110,7 @@ export const hq7_11Masks: FloorPlanMasks = new Map([
{
d: "M304.72 341.971v37.417h-6.574v2.438h-27.862v-1.568h-7.139v.899h-1.783v.709h-15.6l-.118-12.03c-.037-3.34 1.732-6.079 6.377-5.906h4.933v-3.319l-.363-.5v-18.187h4.863v.555h1.672v.976h7.23v-1.484z",
textTransform: [286, 359],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
]);
+12 -12
View File
@@ -6,7 +6,7 @@ export const hq8_12Masks: FloorPlanMasks = new Map([
// {
// d: "M445.7 136.824h-10.5v-26l-24.5.5.33-11.876a13 13 0 0 1 5.001-9.891l51.781-40.371a27 27 0 0 1 5.129-3.149l.385-.18c9.948-4.67 21.374 2.59 21.374 13.578v52.389h-1.5v-.5h-21v5h-26.5z",
// textTransform: [460, 81],
// formattedUnitType: "1BR",
// formattedUnitType: "ST",
// },
// ],
[
@@ -14,7 +14,7 @@ export const hq8_12Masks: FloorPlanMasks = new Map([
{
d: "M429.279 154.76v2.451h-29.478v-1.449h-7.126v.738H391v1h-15.879v-12.176c0-3.313 2.265-6 5.579-6h5.3l-.3-19a6 6 0 0 1 6-6h.8v3.176h35v2.324h6.5v34.936z",
textTransform: [415, 133],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -22,7 +22,7 @@ export const hq8_12Masks: FloorPlanMasks = new Map([
{
d: "M429.279 160.74v-2.451h-29.478v1.449h-7.126V159H391v-1h-15.879v12.176c0 3.313 2.265 6 5.579 6h5.3V198h41.5v-2.324h6.5V160.74z",
textTransform: [415, 173],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -30,7 +30,7 @@ export const hq8_12Masks: FloorPlanMasks = new Map([
{
d: "M324.666 542.5H318.2l-.2-35h4.773V505H352.5v1.5h7v-.866h1.728V505H376.5l.132 11.933a6 6 0 0 1-5.999 6.067H365.7v25.156h-4.423v-.594h-1.862V544.5h-34.749z",
textTransform: [339, 522],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -38,7 +38,7 @@ export const hq8_12Masks: FloorPlanMasks = new Map([
{
d: "M324.681 466.656h-6.452l-.118 34.844h4.662l-.001 2.415h29.689v-1.419l7.039.004v.818h1.809v.838H376.7l.132-11.933a6 6 0 0 0-6-6.067h-4.933v-21.791h-41.218z",
textTransform: [339, 480],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
// [
@@ -62,7 +62,7 @@ export const hq8_12Masks: FloorPlanMasks = new Map([
{
d: "M492.703 114.526h1.885l.09 65.512h4.933a6 6 0 0 1 6 6v24.79a6 6 0 0 1-6 6h-5.033v21.886h-4.744v-.492h-1.835v-.94h-7.027v1.544h-34.319v-37.312h6.489v-5.974h-6.36l-.137-75.726h6.46v-2.38h39.598z",
textTransform: [466, 173],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
[
@@ -70,7 +70,7 @@ export const hq8_12Masks: FloorPlanMasks = new Map([
{
d: "M492.703 364.09h1.885l.09-65.511h4.933a6 6 0 0 0 6-6v-24.791a6 6 0 0 0-6-6h-5.033v-21.886h-4.744v.493h-1.835v.939h-7.027v-1.544h-34.319v37.312h6.489v5.975h-6.36l-.137 75.726h6.46v2.379h39.598z",
textTransform: [466, 296],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
[
@@ -78,7 +78,7 @@ export const hq8_12Masks: FloorPlanMasks = new Map([
{
d: "M261.382 340.845h-4.769v-21.736h-4.933a6 6 0 0 1-6-6v-25.407c0-3.314 2.384-5.502 5.698-5.502h5.089v-63.6h6.664v.9h20.73v-2.386h20.91l-.129 80.492h-6.522v5.902h6.522v37.316h-34.403v-1.459h-7.067v.874h-1.79z",
textTransform: [288, 278],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
[
@@ -86,7 +86,7 @@ export const hq8_12Masks: FloorPlanMasks = new Map([
{
d: "M261.382 423.622h-4.769v21.736h-4.933a6 6 0 0 0-6 6v25.407c0 3.313 2.384 5.501 5.698 5.501h5.089v66.089h6.664v-3.388h20.73v2.386h14.207v-4.652h6.574v-75.84h-6.522v-5.903h6.522v-37.315h-34.403v1.459h-7.067v-.874h-1.79z",
textTransform: [288, 480],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
[
@@ -94,7 +94,7 @@ export const hq8_12Masks: FloorPlanMasks = new Map([
{
d: "M305.834 217.069v42.161l10.62-.044v-4.714h17.779v4.714h28.384v-28.397h-1.761v-20.731h-41.424v20.723h-2.915v-13.712z",
textTransform: [338, 234],
formattedUnitType: "2BR",
formattedUnitType: "ST",
},
],
[
@@ -102,7 +102,7 @@ export const hq8_12Masks: FloorPlanMasks = new Map([
{
d: "M304.72 422.449v-37.417h-6.574v-2.438h-27.862v1.567h-7.139v-.898h-1.783v-.709h-15.6l-.118 12.03c-.037 3.339 1.732 6.079 6.377 5.906h4.933v3.319l-.363.5v18.187h4.863v-.555h1.672v-.976h7.23v1.484z",
textTransform: [288, 400],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
[
@@ -110,7 +110,7 @@ export const hq8_12Masks: FloorPlanMasks = new Map([
{
d: "M304.72 341.971v37.417h-6.574v2.438h-27.862v-1.568h-7.139v.899h-1.783v.709h-15.6l-.118-12.03c-.037-3.34 1.732-6.079 6.377-5.906h4.933v-3.319l-.363-.5v-18.187h4.863v.555h1.672v.976h7.23v-1.484z",
textTransform: [288, 359],
formattedUnitType: "1BR",
formattedUnitType: "ST",
},
],
]);
+8 -11
View File
@@ -185,17 +185,14 @@ export const hqFloors: FloorData[] = [
floorNumber: 29,
},
// Residential floors 28 down to 17
...Array.from({ length: 12 }, (_, i) => {
const floor = 28 - i;
return {
id: `floor-${floor}`,
name: `${floor}`,
displayName: `${floor}`,
type: "residential" as const,
floorNumber: floor,
};
}),
// Residential floors (excluding 19, 20, 23, 24, 27, 28)
...[26, 25, 22, 21, 18, 17].map((floor) => ({
id: `floor-${floor}`,
name: `${floor}`,
displayName: `${floor}`,
type: "residential" as const,
floorNumber: floor,
})),
// Residential floors 14 down to 5
...Array.from({ length: 10 }, (_, i) => {
+11 -10
View File
@@ -185,16 +185,17 @@ export const floorsMasks = {
"M1640.61 391.543c4.01-.818 74.13 3.601 83.13 4.337 7.21.589 29.73 12.464 40.1 18.328l-4.05 3.803 96.2 57.428 31.74 4.386 35.34-33.022h4.9l.59-8.958h10.42c4.93-5.825 16.13-17.881 21.53-19.503 6.76-2.028 60.08 0 64.45 0 3.5 0 26.72 17.386 37.9 26.079l-5.73 4.051 22.45 15.333h6.57l34.13 24.093v4.016l31.03 23.912 5.3-2.555 31.21 25.19v5.11l29.57 22.452h4.75l27.92 19.166v3.651l10.01 7.185 3.71-3.375 37.96 26.887c1.53 1.603 4.62 5.917 4.74 10.347.11 4.43-6.37 10.783-9.62 13.406v21.639c-7.81-5.586-23.93-17.089-25.92-18.419-2.49-1.662-3.6-2.216-5.26-1.293-1.33.738-6.34 4.604-8.68 6.444-59.52-41.163-178.55-123.638-178.55-124.233v-3.293l-3.6-2.076-9.32-6.234v-2.555h-8.81c-9.08-6.773-27.9-20.319-30.55-20.319-3.32 0-53.35-2.901-60.29-1.865-5.55.829-18.68 14.364-24.55 21.028l-7.15-7.251v7.251l-5.62.622h-7.54l-27.45 25.172h-37.58l-17.53-12.43-5.38 1.864c-13.61-7.873-41.02-23.804-41.85-24.55s-.83-2.313-.73-3.004l-22.67-15.063c-2.68.747-8.88 1.467-12.23-1.631-3.35-3.099-15.8-8.766-21.61-11.212-17.39-1.699-56.06-5.341-71.55-6.319-7.65-.484-21.01-1.871-24.37 7.602-2.57 7.243-1.35 12.432 5.87 21.053 0 .042.07 5.609 0 5.57-33.18-26.207-6.22-46.045-.27-48.267l.27-.093v-10.776c-5.35-7.074-16.05-23.423-16.05-32.22s4.54-12.316 6.81-12.976c.64-1.031 2.71-3.258 5.91-3.913",
// "30": "M2306.48 629.883c-.12-4.43-3.21-8.743-4.74-10.346l-37.96-26.886-3.71 3.374-10-7.185v-3.651l-27.93-19.166h-4.75l-29.57-22.452v-5.111l-31.21-25.189-5.3 2.555-31.03-23.912v-4.015l-34.13-24.095h-6.57l-22.45-15.333 5.73-4.05c-11.18-8.693-34.4-26.079-37.9-26.079-4.37 0-57.69-2.028-64.45 0-5.4 1.622-16.6 13.678-21.53 19.503h-10.42l-.59 8.958h-4.9l-35.34 33.022-31.74-4.386-96.2-57.428 4.05-3.803c-10.37-5.864-32.89-17.739-40.1-18.328-9-.737-79.12-5.155-83.13-4.337-3.2.655-5.27 2.881-5.91 3.913-2.27.66-6.81 4.179-6.81 12.976s10.7 25.146 16.05 32.221v10.776h30.6l18.5-19.707 28.76 1.807c3.14-.162 10.84.097 16.55 2.433s80.81 47.585 117.64 69.917h37.58l28.57-26.054h18.17l23.72-27.164c2.7-3.162 55.36-6.834 60.93-2.783l271.9 199.66v-6.248c3.25-2.623 9.73-8.977 9.62-13.407",
// "29": "M1643.94 451.428c-5.35 1.686-33.71 21.737 0 48.36.07.055 0-5.57 0-5.57-7.22-8.621-8.44-13.81-5.87-21.053 3.36-9.473 16.72-8.086 24.37-7.602 15.49.978 54.16 4.62 71.55 6.319 5.81 2.446 18.26 8.113 21.61 11.212s9.55 2.378 12.23 1.631l22.67 15.063c-.1.69-.1 2.258.73 3.004.83.745 28.24 16.677 41.85 24.55l5.38-1.865 17.53 12.431h37.58l27.45-25.172h7.54l5.62-.621v-7.252l7.15 7.252c5.87-6.665 19-20.2 24.55-21.029 6.94-1.036 56.97 1.865 60.29 1.865 2.65 0 21.47 13.546 30.55 20.319h8.81v2.555l9.32 6.234 3.6 2.076v3.293c0 .595 119.03 83.07 178.55 124.233 2.34-1.84 7.35-5.706 8.68-6.444 1.66-.923 2.77-.369 5.26 1.292 1.99 1.33 18.11 12.834 25.92 18.42v-15.392l-271.9-199.66c-5.57-4.051-58.22-.379-60.93 2.782l-23.72 27.165h-18.17l-28.57 26.054h-37.58c-36.83-22.333-111.93-67.581-117.64-69.917s-13.41-2.596-16.55-2.433l-28.76-1.807-18.5 19.707z",
"28": "M2308.01 678.627c.11-6.353-7.39-11.779-11.15-13.698-7.81-5.586-23.93-17.09-25.92-18.42-2.49-1.661-3.6-2.215-5.26-1.292-1.33.739-6.34 4.604-8.68 6.444-59.52-41.163-178.55-123.638-178.55-124.233v-3.293l-3.6-2.076-9.32-6.234v-2.555h-8.81c-9.08-6.773-27.9-20.319-30.55-20.319-3.32 0-53.35-2.901-60.29-1.865-5.55.829-18.68 14.364-24.55 21.029l-7.15-7.252v7.252l-5.62.621h-7.54l-27.45 25.172h-37.58l-17.53-12.431-5.38 1.865c-13.61-7.873-41.02-23.804-41.85-24.55s-.83-2.314-.73-3.004l-22.67-15.063c-2.68.747-8.88 1.468-12.23-1.631s-15.8-8.766-21.61-11.212c-17.39-1.699-56.06-5.341-71.55-6.319-15.49-.979-21.55.001-24.42 7.512-3.83 10.026.57 15.312 5.92 21.104v25.429l80.9 2.031v-16.776l32.46 14.745 10.53-1.395 90.1 51.209h35.64l27.45-24.703h18.7c7.02-7.554 22.09-22.66 26.16-22.66h60.29c2.29 0 23.02 11.981 33.09 17.972h6.27v7.573l12.92 9.376 7.88-5.639 35.34 24.243v8.169l29.14 19.92 7.66-3.939 30.61 20.37v9.229l26 17.894 6.75-4.502 28.25 18.119v8.779l6.92 4.614 8.68-5.568-.96 31.872c.21 1.062 6.22 6.773 6.22 6.773s15.8 9.212 25.92 14.371v-30.234c3.67-1.627 11.03-6.47 11.15-12.824",
"27": "M2308.01 734.658c0-4.954-7.43-10.326-11.15-12.973-10.12-5.159-25.92-14.371-25.92-14.371s-6.01-5.711-6.22-6.773l.96-31.872-8.68 5.568-6.92-4.615v-8.778l-28.25-18.119-6.75 4.502-26-17.895v-9.228l-30.61-20.37-7.66 3.939-29.14-19.92v-8.169l-35.34-24.243-7.88 5.639-12.92-9.376v-7.574h-6.27c-10.07-5.99-30.8-17.971-33.09-17.971h-60.29c-4.07 0-19.14 15.106-26.16 22.66h-18.7l-27.45 24.703h-35.64l-90.1-51.21-10.53 1.396-32.46-14.745v16.775l-80.9-2.03c-5.45.703-7.48 6.598-7.81 9.457-2.74 1.649-8.24 6.576-8.24 13.086 0 5.511 3.94 10.991 6.82 14.011-.3-4.839 1.08-15.263 8.9-18.254 7.83-2.991 63.52-1.246 90.38 0l25.45 13.078 4.35-1.187 24.54 14.048 69.6 38.076h35.64l27.45-23.577h7.54v-8.161h3.96l7.2 4.627c7.07-6.084 22.2-18.458 26.16-19.281 4.95-1.028 57.91 2.442 60.29 2.442 1.9 0 19.68 11.741 28.34 17.611l4.75-1.8 194.72 128.184c.09 2.096.61 6.529 2.01 7.492 1.39.964 29.87 19.223 43.93 28.232v8.406c2.7-1.749 8.09-6.485 8.09-11.44",
// "28": "M2308.01 678.627c.11-6.353-7.39-11.779-11.15-13.698-7.81-5.586-23.93-17.09-25.92-18.42-2.49-1.661-3.6-2.215-5.26-1.292-1.33.739-6.34 4.604-8.68 6.444-59.52-41.163-178.55-123.638-178.55-124.233v-3.293l-3.6-2.076-9.32-6.234v-2.555h-8.81c-9.08-6.773-27.9-20.319-30.55-20.319-3.32 0-53.35-2.901-60.29-1.865-5.55.829-18.68 14.364-24.55 21.029l-7.15-7.252v7.252l-5.62.621h-7.54l-27.45 25.172h-37.58l-17.53-12.431-5.38 1.865c-13.61-7.873-41.02-23.804-41.85-24.55s-.83-2.314-.73-3.004l-22.67-15.063c-2.68.747-8.88 1.468-12.23-1.631s-15.8-8.766-21.61-11.212c-17.39-1.699-56.06-5.341-71.55-6.319-15.49-.979-21.55.001-24.42 7.512-3.83 10.026.57 15.312 5.92 21.104v25.429l80.9 2.031v-16.776l32.46 14.745 10.53-1.395 90.1 51.209h35.64l27.45-24.703h18.7c7.02-7.554 22.09-22.66 26.16-22.66h60.29c2.29 0 23.02 11.981 33.09 17.972h6.27v7.573l12.92 9.376 7.88-5.639 35.34 24.243v8.169l29.14 19.92 7.66-3.939 30.61 20.37v9.229l26 17.894 6.75-4.502 28.25 18.119v8.779l6.92 4.614 8.68-5.568-.96 31.872c.21 1.062 6.22 6.773 6.22 6.773s15.8 9.212 25.92 14.371v-30.234c3.67-1.627 11.03-6.47 11.15-12.824",
// "27": "M2308.01 734.658c0-4.954-7.43-10.326-11.15-12.973-10.12-5.159-25.92-14.371-25.92-14.371s-6.01-5.711-6.22-6.773l.96-31.872-8.68 5.568-6.92-4.615v-8.778l-28.25-18.119-6.75 4.502-26-17.895v-9.228l-30.61-20.37-7.66 3.939-29.14-19.92v-8.169l-35.34-24.243-7.88 5.639-12.92-9.376v-7.574h-6.27c-10.07-5.99-30.8-17.971-33.09-17.971h-60.29c-4.07 0-19.14 15.106-26.16 22.66h-18.7l-27.45 24.703h-35.64l-90.1-51.21-10.53 1.396-32.46-14.745v16.775l-80.9-2.03c-5.45.703-7.48 6.598-7.81 9.457-2.74 1.649-8.24 6.576-8.24 13.086 0 5.511 3.94 10.991 6.82 14.011-.3-4.839 1.08-15.263 8.9-18.254 7.83-2.991 63.52-1.246 90.38 0l25.45 13.078 4.35-1.187 24.54 14.048 69.6 38.076h35.64l27.45-23.577h7.54v-8.161h3.96l7.2 4.627c7.07-6.084 22.2-18.458 26.16-19.281 4.95-1.028 57.91 2.442 60.29 2.442 1.9 0 19.68 11.741 28.34 17.611l4.75-1.8 194.72 128.184c.09 2.096.61 6.529 2.01 7.492 1.39.964 29.87 19.223 43.93 28.232v8.406c2.7-1.749 8.09-6.485 8.09-11.44",
"26": "M1634.71 556.162c.52.547 1 1.014 1.43 1.385v13.554c1.04-3.223 4.8-9.635 11.47-9.49 8.35.182 84.64 5.171 88.52 5.971 3.11.64 82.49 42.935 121.8 64.003h35.64l27.46-21.821h7.53l32.3-10.305 32.65-.939v-8.074l7.72-4.016c8.33.432 25.48 1.296 27.41 1.296 1.92 0 181.66 111.25 271.28 166.875v-16.908c-14.06-9.009-42.54-27.269-43.93-28.232s-1.92-5.397-2.01-7.493l-194.71-128.183-4.76 1.799c-8.66-5.87-26.44-17.61-28.34-17.61-2.38 0-55.34-3.471-60.29-2.442-3.96.822-19.09 13.197-26.16 19.281l-7.2-4.628h-3.96v8.161h-7.53l-27.46 23.578h-35.64l-69.6-38.077-24.53-14.047-4.36 1.187-25.45-13.079c-26.86-1.246-82.55-2.991-90.38 0-7.82 2.991-9.19 13.416-8.9 18.254",
"25": "M1627.89 604.065c0 6.158 6.67 17.321 16.38 24.962l-.66-5.074c-2.68-2.064-7.73-7.562-6.5-13.041 1.54-6.847 5.03-11.18 24-10.667 15.18.41 55.91 3.453 74.37 4.923l21.74 11.899 8.08-4.593 23.03 12.482v5.031l47.21 22.793 2.93-1.928 17.52 10.433h37.58l27.45-21.424h7.54c9.98-8.683 30.43-26.351 32.3-27.559 2.33-1.509 65.31 1.509 67.78 1.509s34.3 19.347 35.67 19.896c1.1.439 1.37 6.403 1.37 9.33l14.68 9.056c.13 1.26.69 3.902 1.9 4.387s22.33 12.733 32.74 18.796l2.73-1.718 33.75 19.706c-.13 1.482.44 4.85 3.84 6.467s19.07 10.577 26.48 14.855l4.24-1.415 29 18.291c-.5.955-.22 3.539 4.95 6.232 5.18 2.694 17.45 9.835 22.94 13.069h3.54l14.05 7.983 5.66-4.143c9.69 5.066 30 15.851 33.74 18.456v-18.456c-89.63-55.625-269.36-166.875-271.28-166.875-1.93 0-19.08-.865-27.41-1.297l-7.72 4.017v8.074l-32.65.939-32.3 10.304h-7.54l-27.45 21.822h-35.64c-39.31-21.068-118.69-63.364-121.8-64.004-3.88-.8-80.18-5.789-88.52-5.97-6.67-.145-10.43 6.266-11.48 9.49v21.415c-2.74 1.283-8.24 5.389-8.24 11.547",
"24": "M2308.01 783.187c0-5.072-5.39-8.865-8.09-10.128-3.74-2.606-24.05-13.39-33.74-18.457l-5.66 4.144-14.05-7.984h-3.54c-5.49-3.233-17.76-10.374-22.94-13.068-5.17-2.694-5.45-5.278-4.95-6.233l-29-18.29-4.24 1.414c-7.41-4.278-23.08-13.238-26.48-14.855-3.4-1.616-3.98-4.985-3.84-6.467l-33.75-19.705-2.73 1.718c-10.41-6.064-31.53-18.311-32.74-18.796s-1.77-3.127-1.9-4.388l-14.68-9.055c0-2.927-.27-8.892-1.37-9.331-1.37-.548-33.2-19.895-35.67-19.895s-65.45-3.019-67.78-1.509c-1.87 1.207-22.32 18.875-32.3 27.558h-7.54l-27.45 21.425h-37.58l-17.53-10.433-2.92 1.928-47.21-22.794v-5.03l-23.03-12.482-8.08 4.592-21.74-11.898c-18.46-1.47-59.19-4.514-74.37-4.924-18.97-.513-22.46 3.82-24 10.668-1.23 5.478 3.82 10.976 6.5 13.041l.66 5.074-.66 23.753 80.58 3.019v-14.686l7.24-2.555 25.79 11.281h10.18l22.99 11.446c1.2-1.829 3.95-5.486 5.32-5.486 1.7 0 41.03 20.647 42.75 20.86 1.39.17 1.45 4.895 1.31 7.237l18.16 9.578h39.73l23.36-20.544h7.54c9.9-6.488 30.23-19.6 32.3-20.15 2.57-.688 65.08-.688 67.78-.688 2.15 0 25.59 13.892 37.04 20.838v3.523l13.39 6.271c2.09-1.516 6.52-4.578 7.53-4.703 1.25-.157 33.86 19.282 34.95 19.909.88.501.37 6.375 0 9.249l30.73 16.46c1.15-1.254 3.73-3.857 4.86-4.233 1.41-.47 30.73 15.259 31.35 16.774.5 1.211.21 5.834 0 7.995l26.55 16.616c1.55-.94 4.9-2.915 5.9-3.292 1.26-.47 27.75 13.912 28.53 14.736.63.659.26 5.291 0 7.525l5.02 3.427h9.56v15.698l32.96 13.301v-17.269c3.66-1.797 11-6.659 11-11.73",
"23": "M2308.01 840.453c-.53-5.712-7.55-9.715-11-11.002v-17.269l-32.96-13.301v-15.698h-9.56l-5.02-3.427c.26-2.234.63-6.866 0-7.525-.78-.823-27.27-15.206-28.53-14.735-1 .376-4.35 2.351-5.9 3.292l-26.55-16.617c.21-2.16.5-6.784 0-7.995-.62-1.514-29.94-17.244-31.35-16.774-1.13.377-3.71 2.979-4.86 4.233l-30.72-16.46c.36-2.874.87-8.747 0-9.249-1.1-.627-33.71-20.066-34.96-19.909-1.01.126-5.44 3.188-7.53 4.703l-13.39-6.271v-3.522c-11.45-6.946-34.89-20.838-37.04-20.838-2.7 0-65.21 0-67.78.687-2.07.55-22.4 13.663-32.3 20.151h-7.53l-23.37 20.543h-39.73l-18.16-9.578c.14-2.341.08-7.067-1.3-7.237-1.73-.213-41.06-20.859-42.76-20.859-1.36 0-4.12 3.657-5.32 5.485l-22.99-11.445h-10.18l-25.79-11.281-7.24 2.554v14.687l-80.58-3.02c-3.69 1.056-6.52 4.399-7.47 5.938v4.949c-2.97 1.466-8.78 5.872-8.25 11.766s5.72 11.4 8.25 13.416c-.26-3.549.31-11.352 4.61-14.162 5.36-3.513 90.26-1.952 94.65-1.756 3.51.156 16.49 6.179 22.54 9.172l6.44-1.464 21.66 11.222h7.91l63.98 32.844h35.64l27.46-19.555h7.53l6.76-4.855 6.67 3.091c6.35-4.61 19.89-14.092 23.27-15.134 4.23-1.302 61.17 1.953 63.38 2.604 1.76.521 19.02 9.747 27.43 14.294l3.58-1.764 196.34 108.871c-.57 1.844-.83 5.988 2.69 7.811 4.39 2.278 38.82 17.576 40.03 21.318.97 2.995 1.21 6.652 1.21 8.106 2.92-.632 8.61-3.323 8.09-9.035",
// "24": "M2308.01 783.187c0-5.072-5.39-8.865-8.09-10.128-3.74-2.606-24.05-13.39-33.74-18.457l-5.66 4.144-14.05-7.984h-3.54c-5.49-3.233-17.76-10.374-22.94-13.068-5.17-2.694-5.45-5.278-4.95-6.233l-29-18.29-4.24 1.414c-7.41-4.278-23.08-13.238-26.48-14.855-3.4-1.616-3.98-4.985-3.84-6.467l-33.75-19.705-2.73 1.718c-10.41-6.064-31.53-18.311-32.74-18.796s-1.77-3.127-1.9-4.388l-14.68-9.055c0-2.927-.27-8.892-1.37-9.331-1.37-.548-33.2-19.895-35.67-19.895s-65.45-3.019-67.78-1.509c-1.87 1.207-22.32 18.875-32.3 27.558h-7.54l-27.45 21.425h-37.58l-17.53-10.433-2.92 1.928-47.21-22.794v-5.03l-23.03-12.482-8.08 4.592-21.74-11.898c-18.46-1.47-59.19-4.514-74.37-4.924-18.97-.513-22.46 3.82-24 10.668-1.23 5.478 3.82 10.976 6.5 13.041l.66 5.074-.66 23.753 80.58 3.019v-14.686l7.24-2.555 25.79 11.281h10.18l22.99 11.446c1.2-1.829 3.95-5.486 5.32-5.486 1.7 0 41.03 20.647 42.75 20.86 1.39.17 1.45 4.895 1.31 7.237l18.16 9.578h39.73l23.36-20.544h7.54c9.9-6.488 30.23-19.6 32.3-20.15 2.57-.688 65.08-.688 67.78-.688 2.15 0 25.59 13.892 37.04 20.838v3.523l13.39 6.271c2.09-1.516 6.52-4.578 7.53-4.703 1.25-.157 33.86 19.282 34.95 19.909.88.501.37 6.375 0 9.249l30.73 16.46c1.15-1.254 3.73-3.857 4.86-4.233 1.41-.47 30.73 15.259 31.35 16.774.5 1.211.21 5.834 0 7.995l26.55 16.616c1.55-.94 4.9-2.915 5.9-3.292 1.26-.47 27.75 13.912 28.53 14.736.63.659.26 5.291 0 7.525l5.02 3.427h9.56v15.698l32.96 13.301v-17.269c3.66-1.797 11-6.659 11-11.73",
// "23": "M2308.01 840.453c-.53-5.712-7.55-9.715-11-11.002v-17.269l-32.96-13.301v-15.698h-9.56l-5.02-3.427c.26-2.234.63-6.866 0-7.525-.78-.823-27.27-15.206-28.53-14.735-1 .376-4.35 2.351-5.9 3.292l-26.55-16.617c.21-2.16.5-6.784 0-7.995-.62-1.514-29.94-17.244-31.35-16.774-1.13.377-3.71 2.979-4.86 4.233l-30.72-16.46c.36-2.874.87-8.747 0-9.249-1.1-.627-33.71-20.066-34.96-19.909-1.01.126-5.44 3.188-7.53 4.703l-13.39-6.271v-3.522c-11.45-6.946-34.89-20.838-37.04-20.838-2.7 0-65.21 0-67.78.687-2.07.55-22.4 13.663-32.3 20.151h-7.53l-23.37 20.543h-39.73l-18.16-9.578c.14-2.341.08-7.067-1.3-7.237-1.73-.213-41.06-20.859-42.76-20.859-1.36 0-4.12 3.657-5.32 5.485l-22.99-11.445h-10.18l-25.79-11.281-7.24 2.554v14.687l-80.58-3.02c-3.69 1.056-6.52 4.399-7.47 5.938v4.949c-2.97 1.466-8.78 5.872-8.25 11.766s5.72 11.4 8.25 13.416c-.26-3.549.31-11.352 4.61-14.162 5.36-3.513 90.26-1.952 94.65-1.756 3.51.156 16.49 6.179 22.54 9.172l6.44-1.464 21.66 11.222h7.91l63.98 32.844h35.64l27.46-19.555h7.53l6.76-4.855 6.67 3.091c6.35-4.61 19.89-14.092 23.27-15.134 4.23-1.302 61.17 1.953 63.38 2.604 1.76.521 19.02 9.747 27.43 14.294l3.58-1.764 196.34 108.871c-.57 1.844-.83 5.988 2.69 7.811 4.39 2.278 38.82 17.576 40.03 21.318.97 2.995 1.21 6.652 1.21 8.106 2.92-.632 8.61-3.323 8.09-9.035",
"22": "M1640.75 674.687c-4.3 2.81-4.87 10.612-4.62 14.162v14.537c.9-1.999 4.15-6.087 10-6.442 7.31-.443 85.97 3.35 91.06 3.35 4.08 0 34.27 15.196 48.85 22.794h9.2l62.69 29.938h35.64l27.45-15.093h7.54c11.37-6.942 34.64-20.96 36.7-21.492 2.58-.664 60.37 3.102 63.38 3.102 2.4 0 148.35 73.411 221.02 110.116v5.539l50.26 26.469v-12.175c0-1.455-.24-5.111-1.21-8.106-1.22-3.743-35.64-19.04-40.04-21.318-3.51-1.823-3.25-5.967-2.69-7.811l-196.33-108.871-3.58 1.764c-8.41-4.548-25.67-13.774-27.43-14.294-2.21-.651-59.15-3.906-63.38-2.604-3.38 1.041-16.92 10.523-23.27 15.134l-6.67-3.092-6.76 4.856h-7.54l-27.45 19.555h-35.64l-63.99-32.845h-7.9l-21.66-11.221-6.44 1.464c-6.05-2.993-19.03-9.017-22.54-9.173-4.39-.195-89.29-1.756-94.65 1.757",
"21": "M2308.01 888.834c0-3.848-5.39-7.481-8.09-8.817v-18.354l-50.26-26.469v-5.539c-72.67-36.705-218.62-110.116-221.02-110.116-3.01 0-60.8-3.766-63.38-3.101-2.06.531-25.33 14.549-36.7 21.491h-7.54l-27.45 15.093h-35.64l-62.69-29.938h-9.2c-14.58-7.598-44.77-22.794-48.85-22.794-5.09 0-83.75-3.793-91.06-3.35-5.85.355-9.1 4.443-10 6.442v22.522c-2.93.807-8.68 4.091-8.24 10.777s10.59 17.595 15.61 22.214l.11-3.596c-2.98-3.058-8.22-10.277-5.31-14.691 3.64-5.517 20.69-4.765 38.88-4.639 18.18.125 54.67 2.131 58.93 3.385 4.27 1.254 17.18 5.643 20.69 10.032l10.54-1.881 23.32 11.411c-.13.752.08 2.383 1.88 2.884 1.81.502 27.67 11.829 40.38 17.43l6.9-1.254 17.43 9.154h38.24l25.53-18.308h7.54l5.05-4.263 7.53 2.006c7.05-4.221 21.76-12.84 24.12-13.543 2.96-.877 57.26.502 60.77 1.505 2.81.803 22.23 10.784 31.6 15.675l7.15-3.637 193.89 99.502 5.29 2.209c.04 1.545.93 4.824 4.12 5.578 3.97.942 30.08 13.086 31.84 16.227 1.41 2.513-1.45 6.141-3.06 7.642 3.13.146 11.15-4.08 11.15-8.889",
"20": "M1643.5 758.896v28.482l80.82 1.295v-14.7l6.64-2.416 26.77 10.27 9.61-1.41 23.32 9.062c1.45-1.343 4.62-4.068 5.75-4.229 1.41-.201 42.11 17.117 43.41 17.52 1.03.322.43 6.309 0 9.263l17.43 5.236h38.24l26.46-16.513h6.61l5.05-3.021 7.53 1.41c5.39-3.377 17.46-10.508 22.61-12.013 6.45-1.882 57.19 0 59.21 0 1.61 0 23.78 9.082 34.67 13.624l7.15-1.611 14.76 9.062c1.32-.802 4.64-2.348 7.38-2.12 3.42.285 31.77 14.585 32.62 15.485.69.72.29 4.415 0 6.172l144.42 67.678v6.839l32.9 15.173v-19.71c1.61-1.5 4.47-5.129 3.06-7.641-1.76-3.141-27.87-15.286-31.84-16.228-3.19-.754-4.08-4.032-4.12-5.577l-5.29-2.209-193.89-99.502-7.15 3.636c-9.37-4.89-28.79-14.872-31.6-15.674-3.51-1.003-57.81-2.383-60.77-1.505-2.36.702-17.07 9.321-24.12 13.543l-7.53-2.007-5.05 4.264h-7.54l-25.53 18.308h-38.24l-17.43-9.154-6.9 1.254c-12.71-5.601-38.57-16.929-40.38-17.43-1.8-.502-2.01-2.132-1.88-2.884l-23.32-11.411-10.54 1.88c-3.51-4.388-16.42-8.777-20.69-10.031-4.26-1.254-40.75-3.261-58.93-3.386-1.72-.012-3.42-.029-5.11-.046-16.17-.165-30.47-.311-33.77 4.686-2.91 4.414 2.33 11.632 5.31 14.69z",
"19": "M2308.01 945.597c.29-3.847-7.31-7.238-11.15-8.452v-19.709l-32.9-15.173v-6.839l-144.42-67.678c.29-1.757.69-5.452 0-6.172-.85-.9-29.21-15.2-32.62-15.485-2.74-.228-6.06 1.318-7.38 2.12l-14.77-9.062-7.14 1.611c-10.89-4.542-33.06-13.624-34.67-13.624-2.02 0-52.76-1.882-59.21 0-5.15 1.505-17.22 8.636-22.62 12.013l-7.52-1.41-5.06 3.021h-6.6l-26.46 16.513h-38.25l-17.43-5.236c.44-2.954 1.04-8.941 0-9.263-1.3-.403-41.99-17.721-43.4-17.52-1.13.161-4.3 2.886-5.75 4.229l-23.32-9.062-9.61 1.41-26.77-10.27-6.64 2.416v14.7l-80.82-1.295c-3.34.703-6.3 3.958-7.37 5.498v4.839c-2.75 1.686-8.24 5.982-8.24 9.677s5.49 9.09 8.24 11.326c-.39-3.191 1.39-10.302 8.51-13.211 3.38-.383 12.34-1.129 21.14-1.052 8.81.076 49.66 1.371 68.99 2.009l22.96 9.089 6.99-2.296 92.52 36.621h36.64l28.07-16.388h6.6l5.89-4.813 6.69 2.98c5.99-3.858 18.23-11.712 19.33-12.262 1.03-.516 37.94.966 57.22 1.739l.01.001c6.43.258 10.9.437 11.41.437 1.65 0 14.67 7.334 20.97 11.002l9.29-1.719 195.23 91.353c-.05 1.155.1 3.626 1.14 4.274s29.84 14.109 44.12 20.758v5.933c2.6-.923 7.87-3.731 8.16-7.578",
// "20": "M1643.5 758.896v28.482l80.82 1.295v-14.7l6.64-2.416 26.77 10.27 9.61-1.41 23.32 9.062c1.45-1.343 4.62-4.068 5.75-4.229 1.41-.201 42.11 17.117 43.41 17.52 1.03.322.43 6.309 0 9.263l17.43 5.236h38.24l26.46-16.513h6.61l5.05-3.021 7.53 1.41c5.39-3.377 17.46-10.508 22.61-12.013 6.45-1.882 57.19 0 59.21 0 1.61 0 23.78 9.082 34.67 13.624l7.15-1.611 14.76 9.062c1.32-.802 4.64-2.348 7.38-2.12 3.42.285 31.77 14.585 32.62 15.485.69.72.29 4.415 0 6.172l144.42 67.678v6.839l32.9 15.173v-19.71c1.61-1.5 4.47-5.129 3.06-7.641-1.76-3.141-27.87-15.286-31.84-16.228-3.19-.754-4.08-4.032-4.12-5.577l-5.29-2.209-193.89-99.502-7.15 3.636c-9.37-4.89-28.79-14.872-31.6-15.674-3.51-1.003-57.81-2.383-60.77-1.505-2.36.702-17.07 9.321-24.12 13.543l-7.53-2.007-5.05 4.264h-7.54l-25.53 18.308h-38.24l-17.43-9.154-6.9 1.254c-12.71-5.601-38.57-16.929-40.38-17.43-1.8-.502-2.01-2.132-1.88-2.884l-23.32-11.411-10.54 1.88c-3.51-4.388-16.42-8.777-20.69-10.031-4.26-1.254-40.75-3.261-58.93-3.386-1.72-.012-3.42-.029-5.11-.046-16.17-.165-30.47-.311-33.77 4.686-2.91 4.414 2.33 11.632 5.31 14.69z",
// "19": "M2308.01 945.597c.29-3.847-7.31-7.238-11.15-8.452v-19.709l-32.9-15.173v-6.839l-144.42-67.678c.29-1.757.69-5.452 0-6.172-.85-.9-29.21-15.2-32.62-15.485-2.74-.228-6.06 1.318-7.38 2.12l-14.77-9.062-7.14 1.611c-10.89-4.542-33.06-13.624-34.67-13.624-2.02 0-52.76-1.882-59.21 0-5.15 1.505-17.22 8.636-22.62 12.013l-7.52-1.41-5.06 3.021h-6.6l-26.46 16.513h-38.25l-17.43-5.236c.44-2.954 1.04-8.941 0-9.263-1.3-.403-41.99-17.721-43.4-17.52-1.13.161-4.3 2.886-5.75 4.229l-23.32-9.062-9.61 1.41-26.77-10.27-6.64 2.416v14.7l-80.82-1.295c-3.34.703-6.3 3.958-7.37 5.498v4.839c-2.75 1.686-8.24 5.982-8.24 9.677s5.49 9.09 8.24 11.326c-.39-3.191 1.39-10.302 8.51-13.211 3.38-.383 12.34-1.129 21.14-1.052 8.81.076 49.66 1.371 68.99 2.009l22.96 9.089 6.99-2.296 92.52 36.621h36.64l28.07-16.388h6.6l5.89-4.813 6.69 2.98c5.99-3.858 18.23-11.712 19.33-12.262 1.03-.516 37.94.966 57.22 1.739l.01.001c6.43.258 10.9.437 11.41.437 1.65 0 14.67 7.334 20.97 11.002l9.29-1.719 195.23 91.353c-.05 1.155.1 3.626 1.14 4.274s29.84 14.109 44.12 20.758v5.933c2.6-.923 7.87-3.731 8.16-7.578",
"18": "M1644.64 805.505c-7.12 2.909-8.9 10.02-8.51 13.211v21.664c1.28-3.215 5.82-9.532 13.8-9.076 9.97.57 81.2 3.135 84.84 3.42 2.91.227 82.86 30.205 122.48 45.166l36.63.855 28.07-13.963h6.61l31.9-14.961c21.47-.237 65.25-.741 68.64-.855 3.4-.114 147.96 59.13 219.82 88.766l.71 5.861 50.22 20.497v-18.852c-14.28-6.649-43.08-20.109-44.12-20.758s-1.19-3.119-1.14-4.274l-195.23-91.353-9.28 1.719c-6.31-3.668-19.33-11.002-20.98-11.002-.51 0-4.98-.179-11.42-.438-19.28-.773-56.19-2.255-57.22-1.739-1.1.55-13.34 8.404-19.32 12.262l-6.7-2.98-5.88 4.813h-6.61l-28.07 16.388h-36.63l-92.53-36.621-6.99 2.296-22.96-9.089c-19.33-.638-60.18-1.933-68.98-2.009-8.81-.077-17.77.669-21.15 1.052",
"17": "M1643.86 887.229c-5.07-3.996-15.36-13.042-15.97-17.265-.62-4.223 5.24-7.038 8.24-7.918v-21.663c1.28-3.216 5.82-9.532 13.8-9.076 9.97.57 81.2 3.134 84.84 3.419 2.91.228 82.86 30.206 122.47 45.166l36.64.855 28.07-13.963h6.6l31.91-14.96c21.47-.238 65.25-.741 68.64-.855s147.96 59.129 219.82 88.765l.71 5.862 50.22 20.497v18.339c-50.46-21.266-153.48-64.547-161.92-67.551-8.44-3.003-12.11-1.898-12.89-.971l-16.93 5.912c-10.24-3.671-30.71-11.282-30.71-12.359v-7.955l-13.49-5.49h-10.58c-1.56-2.385-19.71-10.578-21.68-10.682s-61.29-2.593-67.51-1.556c-4.98.83-17.84 10.509-23.65 15.245l-6.63-.622-5.31 3.76-34.67 16.674-5.09-1.879-31.55-3.053-90.41-32.033h-9.57c-1.06-1.789-19.8-9.728-23.9-9.728-.66 0-3.46-.08-7.7-.202-22.15-.638-83.77-2.411-86.9.202-2.98 2.492 2.16 11.095 5.1 15.085",
"Reset 16":
@@ -211,12 +212,12 @@ export const floorsMasks = {
"5": "M1629.92 1285.03c0 1.47 3.95 4.04 5.92 5.14-.15-.5.1-1.57 2.33-1.83 2.22-.26 80.34 1.11 119.12 1.83l100.81 11.39 29.47 3.22h5.89l45.99-7.47c5.99-1.71 18.86-5.07 22.38-4.84 3.51.24 47.76 1.08 69.44 1.47l86.15 10.84 67.69 8.79 69.06 6.05c1.4-.94 6.32-2.77 14.74-2.53 8.42.23 25.24 1.78 32.6 2.53v-21.84l-47.34-7.63c-71.81-10.85-216.45-32.57-220.64-32.57-5.24 0-69.47-.49-74.15 0-3.74.39-22.11 3.1-30.82 4.41l-35.1 3.92-136.17-13.96c-35.57-.17-107.79-.4-112.01 0-4.22.39-8.05 2.33-9.44 3.25v27.6c-2.33-.29-5.92.39-5.92 2.23",
"Podium Level":
"M2307.87 1322.84c.07-1.19-4.21-2.64-6.36-3.22-7.36-.75-24.18-2.3-32.6-2.53-8.42-.24-13.34 1.59-14.74 2.53l-69.06-6.05-67.69-8.79-86.15-10.84c-21.68-.39-65.93-1.23-69.44-1.47-3.52-.23-16.39 3.13-22.38 4.84l-45.98 7.47h-5.9l-29.47-3.22-100.8-11.39c-38.79-.72-116.91-2.09-119.13-1.83-2.23.26-2.48 1.33-2.33 1.83v34.44c-.3.03-1.61.32-4.42 1.18-2.81.87-4.21 4.33-4.56 5.95v18.01l92.04 2.13c1.71.57 5.45 2.19 6.68 4.11s1.31-4.22 1.2-7.54h12.68v-12.85l26.04 6.34v14.05c.11-2.08 1.65-6.24 6.85-6.24h42.84c2.28.14 6.95 1.58 7.36 6.24v-24.25c0-1.68 1.03-5.05 5.14-5.05h42.84c1.94-.06 5.82.86 5.82 5.05v3.86h98.52l124.4 4.11c1.38.51 4.21 2.35 4.5 5.68.29 3.34.42 7.56.45 9.25h10.42v-1.82l33.44.55v-12.05l21.03 1.35v-2.96c-.21-.88.31-2.62 4.08-2.47 3.77.14 20.48.48 28.36.63 1.27.21 3.7 1.76 3.26 6.25-.43 4.5-.18 2.3 0 .64v3.35l94.14 2.27v-9.53h.32c.21 0 .43.01.66.01h.02c2.54.05 6.27.12 6.27-1.83 0-1.78-5.67-4.15-8.51-5.12v-4.62c6.28-.4 9.39-4.46 10.16-6.45",
"Parking Levels":
"M2302.64 1346.97c-2.86.07-3.65 2.3-3.69 3.41l-94.14-2.27v-3.35c-.18 1.66-.43 3.86 0-.64.44-4.49-1.99-6.04-3.26-6.25-7.88-.15-24.6-.49-28.37-.63-3.77-.15-4.28 1.59-4.07 2.47v2.96l-21.03-1.36v12.06l-33.44-.55v1.82h-10.42c-.03-1.7-.16-5.91-.45-9.25-.29-3.33-3.12-5.17-4.5-5.68l-124.4-4.11h-98.52v-3.86c0-4.19-3.88-5.11-5.82-5.05h-42.84c-4.11 0-5.14 3.37-5.14 5.05v24.25c-.41-4.66-5.08-6.1-7.36-6.24h-42.84c-5.21 0-6.74 4.16-6.85 6.24v-14.05l-26.04-6.34v12.85h-12.68c.11 3.31.03 9.46-1.2 7.54-1.24-1.92-4.97-3.54-6.68-4.11l-92.04-2.13h-22.32v1.42h-1.61v78.05h2.12v6.85l68.29-.59c-.35-1.49-.61-3-.76-4l-6.59-2.96c-.89-.3-2.83-1.19-3.47-2.36-.47-.87-.24-2.43-.06-3.68.12-.88.23-1.6.06-1.85-.32-.48-1.24-.2-1.66 0-4.21 1.65-7.52 10.59-8.66 14.85-.62-2.44-1.86-8.47-1.86-13.05 0-4.88 5.13-8.36 8.13-10.39.51-.35.97-.66 1.32-.93 1.45-1.09 4.07-1.18 5.92-1.24 1.2-.04 2.08-.07 2.08-.36 0-.14.02-.3.04-.47.11-.67.24-1.52-1.04-2.59-1.6-1.33-7.06 1.06-11.19 3.06-3.3 1.6-6.57 6.04-7.79 8.06-.45-2.69-.56-8.83 2.53-11.92 2.36-2.36 8.59-3.01 12.93-3.45 2.75-.29 4.75-.49 4.52-1.01-.41-.91-.17-1.84.15-3.1.15-.59.32-1.26.44-2.03.4-2.4-4.26-5.39-6.99-5.79-2.18-.32-5.44 1.86-6.79 2.99.07-2.79 3.26-6.25 6.26-6.85s7.32 2.46 8.72 4.66c1.4 2.19 8.26 4.99 9.19 2.19.75-2.23-4.44-6.92-7.12-8.98 3.06-.43 10.66 4.27 14.16 6.73-.65-.54-1.72-3.1-2.58-5.18-.24-.57-.47-1.11-.66-1.55-.75-1.71-2.84-4.75-3.8-6.06 2.93.63 6.28 6.61 7.59 9.52.85 1.35 2.65 3.91 3.13 3.33l.07-.09c.83-1.02 5.34-6.58 9.72-6.7 3.62-.11 6.04 2.26 6.79 3.46-1.51-.22-5.4-.31-8.92 1.13-4.28 1.75-7.17 6.41-7.63 7.14l-.03.05c-.26.43 2.07.71 3.26.8 6.05.73 12.53 5.26 14.86 8.39 1.86 2.5 2.55 7.79 2.66 10.12-.91-1.03-1.46-2.1-2.13-3.39-.76-1.47-1.66-3.23-3.4-5.53-3.26-4.33-7.59 1-7.19 3.06.22 1.12 2.46 2.14 5 3.29 2.16.98 4.53 2.06 6.05 3.37 2.66 2.29.45 10.41-.99 14.18-.8-2.46-.94-3.26-1.54-6.99s-3.93-8.67-5.98-8.35c-1.64.25.04 1.81 1.09 2.56 3.83 3.29 5.1 10.63 5.22 17.91l150.76 1.93c1.54-4.65 4.76-9.08 6.75-10.63.97-.75 2.27-1.54 3.46-2.25 2.45-1.48 4.42-2.67 2.02-2.73-2.86-.06-6.84 1.75-8.47 2.66.41-.86 1.91-2.91 4.56-4.24 2.66-1.32 7.48-1.38 9.55-1.24.08-.25.2-1.31 0-3.57s-2.07-4.54-2.99-5.4c3.72.73 9.25 2.85 11.54 3.82.67-1.19 2.94-1.82 3.99-1.99.33-4.65 5.17-5.37 7.55-5.15-3.58 1.13-3.62 5.23-3.19 7.14 1.95-1.16 7.54-1.31 11.06-1.21.45-.02.9-.01 1.35.05-.4-.02-.85-.04-1.35-.05-4.41.18-8.55 3.7-10.19 5.61 4.03.8 12.84 2.97 15.86 5.23 3.01 2.26 2.46 9.23 1.8 12.43-.49-3.58-3.92-4.65-5.58-4.74 1.56 1.23 1.66 4.66 1.03 8.12l155.84 1.07c.29-.96.61-1.92.92-2.86.76-2.28 1.45-4.38 1.45-5.71 0-3.07-2.46-5.88-6.19-6.34-2.98-.38-4.04 6.72-4.19 10.32-1.12-2.13-1.93-6.13-2.2-7.86-1.87.67-3.13 1.44-3.53 1.73 1.66-5.46 11.52-12.18 14.45-13.38 2.34-.96 2.09-2.04 1.66-2.47-4.12-4.37-5.4-4.64-8.51-5.29l-.03-.01q-.21-.045-.45-.09c-2.77-.59-7.63 3.97-9.72 6.33.67-3.13 5.2-7.59 9.72-8.06 4.53-.47 8.2 2.13 9.53 3.83s7.18 3.88 6-1.7c-.94-4.47-7.44-9.03-10.57-10.75 4.83-1.64 10.2 2.13 12.99 4.09.8.57 1.39.98 1.69 1.08 1.08.33 2.69-1.9 3.35-3.06 3.2-7.28 11.01-8.05 14.51-7.52-6.95 3.53-4.66 13.38-2.64 17.86.3 0 .6-.08.99-.18 1.19-.32 3.18-.84 8.29.18 5.4 1.08 6.24 8.3 5.98 11.77-.19-1.17-1.86-5.58-5.09-7.54-2.59-1.57-5.52.65-6.66 1.96 9.01 1.25 10.8 9.86 10.58 14.01 0-5.72-9.02-8.72-13.52-9.51.45.53 1.68 2.43 2.94 5.88 1.25 3.45.52 9.6 0 12.25l-1.57-1.47c.07.68.02 1.4-.13 2.11l170.49 4.95h39.53v-3.41c0-6.98 0-13.04-2.84-12.85-2.28.15-5.54 7.1-6.89 10.55.28-4.16.54-12.64-.64-13.31-1.17-.66-3.12 4.32-3.95 6.89.37-3.06.89-9.18 0-9.18-.88 0-2.57 2.08-3.3 3.12.15-1.62-.04-4.51-2.02-3.12-1.38.97-1.76 2.52-2.01 3.5-.19.78-.3 1.21-.74.72-.3-.32-.55-.97-.84-1.72l-.06-.15c-.68-1.8-1.55-4.09-3.51-4.09-1.76 0-2.93 2.4-3.56 3.69-.38.8-.57 1.18-.57.34v-4.03c-3.15.58-4.92 1.4-5.41 1.74.49-2.2 2.26-7.08 5.41-8.99 2.05-1.24 5.26-.82 8.09-.46 2.62.34 4.93.64 5.68-.46.58-.86 2.11-2.35 3.71-3.92 2.69-2.63 5.58-5.46 4.55-5.81-1.32-.44-7.71-.55-10.74-.55 1.29-1.7 4.58-1.93 6.75-2.07 1.68-.12 2.68-.18 1.51-.87-2.13-1.24-4.74-1.68-5.78-1.74 3.3-.73 11.84.86 15.69 1.74 1.1-1.76 4.87-3.73 6.61-4.49-1.39-.96-4.01-1.01-5.14-.92 2.06-1.98 6.49-1.99 8.44-1.75 3.09-4.69 8.39-6.66 10.65-7.06-2.57 1.54-4.44 6.02-5.05 8.07 4.04-2.57 15.45-.58 20.65.74-6.46-.08-9.66 9.57-10.46 14.41 11.1 7.61 14.78 24.13 12.85 21.2-1.54-2.35-7.46-1.78-10.23-1.2 2.09 2.02 0 9.92-.51 8.91-.4-.81-2.06-.83-2.84-.74-.22 1.99-.76 6.37-1.2 7.99l51.94.39c.3-23.55.74-47.51 1.02-63.01v-.21l.03-1.6c.16-8.76.26-14.43.25-15.19-.06-2.99-2.42-3.74-3.59-3.74h-26.35c.17-2.35-1.12-3.04-1.79-3.08h-17.66c-.02-.34-.06-2.09 0-6.39.06-4.31-2.85-5.67-4.31-5.81-5.81-.04-18.16-.08-21.02 0",
// "Parking Levels":
// "M2302.64 1346.97c-2.86.07-3.65 2.3-3.69 3.41l-94.14-2.27v-3.35c-.18 1.66-.43 3.86 0-.64.44-4.49-1.99-6.04-3.26-6.25-7.88-.15-24.6-.49-28.37-.63-3.77-.15-4.28 1.59-4.07 2.47v2.96l-21.03-1.36v12.06l-33.44-.55v1.82h-10.42c-.03-1.7-.16-5.91-.45-9.25-.29-3.33-3.12-5.17-4.5-5.68l-124.4-4.11h-98.52v-3.86c0-4.19-3.88-5.11-5.82-5.05h-42.84c-4.11 0-5.14 3.37-5.14 5.05v24.25c-.41-4.66-5.08-6.1-7.36-6.24h-42.84c-5.21 0-6.74 4.16-6.85 6.24v-14.05l-26.04-6.34v12.85h-12.68c.11 3.31.03 9.46-1.2 7.54-1.24-1.92-4.97-3.54-6.68-4.11l-92.04-2.13h-22.32v1.42h-1.61v78.05h2.12v6.85l68.29-.59c-.35-1.49-.61-3-.76-4l-6.59-2.96c-.89-.3-2.83-1.19-3.47-2.36-.47-.87-.24-2.43-.06-3.68.12-.88.23-1.6.06-1.85-.32-.48-1.24-.2-1.66 0-4.21 1.65-7.52 10.59-8.66 14.85-.62-2.44-1.86-8.47-1.86-13.05 0-4.88 5.13-8.36 8.13-10.39.51-.35.97-.66 1.32-.93 1.45-1.09 4.07-1.18 5.92-1.24 1.2-.04 2.08-.07 2.08-.36 0-.14.02-.3.04-.47.11-.67.24-1.52-1.04-2.59-1.6-1.33-7.06 1.06-11.19 3.06-3.3 1.6-6.57 6.04-7.79 8.06-.45-2.69-.56-8.83 2.53-11.92 2.36-2.36 8.59-3.01 12.93-3.45 2.75-.29 4.75-.49 4.52-1.01-.41-.91-.17-1.84.15-3.1.15-.59.32-1.26.44-2.03.4-2.4-4.26-5.39-6.99-5.79-2.18-.32-5.44 1.86-6.79 2.99.07-2.79 3.26-6.25 6.26-6.85s7.32 2.46 8.72 4.66c1.4 2.19 8.26 4.99 9.19 2.19.75-2.23-4.44-6.92-7.12-8.98 3.06-.43 10.66 4.27 14.16 6.73-.65-.54-1.72-3.1-2.58-5.18-.24-.57-.47-1.11-.66-1.55-.75-1.71-2.84-4.75-3.8-6.06 2.93.63 6.28 6.61 7.59 9.52.85 1.35 2.65 3.91 3.13 3.33l.07-.09c.83-1.02 5.34-6.58 9.72-6.7 3.62-.11 6.04 2.26 6.79 3.46-1.51-.22-5.4-.31-8.92 1.13-4.28 1.75-7.17 6.41-7.63 7.14l-.03.05c-.26.43 2.07.71 3.26.8 6.05.73 12.53 5.26 14.86 8.39 1.86 2.5 2.55 7.79 2.66 10.12-.91-1.03-1.46-2.1-2.13-3.39-.76-1.47-1.66-3.23-3.4-5.53-3.26-4.33-7.59 1-7.19 3.06.22 1.12 2.46 2.14 5 3.29 2.16.98 4.53 2.06 6.05 3.37 2.66 2.29.45 10.41-.99 14.18-.8-2.46-.94-3.26-1.54-6.99s-3.93-8.67-5.98-8.35c-1.64.25.04 1.81 1.09 2.56 3.83 3.29 5.1 10.63 5.22 17.91l150.76 1.93c1.54-4.65 4.76-9.08 6.75-10.63.97-.75 2.27-1.54 3.46-2.25 2.45-1.48 4.42-2.67 2.02-2.73-2.86-.06-6.84 1.75-8.47 2.66.41-.86 1.91-2.91 4.56-4.24 2.66-1.32 7.48-1.38 9.55-1.24.08-.25.2-1.31 0-3.57s-2.07-4.54-2.99-5.4c3.72.73 9.25 2.85 11.54 3.82.67-1.19 2.94-1.82 3.99-1.99.33-4.65 5.17-5.37 7.55-5.15-3.58 1.13-3.62 5.23-3.19 7.14 1.95-1.16 7.54-1.31 11.06-1.21.45-.02.9-.01 1.35.05-.4-.02-.85-.04-1.35-.05-4.41.18-8.55 3.7-10.19 5.61 4.03.8 12.84 2.97 15.86 5.23 3.01 2.26 2.46 9.23 1.8 12.43-.49-3.58-3.92-4.65-5.58-4.74 1.56 1.23 1.66 4.66 1.03 8.12l155.84 1.07c.29-.96.61-1.92.92-2.86.76-2.28 1.45-4.38 1.45-5.71 0-3.07-2.46-5.88-6.19-6.34-2.98-.38-4.04 6.72-4.19 10.32-1.12-2.13-1.93-6.13-2.2-7.86-1.87.67-3.13 1.44-3.53 1.73 1.66-5.46 11.52-12.18 14.45-13.38 2.34-.96 2.09-2.04 1.66-2.47-4.12-4.37-5.4-4.64-8.51-5.29l-.03-.01q-.21-.045-.45-.09c-2.77-.59-7.63 3.97-9.72 6.33.67-3.13 5.2-7.59 9.72-8.06 4.53-.47 8.2 2.13 9.53 3.83s7.18 3.88 6-1.7c-.94-4.47-7.44-9.03-10.57-10.75 4.83-1.64 10.2 2.13 12.99 4.09.8.57 1.39.98 1.69 1.08 1.08.33 2.69-1.9 3.35-3.06 3.2-7.28 11.01-8.05 14.51-7.52-6.95 3.53-4.66 13.38-2.64 17.86.3 0 .6-.08.99-.18 1.19-.32 3.18-.84 8.29.18 5.4 1.08 6.24 8.3 5.98 11.77-.19-1.17-1.86-5.58-5.09-7.54-2.59-1.57-5.52.65-6.66 1.96 9.01 1.25 10.8 9.86 10.58 14.01 0-5.72-9.02-8.72-13.52-9.51.45.53 1.68 2.43 2.94 5.88 1.25 3.45.52 9.6 0 12.25l-1.57-1.47c.07.68.02 1.4-.13 2.11l170.49 4.95h39.53v-3.41c0-6.98 0-13.04-2.84-12.85-2.28.15-5.54 7.1-6.89 10.55.28-4.16.54-12.64-.64-13.31-1.17-.66-3.12 4.32-3.95 6.89.37-3.06.89-9.18 0-9.18-.88 0-2.57 2.08-3.3 3.12.15-1.62-.04-4.51-2.02-3.12-1.38.97-1.76 2.52-2.01 3.5-.19.78-.3 1.21-.74.72-.3-.32-.55-.97-.84-1.72l-.06-.15c-.68-1.8-1.55-4.09-3.51-4.09-1.76 0-2.93 2.4-3.56 3.69-.38.8-.57 1.18-.57.34v-4.03c-3.15.58-4.92 1.4-5.41 1.74.49-2.2 2.26-7.08 5.41-8.99 2.05-1.24 5.26-.82 8.09-.46 2.62.34 4.93.64 5.68-.46.58-.86 2.11-2.35 3.71-3.92 2.69-2.63 5.58-5.46 4.55-5.81-1.32-.44-7.71-.55-10.74-.55 1.29-1.7 4.58-1.93 6.75-2.07 1.68-.12 2.68-.18 1.51-.87-2.13-1.24-4.74-1.68-5.78-1.74 3.3-.73 11.84.86 15.69 1.74 1.1-1.76 4.87-3.73 6.61-4.49-1.39-.96-4.01-1.01-5.14-.92 2.06-1.98 6.49-1.99 8.44-1.75 3.09-4.69 8.39-6.66 10.65-7.06-2.57 1.54-4.44 6.02-5.05 8.07 4.04-2.57 15.45-.58 20.65.74-6.46-.08-9.66 9.57-10.46 14.41 11.1 7.61 14.78 24.13 12.85 21.2-1.54-2.35-7.46-1.78-10.23-1.2 2.09 2.02 0 9.92-.51 8.91-.4-.81-2.06-.83-2.84-.74-.22 1.99-.76 6.37-1.2 7.99l51.94.39c.3-23.55.74-47.51 1.02-63.01v-.21l.03-1.6c.16-8.76.26-14.43.25-15.19-.06-2.99-2.42-3.74-3.59-3.74h-26.35c.17-2.35-1.12-3.04-1.79-3.08h-17.66c-.02-.34-.06-2.09 0-6.39.06-4.31-2.85-5.67-4.31-5.81-5.81-.04-18.16-.08-21.02 0",
"Ground Level":
"M2065.03 1454.58c-1.28-1.46-3.92-5.21-4.23-8.48-.15-1.6.32-3.66.96-5.76l-155.85-1.07c-.63 3.47-1.99 6.98-3.36 8.35-2.17 2.17-3.77 7.08-4.3 9.26-.44-1.23-.3-5.07-.16-8.85.15-4.15.3-8.23-.32-8.76-1.19-1.01-5.45.27-5.84 5.62-.32 4.29.89 16.25 1.53 21.7-.16.11-.69.18-1.53-.49-.85-.66-2.92-6.95-3.86-10.01v31.3l185.85 1.45v-48.5h-7.97c-1.24 4.3-1.21 10.67-.92 14.24m-201.87-17.59c-2.79.4-5.59 5.04-6.64 7.31-.48-2.12-.13-4.54.64-6.89l-150.76-1.93c.09 5.56-.49 11.09-1.12 14.76-.37-.28-1.24-1.3-1.69-3.1-.2-.79-.54-2.94-.95-5.52-.31-1.93-.65-4.1-1.01-6.14h-8.76c-.5 4.1-.33 9.59-.12 12.56-2.34-2.3-3.58-8.33-4.11-12.56h-1.98l-.6 51.91h195.45v-26.32c-2.33-.2-3.02-3.4-3.07-4.98-.03-3.93-.07-12.16 0-13.62l.01-.19c.09-1.91.28-5.84-3.42-4.87-3.05.79-7.08 10.18-8.71 14.78-1.27-3.76-1.08-7.05-.83-8.22-1.8 2.06-2.91 5.01-3.24 6.22-1.33-4.31.05-10.6.91-13.2m-186.85 23.86c.11-1.33-.8-14.45-1.27-20.84-.65-.75-1.24-2.62-1.69-4.53l-68.3.59v43.49h26.09v7.83h48.47c.28-22.9.49-43.49.49-51.91h-1.74c-.3 8.09-2.16 26.75-2.05 25.37m629.83-2.12c.07 3.01-2.85 7-4.32 8.63v-22.47h-39.53l-170.49-4.95c-.65 3.29-3.22 6.67-4.67 8.17-.1.49-.24 1.1 0-.39.29-1.86-1.37-6.56-2.84-4.8-1.18 1.41-.49 8.36 0 11.66-.5 4.84-1.67 6.38-5.72 6.23l.59 28.03 53.49 1.24 131.86-1.23 45.76-1.67v-32.4c-.8-.92-2.3-2.29-1.93-.46.37 1.84-.77 7.07-1.38 9.46zm17.98-13.12c-.44 1.61-5.69 4.95-8.26 6.42v35.15c2.71 0 41.03-2.07 59.85-3.11.04-11.48.17-24.71.35-38.07z",
"Arcade Level":
"M2375.71 1484.07c-18.82 1.04-57.14 3.11-59.85 3.11v14.57h6.98c-.31 1.71-.74 5.14 0 5.14.4 0 1.37.86 2.42 1.8v.01h.01c1.32 1.18 2.77 2.49 3.4 2.32 1.12-.3 4.18-3.14.75-2.91-3.44.22-4.26-3.52-2.84-4.19 1.14-.54 1.41-2.1 1.78-4.24l.01-.03.06-.34c.02-.14.05-.29.08-.44.05-.28.1-.56.16-.85.6-2.99 6.35-4.6 8.82-2.47 1.96 1.7 1.08 3.96.42 5.68-.18.44-.33.85-.42 1.2-.45 1.72 3.06 5.9 4.4 4.46.84-.9.46-1.95.05-3.06-.24-.68-.49-1.37-.49-2.08 0-1.87 3.51-5.08 5.6-5.82.67-.24 1.49-.3 2.35-.35 1.8-.12 3.75-.25 4.73-2.16 1.44-2.81 6.53-2.27 7.79-.74.59.72.26 2.49-.09 4.3-.38 2-.77 4.05.09 4.77 1.63 1.38 1.32 3.54.66 3.84s-.66 2.58-.66 3.83c0 1.26-.87 2.56-1.63 3.23-.48.41 0 .72.6 1.1.36.23.77.49 1.03.82.54.69.22 4.77 0 6.72h2.88c-1.35-1.15.57-3.74 1.92-4.22 1.34-.48 1.25-4.13-.58-4.42-1.81-.29-1.92-2.09-2.01-3.72v-.03c-.06-.89.95-1.12 1.75-1.31.67-.15 1.19-.27.84-.7-.77-.96-1.25-11.91 0-14.21 1-1.85 7.05-2.24 8.98-1.98 0-2.13 0-4.35.01-6.63m-65.44 3.11-45.76 1.67-131.86 1.23-53.5-1.24 1.22 58.15h10.52l171.63-8.61 21.68-1.14c-.78-2.14-2.46-6.71-2.86-7.8-.28-.76.42-1.51 1.03-2.18.49-.53.92-1 .74-1.36-.12-.25-.69-.53-1.39-.88-1.58-.79-3.82-1.91-3.26-3.73.39-1.27 1.22-2.58 1.91-3.66.74-1.16 1.31-2.05.97-2.34-.66-.56-2.28-2.07-1.77-2.64.16-.19.44-.35.72-.53.59-.35 1.22-.73 1.05-1.38-.11-.41-.57-.71-1.05-1.02-.64-.42-1.31-.86-1.23-1.61.16-1.32 2.38-2.88 4.05-2.42 1.68.45 3.69-1.77 2.8-2.43-.88-.66-2.14-3.85-.62-3.98 1.53-.12 1.73-3.35.25-3.73-1.48-.37-3.21-2.07-2.43-2.69.79-.61 2.23-.27 2.8.62.58.89 2.86.99 2.89-.89.04-1.87 2-3.36 3.12-3.74 1.12-.37 3.4.84 3.08 2.76-.33 1.91 4.47 1.07 4.94 0s4.38-2.01 3.5-.28c-.71 1.38-.05 3.39.37 4.22 4.74 6.71 6.28 2.8 6.46 0zm-236.35 1.66-185.85-1.45v67.44l9.7.84 8.74 2.75 3.95-3.59-7.91-6.86 3.96-3.9-5.49-4.37 3.32-2.71-4.92-4.07-1.65-6.38 3.25-7.08-1.6-5.67 4.92-6.2h6.12l1.89 4.43h2.66l1.06-6.38 4.43-2.47 18.95 8.85 1.41 9.74-2.83 2.83 2.83 4.43-2.83 6.55 5.31 5.14-5.31 4.07v4.43h-4.39l-.63 4.25-1.42 2.21 142.33-7.7zm-477.05-9.28h34.27v7.83h48.47c-.3 24.54-.68 51.74-.99 69.45h-52.63l-4.38-3.71v-2.81h-29.16c-.77.67-2.94 2.01-5.49 2.01s-4.41-.53-5.01-.8h-7.29c-.64 0-.65.53-.57.8l-8.66 2.84c-1.48-.95-5.39-2.84-9.09-2.84-3.71 0-6.5 1.04-7.43 1.57-.84-.53-2.84-1.57-4.15-1.57-.91 0-1.7.48-2.41.91-.57.34-1.08.66-1.55.66-.31 0-.71-.05-1.15-.11-1.06-.13-2.39-.3-3.48.11-1.24.46-2.96 1.04-3.67 1.27h-27.15l-2.46-2.84v-2.01h6.98v-4.63h8.82v-2.74h20.61v-47.54h-23.11v-15.85zm88.39 77.28.8-69.45h195.45v64.44l-6.48 1.17v1.83h-27.48l-8.48-6.86-3.52-1.49-6.78-.91-1.83-3.39-4.3-2.48-3.27 3.52-4.56-1.04-3.13 4.3v3.79h-4.43l-4.72 6.57h-58.64v-1.17h-8.34v1.17z",
// "Arcade Level":
// "M2375.71 1484.07c-18.82 1.04-57.14 3.11-59.85 3.11v14.57h6.98c-.31 1.71-.74 5.14 0 5.14.4 0 1.37.86 2.42 1.8v.01h.01c1.32 1.18 2.77 2.49 3.4 2.32 1.12-.3 4.18-3.14.75-2.91-3.44.22-4.26-3.52-2.84-4.19 1.14-.54 1.41-2.1 1.78-4.24l.01-.03.06-.34c.02-.14.05-.29.08-.44.05-.28.1-.56.16-.85.6-2.99 6.35-4.6 8.82-2.47 1.96 1.7 1.08 3.96.42 5.68-.18.44-.33.85-.42 1.2-.45 1.72 3.06 5.9 4.4 4.46.84-.9.46-1.95.05-3.06-.24-.68-.49-1.37-.49-2.08 0-1.87 3.51-5.08 5.6-5.82.67-.24 1.49-.3 2.35-.35 1.8-.12 3.75-.25 4.73-2.16 1.44-2.81 6.53-2.27 7.79-.74.59.72.26 2.49-.09 4.3-.38 2-.77 4.05.09 4.77 1.63 1.38 1.32 3.54.66 3.84s-.66 2.58-.66 3.83c0 1.26-.87 2.56-1.63 3.23-.48.41 0 .72.6 1.1.36.23.77.49 1.03.82.54.69.22 4.77 0 6.72h2.88c-1.35-1.15.57-3.74 1.92-4.22 1.34-.48 1.25-4.13-.58-4.42-1.81-.29-1.92-2.09-2.01-3.72v-.03c-.06-.89.95-1.12 1.75-1.31.67-.15 1.19-.27.84-.7-.77-.96-1.25-11.91 0-14.21 1-1.85 7.05-2.24 8.98-1.98 0-2.13 0-4.35.01-6.63m-65.44 3.11-45.76 1.67-131.86 1.23-53.5-1.24 1.22 58.15h10.52l171.63-8.61 21.68-1.14c-.78-2.14-2.46-6.71-2.86-7.8-.28-.76.42-1.51 1.03-2.18.49-.53.92-1 .74-1.36-.12-.25-.69-.53-1.39-.88-1.58-.79-3.82-1.91-3.26-3.73.39-1.27 1.22-2.58 1.91-3.66.74-1.16 1.31-2.05.97-2.34-.66-.56-2.28-2.07-1.77-2.64.16-.19.44-.35.72-.53.59-.35 1.22-.73 1.05-1.38-.11-.41-.57-.71-1.05-1.02-.64-.42-1.31-.86-1.23-1.61.16-1.32 2.38-2.88 4.05-2.42 1.68.45 3.69-1.77 2.8-2.43-.88-.66-2.14-3.85-.62-3.98 1.53-.12 1.73-3.35.25-3.73-1.48-.37-3.21-2.07-2.43-2.69.79-.61 2.23-.27 2.8.62.58.89 2.86.99 2.89-.89.04-1.87 2-3.36 3.12-3.74 1.12-.37 3.4.84 3.08 2.76-.33 1.91 4.47 1.07 4.94 0s4.38-2.01 3.5-.28c-.71 1.38-.05 3.39.37 4.22 4.74 6.71 6.28 2.8 6.46 0zm-236.35 1.66-185.85-1.45v67.44l9.7.84 8.74 2.75 3.95-3.59-7.91-6.86 3.96-3.9-5.49-4.37 3.32-2.71-4.92-4.07-1.65-6.38 3.25-7.08-1.6-5.67 4.92-6.2h6.12l1.89 4.43h2.66l1.06-6.38 4.43-2.47 18.95 8.85 1.41 9.74-2.83 2.83 2.83 4.43-2.83 6.55 5.31 5.14-5.31 4.07v4.43h-4.39l-.63 4.25-1.42 2.21 142.33-7.7zm-477.05-9.28h34.27v7.83h48.47c-.3 24.54-.68 51.74-.99 69.45h-52.63l-4.38-3.71v-2.81h-29.16c-.77.67-2.94 2.01-5.49 2.01s-4.41-.53-5.01-.8h-7.29c-.64 0-.65.53-.57.8l-8.66 2.84c-1.48-.95-5.39-2.84-9.09-2.84-3.71 0-6.5 1.04-7.43 1.57-.84-.53-2.84-1.57-4.15-1.57-.91 0-1.7.48-2.41.91-.57.34-1.08.66-1.55.66-.31 0-.71-.05-1.15-.11-1.06-.13-2.39-.3-3.48.11-1.24.46-2.96 1.04-3.67 1.27h-27.15l-2.46-2.84v-2.01h6.98v-4.63h8.82v-2.74h20.61v-47.54h-23.11v-15.85zm88.39 77.28.8-69.45h195.45v64.44l-6.48 1.17v1.83h-27.48l-8.48-6.86-3.52-1.49-6.78-.91-1.83-3.39-4.3-2.48-3.27 3.52-4.56-1.04-3.13 4.3v3.79h-4.43l-4.72 6.57h-58.64v-1.17h-8.34v1.17z",
},
};
+139 -144
View File
@@ -2011,43 +2011,43 @@ export const projects: Project[] = [
legend: [
{
name: "Entrance",
left: { x: 382, y: 102 },
right: { x: 382, y: 102 },
left: { x: 428, y: 120 },
right: { x: 428, y: 120 },
},
{
name: "Server/Printer",
left: { x: 435, y: 102 },
right: { x: 435, y: 102 },
left: { x: 495, y: 120 },
right: { x: 495, y: 120 },
},
{
name: "Focus booth",
left: { x: 382, y: 195 },
right: { x: 382, y: 195 },
left: { x: 428, y: 228 },
right: { x: 428, y: 228 },
},
{
name: "Shelving/Storage unit",
left: { x: 412, y: 258 },
right: { x: 412, y: 258 },
left: { x: 460, y: 300 },
right: { x: 460, y: 300 },
},
{
name: "Open workstations",
left: { x: 299, y: 278 },
right: { x: 299, y: 278 },
left: { x: 330, y: 330 },
right: { x: 330, y: 330 },
},
{
name: "Open workstations",
left: { x: 227, y: 140 },
right: { x: 227, y: 140 },
left: { x: 235, y: 160 },
right: { x: 235, y: 160 },
},
{
name: "Think wall",
left: { x: 197.5, y: 236 },
right: { x: 197.5, y: 236 },
left: { x: 210, y: 276 },
right: { x: 210, y: 276 },
},
{
name: "Courtyard",
left: { x: 346, y: 359 },
right: { x: 346, y: 359 },
left: { x: 386, y: 425 },
right: { x: 386, y: 425 },
},
],
tourAvailable: false,
@@ -2069,44 +2069,45 @@ export const projects: Project[] = [
legend: [
{
name: "Entrance",
left: { x: 408, y: 129 },
right: { x: 408, y: 129 },
left: { x: 215, y: 137 },
right: { x: 215, y: 137 },
},
{
name: "Workstation",
left: { x: 516, y: 144 },
right: { x: 516, y: 144 },
name: "Server/Printer",
left: { x: 310, y: 137 },
right: { x: 310, y: 137 },
},
{
name: "Meeting Room",
left: { x: 399, y: 288 },
right: { x: 399, y: 288 },
name: "Shelving/Storage unit",
left: { x: 405, y: 125 },
right: { x: 405, y: 125 },
},
{
name: "Desk Area",
left: { x: 301, y: 245 },
right: { x: 301, y: 245 },
name: "Focus booth",
left: { x: 525, y: 140 },
right: { x: 525, y: 140 },
},
{
name: "Workstation",
left: { x: 208, y: 245 },
right: { x: 208, y: 245 },
name: "Open workstations",
left: { x: 399, y: 280 },
right: { x: 399, y: 280 },
},
{
name: "Storage/Printer",
left: { x: 134, y: 192 },
right: { x: 134, y: 192 },
name: "Breakout area",
left: { x: 290, y: 240 },
right: { x: 290, y: 240 },
},
{
name: "Kitchenette",
left: { x: 321, y: 151 },
right: { x: 321, y: 151 },
name: "Think wall",
left: { x: 195, y: 235 },
right: { x: 195, y: 235 },
},
{
name: "Reception",
left: { x: 221, y: 137 },
right: { x: 221, y: 137 },
name: "Courtyard",
left: { x: 115, y: 185 },
right: { x: 115, y: 185 },
},
],
tourAvailable: false,
},
@@ -2127,8 +2128,8 @@ export const projects: Project[] = [
legend: [
{
name: "Entrance",
left: { x: 238, y: 515 },
right: { x: 238, y: 515 },
left: { x: 238, y: 520 },
right: { x: 238, y: 520 },
floor: "lower",
},
{
@@ -2145,8 +2146,8 @@ export const projects: Project[] = [
},
{
name: "Open workstations",
left: { x: 320, y: 365 },
right: { x: 320, y: 365 },
left: { x: 315, y: 365 },
right: { x: 315, y: 365 },
floor: "lower",
},
{
@@ -2157,14 +2158,14 @@ export const projects: Project[] = [
},
{
name: "Kitchenette",
left: { x: 335, y: 425 },
right: { x: 335, y: 425 },
left: { x: 330, y: 420 },
right: { x: 330, y: 420 },
floor: "lower",
},
{
name: "Kitchenette",
left: { x: 445, y: 425 },
right: { x: 445, y: 425 },
left: { x: 455, y: 420 },
right: { x: 455, y: 420 },
floor: "lower",
},
{
@@ -2193,10 +2194,22 @@ export const projects: Project[] = [
},
{
name: "Courtyard",
left: { x: 385, y: 190 },
right: { x: 385, y: 190 },
left: { x: 385, y: 185 },
right: { x: 385, y: 185 },
floor: "lower",
},
{
name: "Meeting corner",
left: { x: 138, y: 502 },
right: { x: 138, y: 502 },
floor: "upper",
},
{
name: "Courtyard",
left: { x: 450, y: 310 },
right: { x: 450, y: 310 },
floor: "upper",
},
{
name: "Motorized blinds",
left: { x: 548, y: 285 },
@@ -2210,15 +2223,15 @@ export const projects: Project[] = [
floor: "upper",
},
{
name: "Courtyard",
left: { x: 445, y: 310 },
right: { x: 445, y: 310 },
name: "TV",
left: { x: 510, y: 380 },
right: { x: 510, y: 380 },
floor: "upper",
},
{
name: "Powder room & shower",
left: { x: 402, y: 460 },
right: { x: 402, y: 460 },
name: "Wardrobe",
left: { x: 420, y: 373 },
right: { x: 420, y: 373 },
floor: "upper",
},
{
@@ -2228,33 +2241,21 @@ export const projects: Project[] = [
floor: "upper",
},
{
name: "Meeting corner",
left: { x: 130, y: 503 },
right: { x: 130, y: 503 },
name: "Powder room & shower",
left: { x: 402, y: 460 },
right: { x: 402, y: 460 },
floor: "upper",
},
{
name: "Resting Den",
name: "Resting den",
left: { x: 345, y: 410 },
right: { x: 345, y: 410 },
floor: "upper",
},
{
name: "Kitchenette",
left: { x: 355, y: 375 },
right: { x: 355, y: 375 },
floor: "upper",
},
{
name: "Wardrobe",
left: { x: 430, y: 375 },
right: { x: 430, y: 375 },
floor: "upper",
},
{
name: "TV",
left: { x: 510, y: 380 },
right: { x: 510, y: 380 },
left: { x: 355, y: 373 },
right: { x: 355, y: 373 },
floor: "upper",
},
],
@@ -2277,134 +2278,128 @@ export const projects: Project[] = [
legend: [
{
name: "Entrance",
left: { x: 417, y: 136 },
right: { x: 417, y: 136 },
left: { x: 425, y: 240 },
right: { x: 425, y: 240 },
floor: "lower",
},
{
name: "Reception",
left: { x: 447, y: 310 },
right: { x: 447, y: 310 },
floor: "lower",
},
{
name: "Meeting Room",
left: { x: 431, y: 246 },
right: { x: 431, y: 246 },
left: { x: 411, y: 132 },
right: { x: 411, y: 132 },
floor: "lower",
},
{
name: "Workstation",
left: { x: 305, y: 166 },
right: { x: 305, y: 166 },
name: "Breakout area",
left: { x: 305, y: 160 },
right: { x: 305, y: 160 },
floor: "lower",
},
{
name: "Pantry/Kitchen",
left: { x: 192, y: 112 },
right: { x: 192, y: 112 },
name: "Feature staircase",
left: { x: 177, y: 160 },
right: { x: 177, y: 160 },
floor: "lower",
},
{
name: "Bathroom",
left: { x: 177, y: 166 },
right: { x: 177, y: 166 },
floor: "lower",
},
{
name: "Reception/Lounge",
left: { x: 155, y: 315 },
right: { x: 155, y: 315 },
floor: "lower",
},
{
name: "Open Workspace",
left: { x: 327, y: 374 },
right: { x: 327, y: 374 },
floor: "lower",
},
{
name: "Collaboration Area",
name: "Open workstations",
left: { x: 324, y: 452 },
right: { x: 324, y: 452 },
floor: "lower",
},
{
name: "Private Office",
left: { x: 434, y: 434 },
right: { x: 434, y: 434 },
name: "Kitchenette",
left: { x: 380, y: 425 },
right: { x: 380, y: 425 },
floor: "lower",
},
{
name: "Storage",
left: { x: 431, y: 539 },
right: { x: 431, y: 539 },
name: "Powder room",
left: { x: 430, y: 428 },
right: { x: 430, y: 428 },
floor: "lower",
},
{
name: "Workstation",
left: { x: 455, y: 315 },
right: { x: 455, y: 315 },
name: "Powder room",
left: { x: 430, y: 536},
right: { x: 430, y: 536 },
floor: "lower",
},
{
name: "Focus Area",
left: { x: 388, y: 434 },
right: { x: 388, y: 434 },
name: "Courtyard",
left: { x: 145, y: 310 },
right: { x: 145, y: 310 },
floor: "lower",
},
{
name: "Staircase",
left: { x: 441, y: 96 },
right: { x: 441, y: 96 },
name: "Integrated seating",
left: { x: 192, y: 105 },
right: { x: 192, y: 105 },
floor: "lower",
},
{
name: "Integrated seating",
left: { x: 443, y: 245 },
right: { x: 443, y: 245 },
floor: "upper",
},
{
name: "Meeting Room",
left: { x: 448, y: 251 },
right: { x: 448, y: 251 },
name: "Meeting corner",
left: { x: 434, y: 94 },
right: { x: 434, y: 94 },
floor: "upper",
},
{
name: "Private Office",
left: { x: 494, y: 405 },
right: { x: 494, y: 405 },
name: "Powder room & shower",
left: { x: 490, y: 400 },
right: { x: 490, y: 400 },
floor: "upper",
},
{
name: "Executive Office",
left: { x: 528, y: 524 },
right: { x: 528, y: 524 },
name: "Kitchenette",
left: { x: 522, y: 520 },
right: { x: 522, y: 520 },
floor: "upper",
},
{
name: "Bathroom",
left: { x: 477, y: 575 },
right: { x: 477, y: 575 },
name: "Wardrobe",
left: { x: 477, y: 570 },
right: { x: 477, y: 570 },
floor: "upper",
},
{
name: "Storage",
left: { x: 417, y: 532 },
right: { x: 417, y: 532 },
name: "Flexibed",
left: { x: 405, y: 532 },
right: { x: 405, y: 532 },
floor: "upper",
},
{
name: "Workstation",
left: { x: 417, y: 481 },
right: { x: 417, y: 481 },
name: "TV",
left: { x: 405, y: 473 },
right: { x: 405, y: 473 },
floor: "upper",
},
{
name: "Pantry",
left: { x: 345, y: 488 },
right: { x: 345, y: 488 },
name: "Powder room & shower",
left: { x: 345, y: 485 },
right: { x: 345, y: 485 },
floor: "upper",
},
{
name: "Open Workspace",
left: { x: 162, y: 321 },
right: { x: 162, y: 321 },
name: "Courtyard",
left: { x: 145, y: 310 },
right: { x: 145, y: 310 },
floor: "upper",
},
{
name: "Lounge Area",
left: { x: 104, y: 306 },
right: { x: 104, y: 306 },
name: "Motorized blinds",
left: { x: 100, y: 306 },
right: { x: 100, y: 306 },
floor: "upper",
},
],