Skip to content

Commit

Permalink
mark selectable option as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
gcebelieu committed Dec 21, 2017
1 parent 55b46f8 commit 6e2421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ define([
* |-|-|
* | 'draggable' | Enable (true) / disable (false) map dragging/zoomming by mouse or pointer interaction. |
* | 'keyboard' | Enable (true) / disable (false) map dragging/zoomming by keybord interaction. |
* | 'selectable' | Enable (true) / disable (false) feature selection on the map. |
* | 'selectable' | Enable (true) / disable (false) feature selection on the map. [**DEPRECATED**] : use ['getfeatureinfo'](./Gp.ControlOptions.html#getfeatureinfo) control instead to allow users to interact with features. |
* | 'zoom' | Adds Zoom widget to the map. See [options availables](./Gp.ControlOptions.html#zoom) |
* | 'orientation' | Adds orientation widget to the map. See [options availables](./Gp.ControlOptions.html#orientation) |
* | 'layerswitcher' | Adds layers selector widget to the map. See [options availables](./Gp.ControlOptions.html#layerswitcher) |
Expand Down

0 comments on commit 6e2421d

Please sign in to comment.