diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-10-27 12:55:32 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-11-11 07:44:44 +0000 |
commit | cab0360bdbe587abe68a9e5921bd19200714ff39 (patch) | |
tree | 3c7162bb55c85577de5d803daf563eb4109b683a /web/cobrands/bristol/js.js | |
parent | 8168f6ae5d8499a6dde9466d17a3ae88cb038c21 (diff) |
Add option of only requesting some WFS attributes.
Diffstat (limited to 'web/cobrands/bristol/js.js')
-rw-r--r-- | web/cobrands/bristol/js.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/bristol/js.js b/web/cobrands/bristol/js.js index f47df6777..129037d23 100644 --- a/web/cobrands/bristol/js.js +++ b/web/cobrands/bristol/js.js @@ -7,6 +7,7 @@ var options = { min_resolution: 0.00001, asset_id_field: 'COD_ASSET_ID', asset_type: 'spot', + propertyNames: [ 'COD_ASSET_ID', 'COD_USRN' ], attributes: { asset_id: 'COD_ASSET_ID', usrn: 'COD_USRN' |