Skip to content

A widget created from the ESRI ArcGIS JavaScript API Navigation sample.

Notifications You must be signed in to change notification settings

friendde/ArcGIS_JS_NavigationTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compatible for CMV v1.3.0 Not tested for CMV v1.3.1

This widget was created as an addition to [David Spriggs] (https://github.com/DavidSpriggs) [Configurable Map Viewer] (https://github.com/cmv/cmv-app), aka CMV. Designed for use in his project using the file structure indicated there. Original source code was from this ESRI sample https://developers.arcgis.com/javascript/jssamples/toolbar_navigation.html which was a single html page. ArcGIS_JS_NavigationTools is in widget format with seperate css, html, and javascript files for use in CMV.

Please see this projects [how-to Wiki] (https://github.com/friendde/ArcGIS_JS_NavigationTools/wiki/How-to-add-widget-to-CMV) for details on how to configure CMV to load this widget.

NavToolbar

navtoolsscreenshot

Adding to CMV

widgets: {
	navtools: {
		include: true,
		id: 'navtools',
		type: 'titlePane',
		canFloat: false,
		path: 'gis/dijit/NavTools',
		title: 'Navigation Tools',
		open: false,
		position: 0,
		placeAt: 'right',
		options: {
			map: true,
			mapRightClickMenu: true,
			mapClickMode: true
		}
	}
}

About

A widget created from the ESRI ArcGIS JavaScript API Navigation sample.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages