ais-open / ogc-preview

Discover and browse OGC service layers exposed by way of WMS/WFS service interfaces, with a special focus given to time-enabled data.
Apache License 2.0
5 stars 1 forks source link

Fixed regression causing image mosaics to not support time #15

Closed gisjedi closed 8 years ago

gisjedi commented 8 years ago

DescribeFeatureTypes failing for WFS is what is used to identify a layer as raster backed. When the reason is deferred.resolved on it is placed into the layer.fields object causing the structure to be broken. Replacing the deferred.resolve(reason) with deferred.resolve(layer.fields) corrects this oversight.