| 53 | | <p>If you care to modify the style of any OpenLayers element, include |
|---|
| 54 | | the default stylesheet as a link and declare any style modifications |
|---|
| 55 | | below that link. These style declarations can be in other linked |
|---|
| 56 | | stylesheets or in style tags. In addition, construct your map with |
|---|
| 57 | | options that include {theme: null}. This will disable the default |
|---|
| 58 | | method of loading the stylesheet and allow you to declare style rules |
|---|
| 59 | | in your own linked stylesheets or style tags.</p> |
|---|
| 60 | | <p>This example shows how to declare the font family, size, and color |
|---|
| 61 | | for the mouse position. Note that only the style keys that you want to |
|---|
| 62 | | modify (change from the default) need to be specified.</p> |
|---|
| | 53 | <p>If you care to modify the style of any OpenLayers element, include |
|---|
| | 54 | the default stylesheet as a link and declare any style modifications |
|---|
| | 55 | below that link. These style declarations can be in other linked |
|---|
| | 56 | stylesheets or in style tags. In addition, construct your map with |
|---|
| | 57 | options that include {theme: null}. This will disable the default |
|---|
| | 58 | method of loading the stylesheet and allow you to declare style rules |
|---|
| | 59 | in your own linked stylesheets or style tags.</p> |
|---|
| | 60 | <p>This example shows how to declare the font family, size, and color |
|---|
| | 61 | for the mouse position. Note that only the style keys that you want to |
|---|
| | 62 | modify (change from the default) need to be specified.</p> |
|---|