(Using Postman scripting)
Hi, I'm trying to copy floorplan information from A -> B. Both floorplans are exactly the same (on different floors), but the dimensions(values) must be the same for location analytics calculations.
Question 1:
I try to copy dimensions, width, height, positions, etc
* get Floorplan A information (See question 2)
* copy values to script [Update A Floor Plans Geolocation And Other Meta Data]
* put values to Floorplan B
After copy and GET the values of Floorplan B are not the same, also the floorplan must be rotated a bit
-> Any idea?
Questions 2:
When I request [List The Floor Plans That Belong To Your Network], all copy the information from Floor A
When I request only one floor [Find a floor plan by ID] the content looks different !
=> Is there a reason for that?
| List The Floor Plans That Belong To Your Network | Find a floor plan by ID |
"height": | 25.440469146534436 | 93.0587005660547 |
"width": | 90.99167408735032 | 103.7054382612631 |
"center": { | | |
"lat": | 51.92433299482258 | 51.92403773168237 |
"lng": | 4.471958575902022 | 4.47202026137154 |
}, | | |
"bottomLeftCorner": { | |
"lat": | 51.92402307601536 | 51.923400930997985 |
"lng": | 4.471359325025512 | 4.471433359684916 |
}, | | |
"bottomRightCorner": { | |
"lat": | 51.92442432955243 | 51.92387864436252 |
"lng": | 4.47262701719542 | 4.472871543569245 |
}, | | |
"topLeftCorner": { | | |
"lat": | 51.92424165754695 | 51.92419681884819 |
"lng": | 4.471290138976431 | 4.471168994142477 |
}, | | |
"topRightCorner": { | |
"lat": | 51.924642911084014 | 51.92467453221272 |
"lng": | 4.472557831146339 | 4.4726071780268075 |
} | | |