Skip to content

brendancol/esri_uc_2014_label_strategies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reveal.js-based presentation on Labeling Strategies for Esri JavaScript Clients

Introduction

Dev Note

The dojo-based Esri library can have trouble loading off-screen maps. I had to use this hack to get the map to size correctly

Reveal.addEventListener( 'slidechanged', function( event ) {
	var frames = $(event.currentSlide).find("iframe");
	if(frames && frames[0]) {
		if(frames[0].src.indexOf("_dojo_") > -1) {
			frames[0].contentDocument.location.reload(true);
			console.log('reloaded frame');
		} 
	}
} );

Using tile layers for labeling

About

My presentation for Esri User Conference 2014 on Label Strategies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published