| | 8 | |
| | 9 | === OpenLayers specific functions === |
| | 10 | |
| | 11 | {{{`<page>}}}:: |
| | 12 | |
| | 13 | returns a link to a page in OpenLayers trac |
| | 14 | |
| | 15 | {{{#<ticket number>}}}:: |
| | 16 | |
| | 17 | returns a description of the ticket with the given number, and a link to it in trac |
| | 18 | |
| | 19 | {{{r<revision number>}}}:: |
| | 20 | |
| | 21 | returns a link to a changeset, based on an svn revision number |
| | 22 | |
| | 23 | {{{patches?}}}:: |
| | 24 | |
| | 25 | patches are graciously accepted |
| | 26 | |
| | 27 | {{{milestone <milestone name>}}}:: |
| | 28 | |
| | 29 | returns the milestone's open tickets |
| | 30 | |
| | 31 | {{{.apidocs OpenLayers.Map setBaseLayer}}}: |
| | 32 | |
| | 33 | Link to the setBaseLayer documentation page |
| | 34 | |
| | 35 | {{{.docstring OpenLayers.Map setLayerIndex}}}: |
| | 36 | |
| | 37 | Prints out the documentation for the string, if possible. |
| | 38 | |
| | 39 | === General Functions === |
| 41 | | === OpenLayers specific functions === |
| 42 | | |
| 43 | | {{{`<page>}}}:: |
| 44 | | |
| 45 | | returns a link to a page in OpenLayers trac |
| 46 | | |
| 47 | | {{{#<ticket number>}}}:: |
| 48 | | |
| 49 | | returns a description of the ticket with the given number, and a link to it in trac |
| 50 | | |
| 51 | | {{{r<revision number>}}}:: |
| 52 | | |
| 53 | | returns a link to a changeset, based on an svn revision number |
| 54 | | |
| 55 | | {{{patches?}}}:: |
| 56 | | |
| 57 | | patches are graciously accepted |
| 58 | | |
| 59 | | {{{milestone <milestone name>}}}:: |
| 60 | | |
| 61 | | returns the milestone's open tickets |
| 62 | | |
| 63 | | {{{.apidocs OpenLayers.Map setBaseLayer}}}: |
| 64 | | |
| 65 | | Link to the setBaseLayer documentation page |
| 66 | | |
| 67 | | {{{.docstring OpenLayers.Map setLayerIndex}}}: |
| 68 | | |
| 69 | | Prints out the documentation for the string, if possible. |
| 70 | | |