[OpenLayers-Users] open layers with ER mapper or erdas image web server possible??

Andreas Hocevar ahocevar at opengeo.org
Fri Aug 6 08:35:16 EDT 2010


Hi,

OpenLayers works fine with ERMapper. You can use Layer.WMS, the only caveat is that you might have to override the getURL method:

getURL: function(bounds) {
  // ermapper does not like UTF8 URIs
  var url = OpenLayers.Layer.WMS.prototype.getURL.apply(this, arguments);
  return decodeURIComponent(url);
}

Regards,
Andreas.

On Aug 6, 2010, at 13:39 , Imran Rajjad wrote:

> Hi list,
> 
> does open layers work with er mapper or erdas image web server? I have
> been setting up a design and i have selected erdas for image mapping
> though I am not sure if open layer can work with them since I have
> never come across any example or information. any links would be
> appreciated.
> 
> thanks
> regards,
> Imran
> 
> -- 
> I.R
> _______________________________________________
> Users mailing list
> Users at openlayers.org
> http://openlayers.org/mailman/listinfo/users



-- 
Andreas Hocevar
OpenGeo - http://opengeo.org/
Expert service straight from the developers.




More information about the Users mailing list