| URL |
|
| Description: List of variables for use in the javascript settings of the embeded interface. |
| openaprs_center |
TEXT |
none |
Sets the latitude and longitude center of the OpenAPRS map to be displayed. |
EXAMPLE: var openaprs_center = "-122.311685,38.256973"; |
|
| openaprs_height |
TEXT |
400px |
Height of the map on your webpage specified in either pixels or percentage. Set the height to "600px" for a 600 pixel height map or "100%" to make the map the height of your webpage. |
EXAMPLE: var openaprs_height='400px'; |
|
| openaprs_limit_tracks |
INTEGER |
15 |
Limits the number of positions to be display when showing tracks for a station. |
EXAMPLE: var openaprs_limit_tracks='15'; |
|
| openaprs_me |
TEXT |
no |
URL of your website when using embeded interface. |
none |
|
| openaprs_show_irlp |
ENUM |
yes |
Whether or not to show IRLP nodes on the OpenAPRS map. |
EXAMPLE: var openaprs_show_irlp='yes'; |
|
| openaprs_show_phg |
ENUM |
yes |
Turn on or off display of PHG Circles |
EXAMPLE: var openaprs_show_phg="yes"; |
|
| openaprs_show_quakes |
ENUM |
yes |
Whether or not to display USGS reported earthquakes. |
EXAMPLE: var openaprs_show_quakes='yes'; |
|
| openaprs_show_tracks |
ENUM |
yes |
Sets whether or not station position tracks should be displiayed on map. |
EXAMPLE: var openaprs_show_tracks='yes'; |
|
| openaprs_timezone |
TEXT |
America/Los_Angeles |
Set the default timezone to use when displaying dates and times. |
EXAMPLE: var openaprs_timezone='America/Los_Angeles'; |
[more info] |
| openaprs_width |
TEXT |
800px |
Width of the map on your webpage specified in either pixels or percentage. Set the width to "800px" for an 800 pixel width map or "100%" to make the map the width of your webpage. |
EXAMPLE: var openaprs_width='800px'; |
|
| openaprs_zoom |
|
11 |
Sets the default initial zoom level of the OpenAPRS map. |
EXAMPLE: var openaprs_zoom='11'; |
|
| EXAMPLE |