SlideShare uma empresa Scribd logo
1 de 18
Esri UC2013 . Demo Theater .
Demo Theater
2013 Esri International User Conference
July 8–12, 2013 | San Diego, California
Storytelling with HTML5 2D&3D
Maps
Yongfeng Wu
Esri UC2013 . Demo Theater .
Overview
① Demonstration
② Ideas For Map Innovation
③ SDK Behind Demonstration
④ Authoring Environment In The Future
Storytelling with HTML5 2D&3D Maps
Esri UC2013 . Demo Theater .
① Demonstration
http://storytelling-map.appspot.com/
http://localhost:8888/esri/mercury/
Esri UC2013 . Demo Theater .
② Ideas for Map
Innovation
Esri UC2013 . Demo Theater .
Ideas for Map Innovation
• Use new functionalities of modern browsers.
• Integrated 2D&3D environment.
• Development framework independence.
• More dynamic effects for representation.
Storytelling with HTML5 2D&3D Maps
Esri UC2013 . Demo Theater .
③ SDK Behind
Demonstration
Esri UC2013 . Demo Theater .
Add Map
Storytelling with HTML5 2D&3D Maps
<div id="mapContainer" style="width:100%; height:100%;"></div>
esri.proxy = "../../proxy.jsp";
map = new esri.Map("mapContainer");
tiledLayer = new esri.layer.ArcGISTiledMapServiceLayer(
"http://server.arcgisonline.com/ArcGIS/rest/services
/ESRI_StreetMap_World_2D/MapServer");
map.addLayer(tiledLayer);
Add div element
Create map with the div
Add tiled layer to map
Esri UC2013 . Demo Theater .
Switch Map’s Mode
Storytelling with HTML5 2D&3D Maps
map.switchMode(esri.Map.modes.GLOBE);
Switch to globe mode
map.enableRotate = true;
map.getController().rotateTo (0.2, 0, 0);
Rotate map (Drag with right button)
Esri UC2013 . Demo Theater .
Popup On Map
Storytelling with HTML5 2D&3D Maps
popupLayer = new esri.layer.PopupLayer();
map.addLayer(popupLayer);
Add PopupLayer
popupLayer.setVideoContent("abc.mp4", 640, 360, 2, "#024");
popupLayer.setPosition(x, y);
Set content of popup and show it from a map point
Esri UC2013 . Demo Theater .
GraphicsLayer
Storytelling with HTML5 2D&3D Maps
layer = new esri.layer.GraphicsLayer(symbolFunction);
map.addLayer(layer);
Add GraphicsLayer
function symbolFunction(g) {
var symbol = new esri.symbol.SimpleFillSymbol();
symbol.color = calcColor(g.attributes);
return symbol;
}
Symbol function of layer
Esri UC2013 . Demo Theater .
Play animation
Storytelling with HTML5 2D&3D Maps
var anim = {type : "transform",
duration : 1000,
delay : 500,
repeatCount : 0
};
layer.setAnimation(anim);
Define the animation
var pos = map.getLayerIndex(layer);
map.playLayers([pos]);
Play!
Esri UC2013 . Demo Theater .
Spatial Query In GraphicsLayer
Storytelling with HTML5 2D&3D Maps
var graphics = layer.queryGraphics(extent);
Query graphics in the extent
var g = layer.getNearestGraphic(x, y);
var gs = layer.getNearestGraphics(x, y, extent, count);
Query nearest graphics
Esri UC2013 . Demo Theater .
Base Map Style
Storytelling with HTML5 2D&3D Maps
Esri UC2013 . Demo Theater .
Events
map.bind(esri.Map.events.ON_MAP_SCREEN_CHANGED,
function(event, data){
if(data.type == esri.Map.screenChangedTypes.MOVING){
…
}
});
Storytelling with HTML5 2D&3D Maps
Esri UC2013 . Demo Theater .
④ Authoring
Environment
In The Future
Esri UC2013 . Demo Theater .
Develop In Browser
• Generate codes by configuration.
• Combined with ArcGIS Online.
• Templates and widgets.
Storytelling with HTML5 2D&3D Maps
Esri UC2013 . Demo Theater .
Please fill out the session evaluation
First Offering ID: 2386
Second Offering ID: 2387
Online – www.esri.com/ucsessionsurveys
Paper – pick up and put in drop box
Thank you…
Storytelling with HTML5 2D&3D Maps
Esri UC2013 . Demo Theater . Storytelling with HTML5 2D&3D Maps

Mais conteúdo relacionado

Mais procurados

HectorHuante_Resume2016
HectorHuante_Resume2016HectorHuante_Resume2016
HectorHuante_Resume2016
Hector Huante
 
ARTDM 170, Week 14: Introduction to Processing
ARTDM 170, Week 14: Introduction to ProcessingARTDM 170, Week 14: Introduction to Processing
ARTDM 170, Week 14: Introduction to Processing
Gilbert Guerrero
 

Mais procurados (14)

Stupid Canvas Tricks
Stupid Canvas TricksStupid Canvas Tricks
Stupid Canvas Tricks
 
Digital scanning
Digital scanningDigital scanning
Digital scanning
 
Neu und heiß! ARKit is heiß - ARKit2 ist heißer
Neu und heiß! ARKit is heiß - ARKit2 ist heißerNeu und heiß! ARKit is heiß - ARKit2 ist heißer
Neu und heiß! ARKit is heiß - ARKit2 ist heißer
 
Leaving Flatland: getting started with WebGL
Leaving Flatland: getting started with WebGLLeaving Flatland: getting started with WebGL
Leaving Flatland: getting started with WebGL
 
Free online tools for visualization and infographics
Free online tools for visualization and infographicsFree online tools for visualization and infographics
Free online tools for visualization and infographics
 
“A Quaint and Curious Volume of Forgotten Lore,” or an Exercise in Digital Hu...
“A Quaint and Curious Volume of Forgotten Lore,” or an Exercise in Digital Hu...“A Quaint and Curious Volume of Forgotten Lore,” or an Exercise in Digital Hu...
“A Quaint and Curious Volume of Forgotten Lore,” or an Exercise in Digital Hu...
 
Intro to HTML5 Canvas
Intro to HTML5 CanvasIntro to HTML5 Canvas
Intro to HTML5 Canvas
 
Drawing with the HTML5 Canvas
Drawing with the HTML5 CanvasDrawing with the HTML5 Canvas
Drawing with the HTML5 Canvas
 
HectorHuante_Resume2016
HectorHuante_Resume2016HectorHuante_Resume2016
HectorHuante_Resume2016
 
Jürgen Sturm (Google): The Computer Vision Technology Underlying ARCore
Jürgen Sturm (Google): The Computer Vision Technology Underlying ARCoreJürgen Sturm (Google): The Computer Vision Technology Underlying ARCore
Jürgen Sturm (Google): The Computer Vision Technology Underlying ARCore
 
Html5 canvas
Html5 canvasHtml5 canvas
Html5 canvas
 
ARTDM 170, Week 14: Introduction to Processing
ARTDM 170, Week 14: Introduction to ProcessingARTDM 170, Week 14: Introduction to Processing
ARTDM 170, Week 14: Introduction to Processing
 
VFX
VFXVFX
VFX
 
Visualizing Urban Data - Chris Whong
Visualizing Urban Data - Chris WhongVisualizing Urban Data - Chris Whong
Visualizing Urban Data - Chris Whong
 

Destaque (6)

Clip and Ship: MapServer for Data Distribution
Clip and Ship: MapServer for Data DistributionClip and Ship: MapServer for Data Distribution
Clip and Ship: MapServer for Data Distribution
 
Php Map Script Class Reference
Php Map Script Class ReferencePhp Map Script Class Reference
Php Map Script Class Reference
 
Nsg. care of clients with specific health problems rel. to reprod'n. & sexuality
Nsg. care of clients with specific health problems rel. to reprod'n. & sexualityNsg. care of clients with specific health problems rel. to reprod'n. & sexuality
Nsg. care of clients with specific health problems rel. to reprod'n. & sexuality
 
Map server 5.4.2
Map server 5.4.2Map server 5.4.2
Map server 5.4.2
 
25743698 Pengenalan Mapserver
25743698 Pengenalan Mapserver25743698 Pengenalan Mapserver
25743698 Pengenalan Mapserver
 
Pengenalan ArcView GIS 3.3 lanjut03
Pengenalan ArcView GIS 3.3 lanjut03Pengenalan ArcView GIS 3.3 lanjut03
Pengenalan ArcView GIS 3.3 lanjut03
 

Semelhante a Storytelling with html5 2d&3d maps

Webgl para JavaScripters
Webgl para JavaScriptersWebgl para JavaScripters
Webgl para JavaScripters
gerbille
 
Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...
Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...
Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...
Esri Nederland
 
How to build a html5 websites.v1
How to build a html5 websites.v1How to build a html5 websites.v1
How to build a html5 websites.v1
Bitla Software
 
BK2011 Utvikling av rike webapplikasjoner i microsoft silverlight
BK2011 Utvikling av rike webapplikasjoner i microsoft silverlightBK2011 Utvikling av rike webapplikasjoner i microsoft silverlight
BK2011 Utvikling av rike webapplikasjoner i microsoft silverlight
Geodata AS
 
Leaving Flatland: Getting Started with WebGL- SXSW 2012
Leaving Flatland: Getting Started with WebGL- SXSW 2012Leaving Flatland: Getting Started with WebGL- SXSW 2012
Leaving Flatland: Getting Started with WebGL- SXSW 2012
philogb
 

Semelhante a Storytelling with html5 2d&3d maps (20)

Animations & swift
Animations & swiftAnimations & swift
Animations & swift
 
Intro to computer vision in .net
Intro to computer vision in .netIntro to computer vision in .net
Intro to computer vision in .net
 
Webgl para JavaScripters
Webgl para JavaScriptersWebgl para JavaScripters
Webgl para JavaScripters
 
Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...
Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...
Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...
 
Building a ArcGIS mobile, cloud, checkin app in 75 minutes - zero to hero
Building a ArcGIS mobile, cloud, checkin app in 75 minutes - zero to heroBuilding a ArcGIS mobile, cloud, checkin app in 75 minutes - zero to hero
Building a ArcGIS mobile, cloud, checkin app in 75 minutes - zero to hero
 
Building a mobile, cloud, checkin app in 75 minutes - zero to hero.
Building a mobile, cloud, checkin app in 75 minutes -  zero to hero.Building a mobile, cloud, checkin app in 75 minutes -  zero to hero.
Building a mobile, cloud, checkin app in 75 minutes - zero to hero.
 
How to build a html5 websites.v1
How to build a html5 websites.v1How to build a html5 websites.v1
How to build a html5 websites.v1
 
BK2011 Utvikling av rike webapplikasjoner i microsoft silverlight
BK2011 Utvikling av rike webapplikasjoner i microsoft silverlightBK2011 Utvikling av rike webapplikasjoner i microsoft silverlight
BK2011 Utvikling av rike webapplikasjoner i microsoft silverlight
 
WebGL, HTML5 and How the Mobile Web Was Won
WebGL, HTML5 and How the Mobile Web Was WonWebGL, HTML5 and How the Mobile Web Was Won
WebGL, HTML5 and How the Mobile Web Was Won
 
Svcc 2013-d3
Svcc 2013-d3Svcc 2013-d3
Svcc 2013-d3
 
SVCC 2013 D3.js Presentation (10/05/2013)
SVCC 2013 D3.js Presentation (10/05/2013)SVCC 2013 D3.js Presentation (10/05/2013)
SVCC 2013 D3.js Presentation (10/05/2013)
 
HTML5 and Other Modern Browser Game Tech
HTML5 and Other Modern Browser Game TechHTML5 and Other Modern Browser Game Tech
HTML5 and Other Modern Browser Game Tech
 
Ta Lab Hour Feb9 2011 Bolin
Ta Lab Hour Feb9 2011 BolinTa Lab Hour Feb9 2011 Bolin
Ta Lab Hour Feb9 2011 Bolin
 
Location Based Services Without the Cocoa
Location Based Services Without the CocoaLocation Based Services Without the Cocoa
Location Based Services Without the Cocoa
 
WT-4064, Build Rich Applications with HTML5 and WebGL, by Tony Parisi
WT-4064, Build Rich Applications with HTML5 and WebGL, by Tony ParisiWT-4064, Build Rich Applications with HTML5 and WebGL, by Tony Parisi
WT-4064, Build Rich Applications with HTML5 and WebGL, by Tony Parisi
 
3 Approaches to Mobile - An A to Z Primer.
3 Approaches to Mobile - An A to Z Primer.3 Approaches to Mobile - An A to Z Primer.
3 Approaches to Mobile - An A to Z Primer.
 
Ember.js Tokyo event 2014/09/22 (English)
Ember.js Tokyo event 2014/09/22 (English)Ember.js Tokyo event 2014/09/22 (English)
Ember.js Tokyo event 2014/09/22 (English)
 
Leaving Flatland: Getting Started with WebGL- SXSW 2012
Leaving Flatland: Getting Started with WebGL- SXSW 2012Leaving Flatland: Getting Started with WebGL- SXSW 2012
Leaving Flatland: Getting Started with WebGL- SXSW 2012
 
Augmented reality in web rtc browser
Augmented reality in web rtc browserAugmented reality in web rtc browser
Augmented reality in web rtc browser
 
3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 

Último (20)

Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 

Storytelling with html5 2d&3d maps

  • 1. Esri UC2013 . Demo Theater . Demo Theater 2013 Esri International User Conference July 8–12, 2013 | San Diego, California Storytelling with HTML5 2D&3D Maps Yongfeng Wu
  • 2. Esri UC2013 . Demo Theater . Overview ① Demonstration ② Ideas For Map Innovation ③ SDK Behind Demonstration ④ Authoring Environment In The Future Storytelling with HTML5 2D&3D Maps
  • 3. Esri UC2013 . Demo Theater . ① Demonstration http://storytelling-map.appspot.com/ http://localhost:8888/esri/mercury/
  • 4. Esri UC2013 . Demo Theater . ② Ideas for Map Innovation
  • 5. Esri UC2013 . Demo Theater . Ideas for Map Innovation • Use new functionalities of modern browsers. • Integrated 2D&3D environment. • Development framework independence. • More dynamic effects for representation. Storytelling with HTML5 2D&3D Maps
  • 6. Esri UC2013 . Demo Theater . ③ SDK Behind Demonstration
  • 7. Esri UC2013 . Demo Theater . Add Map Storytelling with HTML5 2D&3D Maps <div id="mapContainer" style="width:100%; height:100%;"></div> esri.proxy = "../../proxy.jsp"; map = new esri.Map("mapContainer"); tiledLayer = new esri.layer.ArcGISTiledMapServiceLayer( "http://server.arcgisonline.com/ArcGIS/rest/services /ESRI_StreetMap_World_2D/MapServer"); map.addLayer(tiledLayer); Add div element Create map with the div Add tiled layer to map
  • 8. Esri UC2013 . Demo Theater . Switch Map’s Mode Storytelling with HTML5 2D&3D Maps map.switchMode(esri.Map.modes.GLOBE); Switch to globe mode map.enableRotate = true; map.getController().rotateTo (0.2, 0, 0); Rotate map (Drag with right button)
  • 9. Esri UC2013 . Demo Theater . Popup On Map Storytelling with HTML5 2D&3D Maps popupLayer = new esri.layer.PopupLayer(); map.addLayer(popupLayer); Add PopupLayer popupLayer.setVideoContent("abc.mp4", 640, 360, 2, "#024"); popupLayer.setPosition(x, y); Set content of popup and show it from a map point
  • 10. Esri UC2013 . Demo Theater . GraphicsLayer Storytelling with HTML5 2D&3D Maps layer = new esri.layer.GraphicsLayer(symbolFunction); map.addLayer(layer); Add GraphicsLayer function symbolFunction(g) { var symbol = new esri.symbol.SimpleFillSymbol(); symbol.color = calcColor(g.attributes); return symbol; } Symbol function of layer
  • 11. Esri UC2013 . Demo Theater . Play animation Storytelling with HTML5 2D&3D Maps var anim = {type : "transform", duration : 1000, delay : 500, repeatCount : 0 }; layer.setAnimation(anim); Define the animation var pos = map.getLayerIndex(layer); map.playLayers([pos]); Play!
  • 12. Esri UC2013 . Demo Theater . Spatial Query In GraphicsLayer Storytelling with HTML5 2D&3D Maps var graphics = layer.queryGraphics(extent); Query graphics in the extent var g = layer.getNearestGraphic(x, y); var gs = layer.getNearestGraphics(x, y, extent, count); Query nearest graphics
  • 13. Esri UC2013 . Demo Theater . Base Map Style Storytelling with HTML5 2D&3D Maps
  • 14. Esri UC2013 . Demo Theater . Events map.bind(esri.Map.events.ON_MAP_SCREEN_CHANGED, function(event, data){ if(data.type == esri.Map.screenChangedTypes.MOVING){ … } }); Storytelling with HTML5 2D&3D Maps
  • 15. Esri UC2013 . Demo Theater . ④ Authoring Environment In The Future
  • 16. Esri UC2013 . Demo Theater . Develop In Browser • Generate codes by configuration. • Combined with ArcGIS Online. • Templates and widgets. Storytelling with HTML5 2D&3D Maps
  • 17. Esri UC2013 . Demo Theater . Please fill out the session evaluation First Offering ID: 2386 Second Offering ID: 2387 Online – www.esri.com/ucsessionsurveys Paper – pick up and put in drop box Thank you… Storytelling with HTML5 2D&3D Maps
  • 18. Esri UC2013 . Demo Theater . Storytelling with HTML5 2D&3D Maps

Notas do Editor

  1. SDK is based on HTML5/WebGL
  2. PLEASE INCLUDE THIS SLIDEPresenters: Offering ID – this is in your presenters schedule or the printed agenda (not in the online agenda this year) - please be sure to update the slide with both IDs if you have more than one sessionFor attendees: Here are the instructions for users to access the system.The UC surveys can be accessed from:My UC Homepage &gt; Evaluate sessionswww.esri.com/ucsurveysessionsThe MyUC login is on the back of their badges.The session can be found through:1. My planner listings on survey search page2. Using the Search based on:Topic, Date, workshop type and eventOffering ID – this is in your schedule or the printed agenda (not in the online agenda this year)There are 6 quick multiple choice questions plus a space for comments