Using OpenLayers is it possible to draw a rectange that will always be on one portion of map without regards to zooming and panning of map?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
It is like the car window in a race game? Here a red box
Change
See also z-index at map layers, CSS positioning, and box model. |
|||||
|
|
One option is to use the Vector layer, and set its isFixed property to true. This way the vector layer will not move around when the map is dragged, but is printed and redrawn with the map. |
|||
