Add projection argument when loading features

This commit is contained in:
Tom Payne
2014-03-12 15:27:52 +01:00
parent cbbcab926e
commit b24e122d4f
4 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -908,7 +908,7 @@
* @typedef {Object} olx.source.RemoteVectorOptions
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.
* @property {ol.Extent|undefined} extent Extent.
* @property {function(ol.Extent, number): string} extentUrlFunction Extent URL function.
* @property {function(ol.Extent, number, ol.proj.Projection): string} extentUrlFunction Extent URL function.
* @property {Object.<string, string>|undefined} headers Headers.
* @property {ol.format.Feature} format Format.
* @property {function(ol.Extent, number): Array.<ol.Extent>} loadingFunction Loading function.