Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Latest commit

 

History

History

Nearby

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Nearby widget

Nearby widget for the Configurable Map Viewer (CMV) app.

Use by adding the following to viewer.js config file.

nearby: {
  include: true,
  id: 'nearby',
  type: 'titlePane',
  canFloat: true,
  path: 'gis/dijit/Nearby',
  title: 'Nearby',
  open: false,
  options: {
    map: true,
    mapClickMode: true,
    isMapSRProjected: true //if the map's coordinate system is projected, set it to true; default is false
  }
}

Click for demo

Screen from Sample page:

Screenshot