at the bottom of the page is an <img> tag that shows the actual map:
<img src="<field>F_HTML_SEATMAP"</field>&reserved_colour=007700&reserved_boundary=true&reserved_seat_border=5&format=svg" width="80%"/>
See also tmpickYourSeatScripts.html for some options that can be made regarding zoom controls on scripts that handle the maps. |
format=xxx | specifies the graphic format in which to display your seat maps on a web page.
|
||
reserved_only=false |
specifies that the map image to be drawn contains only a zoomed in sub-set of the entire map, centred around the seats that are offered to the patron. It the parameter is ignored if the map is in pick-your-own-seat mode. Values are:
|
||
reserved_boundary=true |
Indicates that a boundary is to be drawn around the seats that are offered to the user (not avaliable when map is in pick-your-own mode)
|
||
reserved_seat_border=## | Specifies the distance (in seats) from the offered seats where the reserved_boundary will be placed. Reasonable values are 2 seats around the reserved seats or 4 seats around the reserved seats | ||
reserved_boundary_color=FF0000 | Specifies the colour of the boundary drawn around the seats that are offered (if not using pick your own) | ||
reserved_boundary_width=xx | Specifies the width of the boundary drawn around the offered seats (if not using pick your own). The default size is 3/4 of the average width of seats on the map. You can make it more or less. | ||
seat_color=FF0000 |
Specifies the colour of the unsold (available) seats on the map as a RGB hex string.
i.e. FF0000 means bright red and 007700 is green |
||
selected_color=000000 | Specifies the stroke (border) color of the selected seats as a RGB hex string. These seats that a patron is picking on the reserve your seat map. | ||
reserved_color=FF0000 | Specifies the fill color of the temporarily held best seats as a RGB hex string | ||
unavailable_color=00FF00 | Specifies the fill color of the unavailable seats as a RGB hex string. Seats are unavailable if they are already sold to another patron or held for any reason. | ||
unavailable_text=X | Specifies the single character that will be used to put in seats that are not available. This over-rides the '*' that TM will put in unavailable seats. You can use any ascii character you want such as 'X'. You may even use %20 (space), which if used in conjunction with unavailable_color will provide a solid square for unavailable seats. | ||
seat_font=X | The font to use for seat labels when using mouseover to show the door/section/row/seat and seat description (depends on what the description setup is in the SCG map on the pricing map setup) | ||
seat_size=X | The size of the fonts on the seat labels | ||
seat_font_scale=X | SVG scaling factor to apply to the font size (depends on the scale used when constructing the SVG map) | ||
seat_font_load=X | "embed": base64 embedded font, "local": locally loaded font from tmVendor, "cdn": remotely loaded font from Content Delivery Network (CDN) |