urcm
urcm

Reputation: 2284

openlayers zoom level image

is there any way adding a transparent logo when you look at a zoom level(maybe after 12. level we dont have layer) which has not baselayer image included in ?

i am using openlayers , arcgis cahce

thank you for your reply

Upvotes: 0

Views: 863

Answers (2)

urcm
urcm

Reputation: 2284

hi i have found a solutions hand of openlayers.

OpenLayers.Util.onImageLoadError

will help you with you not have baselayer image on your app...

Upvotes: 1

Michael Laffargue
Michael Laffargue

Reputation: 10294

I'm not really sure to understand your needs but:

If you're looking to add a logo after a certain zoom, you could create a layer that only appears from a given zoom with the embedded image in it. Some WMS layer should do the trick.

If you do that because you have nothing to show after level 12, then you should just limit your zoom to a certain amount.

Upvotes: 0

Related Questions