Skip to content

Commit

Permalink
Merge pull request #1 from alediator/issue_6_geocoder_return_type
Browse files Browse the repository at this point in the history
Geocoder changes.
  • Loading branch information
alediator committed Feb 7, 2014
2 parents c3f544f + f061986 commit e6916d3
Show file tree
Hide file tree
Showing 4 changed files with 731 additions and 533 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,12 @@ gxp.plugins.ChangeMatrix = Ext.extend(gxp.plugins.Tool, {
*/
spatialOutputCRS: "EPSG:4326",

/** api: config[selectReturnType]
* ``Boolean``
* Allow return type on the geocoder.
*/
selectReturnType: false,

/** api: config[style]
* ``Object``
*/
Expand Down Expand Up @@ -567,7 +573,8 @@ gxp.plugins.ChangeMatrix = Ext.extend(gxp.plugins.Tool, {
geocoderTypeSortBy: this.geocoderTypeSortBy,
geocoderTypeQueriableAttributes: this.geocoderTypeQueriableAttributes,
geocoderTypeDisplayField: this.geocoderTypeDisplayField,
geocoderTypePageSize: this.geocoderTypePageSize
geocoderTypePageSize: this.geocoderTypePageSize,
selectReturnType: this.selectReturnType
};

// ///////////////////
Expand Down
Loading

0 comments on commit e6916d3

Please sign in to comment.