You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/contrib/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ The options object specification is as follows:
26
26
|---|---|
27
27
|**map**|**Type: [Map](https://developers.google.com/maps/documentation/javascript/3.exp/reference#Map)** Map on which to display the overlay. |
28
28
|**minorGridDisplay**|**Type: boolean** Whether to display the minor grid and row/column grid labels. Defaults to **true**. |
29
-
|**roadMapColor**|**Type: String** The stroke color to use for the grid lines over road or terrain maps. All CSS3 colors are supported except for extended named colors. Defaults to #7BAAF7. |
29
+
|**roadMapColor**|**Type: String** The stroke color to use for the grid lines over road or terrain maps. All CSS3 colors are supported except for extended named colors. Defaults to **#7BAAF7**. |
30
30
|**roadMapLabelClass**|**Type: String** The CSS class name to use for text labels over road or terrain maps. Defaults to **olc_overlay_text**. |
31
-
|**satelliteMapColor**|**Type: String** The stroke color to use for the grid lines over satellite or hybrid maps. All CSS3 colors are supported except for extended named colors. Defaults to #7BAAF7. |
31
+
|**satelliteMapColor**|**Type: String** The stroke color to use for the grid lines over satellite or hybrid maps. All CSS3 colors are supported except for extended named colors. Defaults to **#7BAAF7**. |
32
32
|**satelliteMapLabelClass**|**Type: String** The CSS class name to use for text labels over satellite or hybrid maps. Defaults to **olc_overlay_text**. |
0 commit comments