Skip to content

Commit

Permalink
Add opaque layer css rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 24, 2013
1 parent 91f57c4 commit 9fc7e7e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,15 @@ To avoid the OpenLayers red tiles on missing empty tiles we can add the followin
display: none;
}
To completely hide the missing tiles, useful for a transparent layer,
or for an opaque layer:

.. code:: css
.olImageLoadError {
background-color: white;
}
OpenLayers test page
--------------------
Expand Down

0 comments on commit 9fc7e7e

Please sign in to comment.