Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goriliukasbuxton committed Nov 7, 2015
1 parent c8702e7 commit 5f62ee1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ elevation: {
```
and the table widget, which works in conjunction with Attribute Widget on the bottom pane:
```
elevationtable: {
include: true,
id: 'elevationtable',
type: 'invisible',
placeAt: 'bottom',
path: 'gis/dijit/ElevationProfileTable',
title: 'Elevation',
elevationtable: {
include: true,
id: 'elevationtable',
type: 'invisible',
placeAt: 'bottom',
path: 'gis/dijit/ElevationProfileTable',
title: 'Elevation',
options: {
map: true,
mapClickMode: true
}
},
options: {
map: true,
mapClickMode: true
}
},
```
Demo:
![alt tag](https://github.com/goriliukasbuxton/ElevationProfile2/blob/master/Elevation.png)

0 comments on commit 5f62ee1

Please sign in to comment.