Ticket #1911 (closed bug: invalid)
olTileImage not set in CSS
| Reported by: | openlayers | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.8 Release |
| Component: | general | Version: | 2.7 |
| Keywords: | Cc: | marco.ferretti@… | |
| State: |
Description
in the standard css the class olTileImage is not set. Looks like since Ticket #264 ( added the class name ) the css definition has not been updated accordingly.
We got across this problem using the library in single tile mode ( a requirement of our environment ) ; this has caused the map layer to be shifted left & up by 126 and 122 respectively . We currently are working around this by using the theme option and a custom css containing the following value .olTileImage { left: 126px; top: 122px; }
Change History
Note: See
TracTickets for help on using
tickets.
