Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. measure: {
  2. include: true,
  3. id: 'measurement',
  4. type: 'titlePane',
  5. canFloat: true,
  6. path: 'gis/dijit/Measurement',
  7. title: '<i class="fa fa-share-alt fa-lg"></i> <i>&nbsp;&nbsp; Measure</i>',
  8. open: false,
  9. position: 4,
  10. options: {
  11. map: true,
  12. mapClickMode: true,
  13. defaultAreaUnit: units.ACRES,
  14. defaultLengthUnit: units.FEET
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement