Merge pull request #221 from elemoine/imagelayer

wms-custom-proj example broken when hosted
This commit is contained in:
Éric Lemoine
2013-02-20 23:06:11 -08:00
4 changed files with 6 additions and 4 deletions

View File

@@ -1,2 +1,3 @@
@exportSymbol ol.Extent
@exportProperty ol.Extent.prototype.getHeight
@exportProperty ol.Extent.prototype.getWidth

View File

@@ -1,6 +1,7 @@
goog.provide('ol.ImageUrlFunction');
goog.provide('ol.ImageUrlFunctionType');
goog.require('goog.uri.utils');
goog.require('ol.Extent');
goog.require('ol.Size');

View File

@@ -1,5 +1,6 @@
goog.provide('ol.source.SingleImageWMS');
goog.require('goog.uri.utils');
goog.require('ol.Extent');
goog.require('ol.Image');
goog.require('ol.ImageUrlFunction');