Occupancy-Planner-Team1 / Occupancy-Planner

OCCUPANCY PLANNER
https://it-designers-gruppe.de/
0 stars 0 forks source link

Stuhl Koordinaten #16

Closed codergod1337 closed 1 year ago

codergod1337 commented 1 year ago

wie im Issue https://github.com/Occupancy-Planner-Team1/Occupancy-Planner/issues/12 geschrieben, fehlen noch die Koordinaten der 32 Stühle. Wenn wer lust hat, kann er die koodinaten aus der svg herausnehmen und im angepinnten/ verlinkten issue eintragen.

darait00 commented 1 year ago

Das sollten die Mittelpunkte von den Stühlen sein. Sollten ungefähr passen. Wie genau müssen die Koordinaten denn sein?

id:chair x:822.8446960449219 y:70.32189559936523 id:chair-2 x:822.8977355957031 y:223.15203857421875 id:chair-3 x:975.694580078125 y:222.6734619140625 id:chair-4 x:975.2127075195312 y:69.84332656860352 id:chair-5 x:577.8135681152344 y:181.34014129638672 id:chair-6 x:577.901611328125 y:334.1502685546875 id:chair-7 x:730.6984252929688 y:333.6717071533203 id:chair-8 x:730.2165832519531 y:180.84156799316406 id:chair-9 x:311.81776428222656 y:38.3423952460289 id:chair-10 x:311.9058074951172 y:191.15253448486328 id:chair-11 x:464.7276153564453 y:190.67396545410156 id:chair-12 x:464.20582580566406 y:37.84383346699178 id:chair-13 x:37.822123708203435 y:181.34014129638672 id:chair-14 x:37.910181291401386 y:334.1502685546875 id:chair-15 x:190.73194885253906 y:333.6717071533203 id:chair-16 x:190.21016693115234 y:180.84156799316406 id:chair-17 x:596.6644287109375 y:493.1621856689453 id:chair-18 x:595.6044006347656 y:835.6567687988281 id:chair-19 x:481.77622985839844 y:582.4907836914062 id:chair-20 x:481.77622985839844 y:664.9894714355469 id:chair-21 x:480.7762451171875 y:747.4881591796875 id:chair-22 x:713.3825378417969 y:747.9881591796875 id:chair-23 x:713.3825378417969 y:665.4894714355469 id:chair-24 x:714.3825378417969 y:582.9907531738281 id:chair-25 x:966.5185546875 y:492.9121856689453 id:chair-26 x:965.4585266113281 y:835.4067687988281 id:chair-27 x:851.63037109375 y:582.2407836914062 id:chair-28 x:851.63037109375 y:664.7394714355469 id:chair-29 x:850.63037109375 y:747.2381591796875 id:chair-30 x:1083.2366943359375 y:747.7381591796875 id:chair-31 x:1083.2366943359375 y:665.2394714355469 id:chair-32 x:1084.2366943359375 y:582.7407836914062

codergod1337 commented 1 year ago

ahoy und thx, ich hätte nun in pixeln gedacht. also würde ich erst mal integer werte hernehmen. aber die dinger runden sollte kein problem mehr darstellen.

darait00 commented 1 year ago

INSERT INTO chair (tisch, posx, posy) VALUES('Tisch1', '823', '70'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch1', '823', '223'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch1', '976', '223'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch1', '975', '70'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch2', '578', '181'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch2', '578', '334'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch2', '731', '334'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch2', '730', '181'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch3', '312', '38'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch3', '312', '191'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch3', '465', '191'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch3', '464', '38'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch4', '38', '181'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch4', '38', '334'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch4', '191', '334'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch4', '190', '181'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch5', '597', '493'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch5', '596', '836'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch5', '482', '582'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch5', '482', '665'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch5', '481', '747'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch5', '713', '748'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch5', '713', '665'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch5', '714', '583'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch6', '967', '493'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch6', '965', '835'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch6', '852', '582'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch6', '852', '665'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch6', '851', '747'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch6', '1083', '748'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch6', '1083', '665'); INSERT INTO chair (tisch, posx, posy) VALUES('Tisch6', '1084', '583');