Search code examples
leafletopenlayersopenlayers-3

what is the difference between imageExtent and bounding box?


I am asking about the definition of imageExtent and bounding box in openlayers ?. I saw these words in other type of mapping library like leaflet. I did not found a real definition.


Solution

  • There is an answer in https://gis.stackexchange.com/questions/240979/difference-between-bounding-box-envelope-extent-bounds

    If you are dealing with rotated images you will need to know whether the extent is that of the image before rotation (shown in blue) or the bounding extent (shown in green) of the rotated (red) image. For example, a KML ground overlay is defined by the extent of the image before rotation, but you may find images where the extent is given as the outer extent after rotation, similar to the extent of a rotated view.

    enter image description here