Ticket #1911 (closed bug: invalid)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by openlayers

  • type changed from feature to bug

Changed 4 years ago by crschmidt

  • status changed from new to closed
  • resolution set to invalid
  • milestone set to 2.8 Release

Er, I don't know exactly what the problem you are having is, but there is definitely no intention to set up a default value ofr olTileImage in the CSS. This is simply to allow things like, for examle, .olTileImage { border: 1px solid red;} or some such.

if you can exlain/demonstrate how this is a bug, please feel free to reopen, but this description is insufficient for further development.

Note: See TracTickets for help on using tickets.