Wayfinder Parameters

  1. bl_id and fl_id to display floor and label all rooms.

https://demo.rsc2lc.com/wayfinder_simple/floorplan/floorplan.php?bl_id=HQ&fl_id=19

  1. bl_id, fl_id, and confHL=1 to display the floor and highlight rooms with the room type equal to the value specified by the confRmType variable defined in common/config.php. Labels are displayed to rooms of this type on floor.

https://demo.rsc2lc.com/wayfinder_simple/floorplan/floorplan.php?bl_id=HQ&fl_id=19&confHL=1

In the below example confRmType is equal to ‘CONF’

  1. empno to find the building and floor for an employee, searched by employee number. Highlights the employees room and labels rooms that have room names.

https://demo.rsc2lc.com/wayfinder_simple/floorplan/floorplan.php?empno=162353

  1. fn and ln to find the building and floor for an employee, searched by employee first name and last name. Highlights the employees room and labels rooms that have room names.

https://demo.rsc2lc.com/wayfinder_simple/floorplan/floorplan.php?fn=andre&ln=acharya

  1. cn to find the building and floor for a particular room, searched by room name. Highlights the room and labels rooms that have room names.

https://demo.rsc2lc.com/wayfinder_simple/floorplan/floorplan.php?cn=happy%20room

  1. eq to find the building and floor for a particular piece of equipment, searched by equipment code. A marker is displayed where the equipment is located and no rooms are labeled.

https://demo.rsc2lc.com/wayfinder_simple/floorplan/floorplan.php?eq=123

  1. eq can be combined with any parameters above to get the labels/highlights as long as the equipments building and floor is the same as the location retrieved with the other parameters.

ie. bl_id=HQ&fl_id=19&eq=WAYFINDER003

https://demo.rsc2lc.com/wayfinder_simple/floorplan/floorplan.php?bl_id=HQ&fl_id=19&eq=WAYFINDER003

ie. bl_id=HQ&fl_id=19&confHL=1&eq=WAYFINDER003

https://demo.rsc2lc.com/wayfinder_simple/floorplan/floorplan.php?bl_id=HQ&fl_id=19&confHL=1&eq=WAYFINDER003

  1. lgndLeft and lgndTop : Additional optional parameters that can be used with the eq parameter. These values set the location on the legend with the default being 10, 10 respectively.

Ie. bl_id=HQ&fl_id=19&confHL=1&eq=WAYFINDER003&lgndLeft=150&lgndTop=50

https://demo.rsc2lc.com/wayfinder_simple/floorplan/floorplan.php?bl_id=HQ&fl_id=19&confHL=1&eq=WAYFINDER003&lgndLeft=150&lgndTop=50

Was this helpful?

1 / 0

Leave a Reply 0

Your email address will not be published. Required fields are marked *