window._BlogJs.c0({"status":"ok","count":10,"pages":20,"category":{"id":3119,"slug":"subject-app-developers","title":"App Developers","description":"","parent":0,"post_count":194},"posts":[{"id":63104,"type":"post","slug":"arcgis-runtime-sdk-for-android-v10-2-8-released","url":"https:\/\/blogs.esri.com\/esri\/arcgis\/2016\/05\/09\/arcgis-runtime-sdk-for-android-v10-2-8-released\/","status":"publish","title":"ArcGIS Runtime SDK for Android v10.2.8 released","title_plain":"ArcGIS Runtime SDK for Android v10.2.8 released","content":"
We are excited to announce a new release to the ArcGIS Runtime SDK for Android v10.2.8.\u00a0 This patch release updates the SDK OpenSSL to version 1.0.2g to address security vulnerabilities.\u00a0 See this Google FAQ<\/a> for more information.<\/p>\n To apply this fix, update your build.gradle file with the following dependency:<\/p>\n You can download the latest version of the SDK from our developers site<\/a>. All of our samples <\/a>have been updated to use the latest version and developer instructions on how to sync your local fork of the samples with our GitHub repository.\u00a0 We invite you to collaborate with the community and the Esri development team on GeoNet <\/a>& our GitHub samples<\/a>.<\/p>\n","excerpt":"We are excited to announce a new release to the ArcGIS Runtime SDK for Android v10.2.8.\u00a0 This patch release updates the SDK OpenSSL to version 1.0.2g to address security vulnerabilities.\u00a0 See this Google FAQ for more information. To apply this … Continue reading →<\/span><\/a>","date":"2016-05-09 13:24:22","modified":"2016-05-09 13:24:22","categories":[{"id":3119,"slug":"subject-app-developers","title":"App Developers","description":"","parent":0,"post_count":194},{"id":24,"slug":"developer","title":"Developer","description":"","parent":0,"post_count":559},{"id":33,"slug":"mobile","title":"Mobile","description":"","parent":0,"post_count":257}],"tags":[{"id":186,"slug":"android","title":"Android","description":"","post_count":94},{"id":3551,"slug":"arcgis-android","title":"ArcGiS Android","description":"","post_count":8},{"id":3541,"slug":"arcgis-runtime-sdk","title":"ArcGIS Runtime SDK","description":"","post_count":28},{"id":3055,"slug":"arcgis-runtime-sdk-for-android","title":"ArcGIS Runtime SDK for Android","description":"","post_count":26},{"id":779,"slug":"developers","title":"Developers","description":"","post_count":39},{"id":1410,"slug":"java","title":"Java","description":"","post_count":105}],"author":{"id":32,"slug":"dano","name":"Dan O'Neill","first_name":"Dan","last_name":"O'Neill","nickname":"dano","url":"","description":""},"comments":[{"id":9583,"name":"ridewinter","url":"","date":"2016-05-10 03:20:54","content":" Hi, does the Android SDK support 3D mapping yet?<\/p>\n","parent":0,"author":{"id":215213,"slug":"Dan-561","name":"ridewinter","first_name":"","last_name":"","nickname":"ridewinter","url":"","description":""}},{"id":9587,"name":"Dan O'Neill","url":"","date":"2016-05-10 08:43:22","content":" No, this version of the ArcGIS Runtime SDK for Android does not support 3D mapping yet. We are looking to provide support for 3D in one of our Quartz release cycles.<\/p>\n","parent":9583,"author":{"id":32,"slug":"dano","name":"Dan O'Neill","first_name":"Dan","last_name":"O'Neill","nickname":"dano","url":"","description":""}}],"attachments":[],"comment_count":2,"comment_status":"open"},{"id":62841,"type":"post","slug":"arcgis-api-for-javascript-4-0-released","url":"https:\/\/blogs.esri.com\/esri\/arcgis\/2016\/05\/03\/arcgis-api-for-javascript-4-0-released\/","status":"publish","title":"It’s here! ArcGIS API for JavaScript 4.0 Released","title_plain":"It’s here! ArcGIS API for JavaScript 4.0 Released","content":" It is with great pleasure we announce the first release of the 4.x series of the ArcGIS API for JavaScript. You can now starting building web apps with the production release of the ArcGIS API 4.0 for JavaScript!<\/p>\n The 4.x series represents a brand new edition of the JavaScript API that Esri is launching alongside the 3.x series. The goal of the 4.x series is to reimagine the API in terms of its support for both 2D and 3D<\/a>, its ease of use as a JavaScript API<\/a>, its ability to work with map and layer web resources stored as items in the ArcGIS geoinformation model and its support for building engaging and elegant user experiences. Version 4.0 allows developers to build full featured 3D applications powered by Web Scenes<\/a> that can include rich information layers such as\u00a0terrain<\/a>,\u00a0basemaps<\/a>,\u00a0imagery<\/a>,\u00a0features<\/a>, and\u00a03D objects<\/a>\u00a0that can be streamed in via tile, feature, image and scene services. In addition, 4.0 also includes core capabilities for working with 2D\u00a0Web Maps<\/a>\u00a0and\u00a0Layers<\/a>\u00a0that can be used to build compelling 2D applications using the new programming pattern<\/a>.<\/p>\n Developers will find the programming patterns for working in 2D and 3D to be pleasantly similar if not identical. Not all 2D layers and capabilities supported in the 3.x API are supported in 4.0 (the initial 4.x release). You can reference the Choosing a version guide<\/a> to help you determine which API version to use for building your app, based on your requirements.<\/p>\n Here are a few of the capabilities of the API that we are excited about.<\/p>\n The API presents a unified and elegant implementation for both 2D and 3D application development. With the introduction of map views, developers can render a map with a 2D view or a 3D view (or both) with just a few lines of code. In many cases, you can use the same code agnostically of whether the view is 2D or 3D because both views share the same implementation for layers, renderers, tasks, geometry, symbology, pop\u00acups, navigation, and more. 3D adds 3D-specific concepts such as 3D symbols (think of a billboard symbol rather than a flat symbol on the ground), environment (atmosphere and lighting), and the camera. To learn more, see Getting started with 3D scenes<\/a> and Getting started with 2D maps<\/a>.<\/p>\n Many developers have adopted the pattern of authoring a web map in ArcGIS Online and Portal for ArcGIS and consuming it in an app. They create beautiful visualizations of their data, configure pop-ups, and setup bookmarks, and then load the map into their app simply referencing the web map’s ID. With the 4.0 API, you can follow the same pattern with 3D maps using web scenes. This is accomplished by styling your map in ArcGIS Online or Portal for ArcGIS, saving it as a web scene, and then loading it in your app using the web scene’s ID.<\/p>\n Layer items are similar to web maps in that they allow developers to setup initial extent, rendering, filtering, pop-ups, and other settings. In contrast to web maps, which, consist of the entire map, layer items represent individual map layers. This allows you to choose the individual layers needed for each application. If you are developing in a team environment, others can also consume your layers, which are represented in a meaningful and consistent way. The 4.0 API lets you load layers by referencing the layer item’s ID<\/a>. For more information, see the\u00a0Portal<\/a>\u00a0class in the API Reference.<\/p>\n The 4 API was designed to give you the tools to build an app that has a polished user interface and responsive design. Developer-friendly widgets, flexible UI placement<\/a>, and the API’s new pop-up window are a couple of the capabilities in this new API that will help you build a slick app suitable for any screen size.<\/p>\n API widgets have been built from the ground up with a clean user experience and can be easily placed relative to one of the corners or offset from the edge. You can use widgets as-is or style them using CSS to change specific aspects of the widget such as button color. You can even take it a step further and completely replace the widget UI using the library of your choice such as React<\/a> or jQuery.\u00a0Learn more about widgets<\/a>.<\/p>\n Turn raw data into information with simple layer styling and data-driven visualizations in 2D and 3D.\u00a0\u00a0You can thematically represent data such as population or represent real-world values such as the width of a tree canopy or the height of a building. This is achieved by rendering features’\u00a0color, size and\/or opacity based on one or more attribute values.<\/p>\n Build cityscapes that accurately depict the geography of your urban landscape. \u00a0Use ArcGIS to publish realistic content such as textured buildings, trees, or signs and consume them using the new ArcGIS SceneLayer. \u00a0The SceneLayer can be used to display very large data optimized for display at any view. \u00a0Your 3D views come alive as you drape your content on top of Esri’s global elevation layer. \u00a0In addition, the 3D environment<\/a> can be controlled to include the sun and stars positioned correctly at any date or time, the visual effect of the earth’s atmosphere, and the effects of the sun as it casts shadows across your buildings.<\/p>\n The API’s local geometry engine enables you to perform operations such as buffer, measurement, and spatial intersect without having to make calls to the server \u2013 this means that apps can display immediate feedback to the user, enabling you to build highly interactive apps.<\/p>\n Along with a brand new exciting JavaScript API, we are releasing a completely re-engineered web site to go along with the ArcGIS API for JavaScript 4.0 release. The new web site offers a responsive design, integrated search experience and enhanced API Reference.<\/p>\n The SDK site offers a wide variety of samples<\/a>, conceptual documentation<\/a>, and a rich API reference<\/a> to help you get started building your first app with 4.0. The documentation is geared towards developers new to Esri’s JavaScript API, as well as developers that are familiar with 3.x and are considering migrating to 4.0<\/a>.<\/p>\n As always, connect with other ArcGIS developers and engage with the Esri team on GeoNet. Happy coding!<\/p>\n","excerpt":"It is with great pleasure we announce the first release of the 4.x series of the ArcGIS API for JavaScript. You can now starting building web apps with the production release of the ArcGIS API 4.0 for JavaScript! Version 4.0 … Continue reading →<\/span><\/a>","date":"2016-05-03 10:01:33","modified":"2016-05-09 09:30:38","categories":[{"id":3119,"slug":"subject-app-developers","title":"App Developers","description":"","parent":0,"post_count":194},{"id":24,"slug":"developer","title":"Developer","description":"","parent":0,"post_count":559},{"id":45,"slug":"web","title":"Web","description":"","parent":0,"post_count":353}],"tags":[{"id":237,"slug":"arcgis-api-for-javascript","title":"ArcGIS API for JavaScript","description":"","post_count":70},{"id":1414,"slug":"javascript","title":"JavaScript","description":"","post_count":169},{"id":4403,"slug":"jsapi4","title":"jsapi4","description":"","post_count":11}],"author":{"id":173,"slug":"heberlie","name":"Lloyd Heberlie","first_name":"Lloyd","last_name":"Heberlie","nickname":"heberlie","url":"","description":""},"comments":[{"id":9548,"name":"jacobsj","url":"","date":"2016-05-03 10:39:09","content":" The flexible ui placement link is broken. <\/p>\n","parent":0,"author":{"id":8435,"slug":"Jeff-42","name":"jacobsj","first_name":"","last_name":"","nickname":"jacobsj","url":"","description":""}},{"id":9550,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-03 10:44:27","content":" Thanks for letting us know – it’s been fixed.<\/p>\n","parent":9548,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9552,"name":"kenbuja","url":"","date":"2016-05-03 12:07:44","content":" The What’s new section on dGrid and dStore only mentions the version of dGrid. Are the xstyle and put-selector packages included?<\/p>\n","parent":0,"author":{"id":2020,"slug":"Ken","name":"kenbuja","first_name":"","last_name":"","nickname":"kenbuja","url":"","description":""}},{"id":9553,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-03 13:17:15","content":" @kenbuja – No, they are not included. Note that these packages are no longer required by dgrid 1.0+.<\/p>\n","parent":9552,"author":{"id":213772,"slug":"Dylan-107","name":"dylanks","first_name":"","last_name":"","nickname":"dylanks","url":"","description":""}},{"id":9555,"name":"yonodo","url":"","date":"2016-05-04 02:06:18","content":" And I get this error:<\/p>\n GET http:\/\/js.arcgis.com\/4.0\/dojo\/xstyle\/css.js<\/a> 404 (Not Found)<\/p>\n","parent":0,"author":{"id":16242,"slug":"Cristian-2","name":"yonodo","first_name":"","last_name":"","nickname":"yonodo","url":"","description":""}},{"id":9556,"name":"yonodo","url":"","date":"2016-05-04 02:09:46","content":" I don’t see in the api anywhere the DrawToolbar or the NavigationToolbar modules<\/p>\n","parent":0,"author":{"id":16242,"slug":"Cristian-2","name":"yonodo","first_name":"","last_name":"","nickname":"yonodo","url":"","description":""}},{"id":9557,"name":"kenbuja","url":"","date":"2016-05-04 05:22:26","content":" So which version of dStore is included? The section<\/a> doesn’t mention that at all.<\/p>\n","parent":9553,"author":{"id":2020,"slug":"Ken","name":"kenbuja","first_name":"","last_name":"","nickname":"kenbuja","url":"","description":""}},{"id":9559,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-04 07:42:47","content":" @kenbuja, it’s using the latest version of dstore, 1.1.1. We’ll update that section. Thanks Popups aren’t drilling down through features. Only seems to show popup content for the “first” operational layer.<\/p>\n","parent":0,"author":{"id":49411,"slug":"James-372","name":"jsamek","first_name":"","last_name":"","nickname":"jsamek","url":"","description":""}},{"id":9561,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-04 08:07:50","content":" @yonodo, xstyle is not distributed as part of the JSAPI 4.0.<\/p>\n","parent":9555,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9562,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-04 08:09:42","content":" @yonodo, the DrawToolbar and NavigationToolbar are not part of the 4.0 release. However, they are planned for future 4.x releases. See https:\/\/developers.arcgis.com\/javascript\/latest\/guide\/functionality-matrix\/index.html#toolbars<\/a> for more information.<\/p>\n","parent":9556,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9582,"name":"yonodo","url":"","date":"2016-05-10 02:30:23","content":" Question, where is the ArcgisDynamicLayer in this version of the api?<\/p>\n","parent":0,"author":{"id":16242,"slug":"Cristian-2","name":"yonodo","first_name":"","last_name":"","nickname":"yonodo","url":"","description":""}},{"id":9588,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-10 09:12:07","content":" @yonodo, “ArcGISDynamicMapServiceLayer” is now MapImageLayer. You might want to take a look at the migration docs for more information, see for example https:\/\/developers.arcgis.com\/javascript\/latest\/guide\/functionality-matrix\/index.html#layers<\/a><\/p>\n","parent":9582,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9597,"name":"jsamek","url":"","date":"2016-05-11 09:59:22","content":" Is there no response because this is a real issue? I can provide more info if needed…<\/p>\n In 3.16, the pop-up provides left and right arrow icons to scroll through the attributes of multiple features. 4.0 does not have the arrows as far as I’ve seen.<\/p>\n","parent":9560,"author":{"id":49411,"slug":"James-372","name":"jsamek","first_name":"","last_name":"","nickname":"jsamek","url":"","description":""}},{"id":9601,"name":"raj_webmobe","url":"","date":"2016-05-11 23:08:47","content":" How can i do cluster in Esri map 4.0 version and also how can i draw polygon esri map is it possible in 4.0 ? How to load push Pins or MapPoints using ESRI 4.0 JS?<\/p>\n","parent":0,"author":{"id":215783,"slug":"Jaimin-3","name":"Jaimin","first_name":"Jaimin","last_name":"Belani","nickname":"Sam","url":"","description":""}},{"id":9603,"name":"sam_belani_1991","url":"","date":"2016-05-11 23:16:03","content":" I also have same issue and also agree with raj_webmobe<\/p>\n","parent":9601,"author":{"id":215783,"slug":"Jaimin-3","name":"Jaimin","first_name":"Jaimin","last_name":"Belani","nickname":"Sam","url":"","description":""}},{"id":9604,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-12 13:47:46","content":" @jsamek – the drilldown is working in 3D, see https:\/\/developers.arcgis.com\/javascript\/latest\/sample-code\/scene-local\/index.html<\/a>, but in 2D it’s only working for ImageryLayer. This is something we’re looking at adding (back) in future 4.x versions.<\/p>\n","parent":9597,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9605,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-12 22:04:02","content":" @raj_webmobe, But what about the current situation?we want to implement Clustering right now. Then what should i do currently?<\/p>\n","parent":9605,"author":{"id":215783,"slug":"Jaimin-3","name":"Jaimin","first_name":"Jaimin","last_name":"Belani","nickname":"Sam","url":"","description":""}},{"id":9607,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-12 22:12:11","content":" @sam_belani_1991, @Jaimin, if you want to use clustering now, you would either have to use the 3x API (with one of the various implementations for it), or you would have to port one of those implementations to 4.0.<\/p>\n","parent":9606,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}}],"attachments":[{"id":62958,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/webscene-basic.png","slug":"webscene-basic","title":"webscene-basic","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/webscene-basic.png","width":368,"height":243},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/webscene-basic-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/webscene-basic-300x198.png","width":300,"height":198},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/webscene-basic.png","width":368,"height":243},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/webscene-basic-368x85.png","width":368,"height":85}}},{"id":62846,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/Blog-FeaturedImage-4.0.jpg","slug":"blog-featuredimage-4-0","title":"Blog-FeaturedImage-4.0","description":"","caption":"","parent":62841,"mime_type":"image\/jpeg","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/Blog-FeaturedImage-4.0.jpg","width":250,"height":250},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/Blog-FeaturedImage-4.0-150x150.jpg","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/Blog-FeaturedImage-4.0.jpg","width":250,"height":250},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/Blog-FeaturedImage-4.0.jpg","width":250,"height":250},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/Blog-FeaturedImage-4.0-250x85.jpg","width":250,"height":85}}},{"id":62974,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sdk-4.0.png","slug":"sdk-4-0","title":"sdk-4.0","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sdk-4.0.png","width":500,"height":323},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sdk-4.0-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sdk-4.0-300x193.png","width":300,"height":193},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sdk-4.0.png","width":500,"height":323},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sdk-4.0-500x85.png","width":500,"height":85}}},{"id":62952,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/api-reference-popup.png","slug":"api-reference-popup","title":"api-reference-popup","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/api-reference-popup.png","width":457,"height":300},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/api-reference-popup-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/api-reference-popup-300x196.png","width":300,"height":196},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/api-reference-popup.png","width":457,"height":300},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/api-reference-popup-457x85.png","width":457,"height":85}}},{"id":62977,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color.jpg","slug":"layers-scenelayer-vv-color","title":"layers-scenelayer-vv-color","description":"","caption":"","parent":62841,"mime_type":"image\/jpeg","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color.jpg","width":300,"height":200},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color-150x150.jpg","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color.jpg","width":300,"height":200},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color.jpg","width":300,"height":200},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color-300x85.jpg","width":300,"height":85}}},{"id":62996,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-1.png","slug":"layer-item-1","title":"layer-item-1","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-1.png","width":400,"height":263},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-1-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-1-300x197.png","width":300,"height":197},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-1.png","width":400,"height":263},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-1-400x85.png","width":400,"height":85}}},{"id":62967,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-2.png","slug":"layer-item-2","title":"layer-item-2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-2.png","width":400,"height":261},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-2-300x195.png","width":300,"height":195},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-2.png","width":400,"height":261},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layer-item-2-400x85.png","width":400,"height":85}}},{"id":62968,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/custom-ui-2.png","slug":"custom-ui-2","title":"custom-ui-2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/custom-ui-2.png","width":500,"height":503},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/custom-ui-2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/custom-ui-2-298x300.png","width":298,"height":300},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/custom-ui-2.png","width":500,"height":503},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/custom-ui-2-500x85.png","width":500,"height":85}}},{"id":62979,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture.png","slug":"layers-scenelayer-texture","title":"layers-scenelayer-texture","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture.png","width":300,"height":196},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture.png","width":300,"height":196},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture.png","width":300,"height":196},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture-300x85.png","width":300,"height":85}}},{"id":62999,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars.png","slug":"sceneview-stars","title":"sceneview-stars","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars.png","width":400,"height":261},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars-300x195.png","width":300,"height":195},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars.png","width":400,"height":261},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars-400x85.png","width":400,"height":85}}},{"id":62978,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d.png","slug":"visualization-trees-2d","title":"visualization-trees-2d","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d.png","width":300,"height":197},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d.png","width":300,"height":197},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d.png","width":300,"height":197},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d-300x85.png","width":300,"height":85}}},{"id":62991,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-mapview-2.png","slug":"get-started-mapview-2","title":"get-started-mapview-2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-mapview-2.png","width":368,"height":243},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-mapview-2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-mapview-2-300x198.png","width":300,"height":198},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-mapview-2.png","width":368,"height":243},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-mapview-2-368x85.png","width":368,"height":85}}},{"id":62992,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-sceneview-2.png","slug":"get-started-sceneview-2","title":"get-started-sceneview-2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-sceneview-2.png","width":368,"height":243},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-sceneview-2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-sceneview-2-300x198.png","width":300,"height":198},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-sceneview-2.png","width":368,"height":243},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/get-started-sceneview-2-368x85.png","width":368,"height":85}}},{"id":63000,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars2.png","slug":"sceneview-stars2","title":"sceneview-stars2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars2.png","width":400,"height":261},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars2-300x195.png","width":300,"height":195},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars2.png","width":400,"height":261},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/sceneview-stars2-400x85.png","width":400,"height":85}}},{"id":63003,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d2.png","slug":"visualization-trees-2d2","title":"visualization-trees-2d2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d2.png","width":400,"height":261},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d2-300x195.png","width":300,"height":195},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d2.png","width":400,"height":261},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/visualization-trees-2d2-400x85.png","width":400,"height":85}}},{"id":63004,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color2.png","slug":"layers-scenelayer-vv-color2","title":"layers-scenelayer-vv-color2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color2.png","width":400,"height":261},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color2-300x195.png","width":300,"height":195},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color2.png","width":400,"height":261},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color2-400x85.png","width":400,"height":85}}},{"id":63005,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture2.png","slug":"layers-scenelayer-texture2","title":"layers-scenelayer-texture2","description":"","caption":"","parent":62841,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture2.png","width":400,"height":261},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture2-300x195.png","width":300,"height":195},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture2.png","width":400,"height":261},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-texture2-400x85.png","width":400,"height":85}}},{"id":63101,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/jsapi_atmosphere_400x261.gif","slug":"jsapi_atmosphere_400x261","title":"jsapi_atmosphere","description":"","caption":"","parent":62841,"mime_type":"image\/gif","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/jsapi_atmosphere_400x261.gif","width":400,"height":261},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/jsapi_atmosphere_400x261-150x150.gif","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/jsapi_atmosphere_400x261-300x195.gif","width":300,"height":195},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/jsapi_atmosphere_400x261.gif","width":400,"height":261},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/jsapi_atmosphere_400x261-400x85.gif","width":400,"height":85}}}],"comment_count":23,"comment_status":"open","thumbnail":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/05\/layers-scenelayer-vv-color2-400x85.png"},{"id":62797,"type":"post","slug":"new-arcgis-pro-sdk-learning-resources-available","url":"https:\/\/blogs.esri.com\/esri\/arcgis\/2016\/04\/28\/new-arcgis-pro-sdk-learning-resources-available\/","status":"publish","title":"New ArcGIS Pro SDK Learning Resources Available","title_plain":"New ArcGIS Pro SDK Learning Resources Available","content":" Some good news on Pro SDK learning resources \u2013 a number of informative videos have just been posted online this week — Dev Summit sessions and a new Live Training Seminar recording.<\/p>\n \n The 2016 Esri Developer Summit technical sessions are now available on the Esri E380<\/a> website, and there are four excellent Pro SDK session recordings available.\u00a0 These presentations were given by the actual Desktop SDK Team, so you are getting some excellent instruction from the authorities on the Pro SDK.\u00a0 Here are each of the sessions available online with links and descriptions:<\/p>\n ArcGIS Pro SDK for .NET: Programming Patterns<\/a><\/p>\n ArcGIS Pro SDK for .NET: Editing and Geodatabase Integration<\/a><\/p>\n ArcGIS Pro SDK for .NET: Integration with ArcGIS Online<\/a><\/p>\n ArcGIS Pro SDK for .NET: UI Design and MVVM<\/a><\/p>\n Also, the recording for last week\u2019s Live Training Seminar on the ArcGIS Pro SDK, \u201cExtend ArcGIS Pro Functionality with Add-ins<\/a>\u201d, is now available. \u00a0The 60-minute LTS provides three short presentations by Rob Burke, of Esri Educational Services. Rob is a long-time veteran of training developers on ArcObjects and ArcGIS Desktop development, and he provides a great introduction to the Pro SDK and asynchronous programming for Pro.<\/p>\n Thanks again to those that attended last week\u2019s LTS and sent in questions.\u00a0 Answers to your questions have been provided at this<\/a> GeoNet post.\u00a0 Keep in mind that you can always check for answers to your Pro SDK questions by searching the post threads on the Pro SDK Group<\/a> on GeoNet, and post new questions there as well. \u00a0You can also review the helpful\u00a0FAQ page<\/a>\u00a0on GitHub.<\/p>\n","excerpt":"Some good news on Pro SDK learning resources \u2013 a number of informative videos have just been posted online this week — Dev Summit sessions and a new Live Training Seminar recording. The 2016 Esri Developer Summit technical sessions are … Continue reading →<\/span><\/a>","date":"2016-04-28 16:22:18","modified":"2016-05-02 19:42:50","categories":[{"id":3119,"slug":"subject-app-developers","title":"App Developers","description":"","parent":0,"post_count":194},{"id":3189,"slug":"apps","title":"Apps","description":"","parent":0,"post_count":231},{"id":3788,"slug":"arcgis-pro","title":"ArcGIS Pro","description":"","parent":0,"post_count":94},{"id":24,"slug":"developer","title":"Developer","description":"","parent":0,"post_count":559}],"tags":[{"id":48,"slug":"net","title":".NET","description":"","post_count":131},{"id":4530,"slug":"2016-dev-summit","title":"2016 Dev Summit","description":"","post_count":2},{"id":3788,"slug":"arcgis-pro","title":"ArcGIS Pro","description":"","post_count":59},{"id":4309,"slug":"arcgis-pro-sdk","title":"ArcGIS Pro SDK","description":"","post_count":8},{"id":1503,"slug":"live-training-seminar","title":"live training seminar","description":"","post_count":11},{"id":2444,"slug":"training-and-education","title":"Training and Education","description":"","post_count":5}],"author":{"id":61903,"slug":"Christopher-218","name":"Christopher Zent","first_name":"Christopher","last_name":"Zent","nickname":"Chris","url":"","description":""},"comments":[],"attachments":[{"id":63014,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/E380.jpg","slug":"e380","title":"E380","description":"","caption":"","parent":62797,"mime_type":"image\/jpeg","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/E380.jpg","width":729,"height":210},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/E380-150x150.jpg","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/E380-300x86.jpg","width":300,"height":86},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/E380.jpg","width":640,"height":184},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/E380-729x85.jpg","width":729,"height":85}}},{"id":63015,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/E3801.jpg","slug":"e380-2","title":"E380","description":"","caption":"","parent":62797,"mime_type":"image\/jpeg","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/E3801.jpg","width":729,"height":210},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/E3801-150x150.jpg","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/E3801-300x86.jpg","width":300,"height":86},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/E3801.jpg","width":640,"height":184},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/E3801-729x85.jpg","width":729,"height":85}}},{"id":63016,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/States-and-Conditions.jpg","slug":"states-and-conditions","title":"States and Conditions","description":"","caption":"","parent":62797,"mime_type":"image\/jpeg","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/States-and-Conditions.jpg","width":1784,"height":977},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/States-and-Conditions-150x150.jpg","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/States-and-Conditions-300x164.jpg","width":300,"height":164},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/States-and-Conditions-1024x560.jpg","width":640,"height":350},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/States-and-Conditions-1600x85.jpg","width":1600,"height":85}}},{"id":63017,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/Async-Method.jpg","slug":"async-method","title":"Async Method","description":"","caption":"","parent":62797,"mime_type":"image\/jpeg","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/Async-Method.jpg","width":1364,"height":670},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/Async-Method-150x150.jpg","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/Async-Method-300x147.jpg","width":300,"height":147},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/Async-Method-1024x502.jpg","width":640,"height":313},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/Async-Method-1364x85.jpg","width":1364,"height":85}}}],"comment_count":0,"comment_status":"open","thumbnail":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2015\/12\/ArcGIS_Pro1-214x85.jpg"},{"id":62673,"type":"post","slug":"arcgis-online-live-feeds-update","url":"https:\/\/blogs.esri.com\/esri\/arcgis\/2016\/04\/27\/arcgis-online-live-feeds-update\/","status":"publish","title":"ArcGIS Online Live Feeds Update","title_plain":"ArcGIS Online Live Feeds Update","content":" The Esri Live Feeds team has just released a new layer and added it to the ArcGIS Online Living Atlas, and also made some improvements to existing layers.\u00a0In this post we will provide an overview of the updates.<\/p>\n USA Weather Warnings and Watches<\/a>\u00a0have been added to the collection. This layer contains real-time warnings, watches, and advisories from the\u00a0National Weather Service<\/a>.\u00a0 There is some extra processing that is done to dissolve the polygons in to single warnings, watches, or advisories based on their unique ID.\u00a0 The overlays of the various zones are provided for reference.\u00a0 There is also a set of layers based on the severity type.<\/p>\n USA Weather Warnings and Watches<\/p><\/div>\n Wind Probability was added to\u00a0Active Hurricanes<\/a>.\u00a0This update adds data showing wind speed probabilities for tropical storm force (34 knots), strong tropical storm force (50 knots), and hurricane force winds (64 knots plus).\u00a0Observations from buoys have been added to the\u00a0Current Wind and Weather conditions<\/a>\u00a0layer. \u00a0This adds additional observations from the network of buoys via NOAA\u2019s\u00a0National Data Buoy Center<\/a>.<\/p>\n Wind force probability was added to the Active Hurricanes layer<\/p><\/div>\n Buoys were added to Current Wind and Weather Conditions layer<\/p><\/div>\n These updates join an existing collection of Live Feeds which include:<\/p>\n Note that these feeds are included with your ArcGIS Online for organization subscription.\u00a0 No credits are used for accessing this information and displaying these layers in apps.\u00a0 Note there are a couple of extra steps to go through if you want to share this information with the public and those steps are outlined here<\/a>.<\/p>\n As a reminder, please make sure to update the sources of your live feeds and remove references to tmservices1.esri.com as those services will be retired at the end of the year<\/a>.\u00a0 Those feeds either have been or will be migrated to ArcGIS Online.<\/p>\n","excerpt":"The Esri Live Feeds team has just released a new layer and added it to the ArcGIS Online Living Atlas, and also made some improvements to existing layers.\u00a0In this post we will provide an overview of the updates. USA Weather … Continue reading →<\/span><\/a>","date":"2016-04-27 17:17:22","modified":"2016-04-27 18:03:40","categories":[{"id":3119,"slug":"subject-app-developers","title":"App Developers","description":"","parent":0,"post_count":194},{"id":21,"slug":"arcgis-online","title":"ArcGIS Online","description":"","parent":0,"post_count":1156},{"id":37,"slug":"subject-public-safety","title":"Public Safety","description":"","parent":0,"post_count":166}],"tags":[{"id":797,"slug":"disaster-response","title":"Disaster Response","description":"","post_count":11},{"id":3969,"slug":"earth-observations","title":"Earth Observations","description":"","post_count":7},{"id":1500,"slug":"live-feeds","title":"live feeds","description":"","post_count":16},{"id":3772,"slug":"living-atlas","title":"Living Atlas","description":"","post_count":111}],"author":{"id":187,"slug":"daniel-siegel","name":"Daniel Siegel","first_name":"Daniel","last_name":"Siegel","nickname":"Daniel","url":"","description":""},"comments":[],"attachments":[{"id":62677,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/2.png","slug":"2-19","title":"2","description":"","caption":"","parent":62673,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/2.png","width":1408,"height":896},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/2-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/2-300x190.png","width":300,"height":190},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/2-1024x651.png","width":640,"height":406},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/2-1408x85.png","width":1408,"height":85}}},{"id":62678,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/1.png","slug":"1-22","title":"1","description":"","caption":"","parent":62673,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/1.png","width":1002,"height":660},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/1-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/1-300x197.png","width":300,"height":197},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/1.png","width":640,"height":421},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/1-1002x85.png","width":1002,"height":85}}},{"id":62679,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/21.png","slug":"2-20","title":"2","description":"","caption":"","parent":62673,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/21.png","width":1408,"height":896},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/21-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/21-300x190.png","width":300,"height":190},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/21-1024x651.png","width":640,"height":406},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/21-1408x85.png","width":1408,"height":85}}},{"id":62681,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/11.png","slug":"1-23","title":"USA Weather Warnings and Watches","description":"USA Weather Warnings and Watches","caption":"USA Weather Warnings and Watches","parent":62673,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/11.png","width":1002,"height":660},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/11-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/11-300x197.png","width":300,"height":197},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/11.png","width":640,"height":421},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/11-1002x85.png","width":1002,"height":85}}},{"id":62682,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/22.png","slug":"2-21","title":"Wind Force Probability","description":"Wind force probability was added to the Active Hurricanes layer","caption":"Wind force probability was added to the Active Hurricanes layer","parent":62673,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/22.png","width":1408,"height":896},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/22-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/22-300x190.png","width":300,"height":190},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/22-1024x651.png","width":640,"height":406},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/22-1408x85.png","width":1408,"height":85}}},{"id":62683,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/3.png","slug":"3-13","title":"Buoys","description":"Buoys were added to Current Wind and Weather Conditions layer","caption":"Buoys were added to Current Wind and Weather Conditions layer","parent":62673,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/3.png","width":359,"height":321},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/3-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/3-300x268.png","width":300,"height":268},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/3.png","width":359,"height":321},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/3-359x85.png","width":359,"height":85}}},{"id":62696,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/4-27-2016-6-00-48-PM.png","slug":"4-27-2016-6-00-48-pm","title":"4-27-2016 6-00-48 PM","description":"","caption":"","parent":62673,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/4-27-2016-6-00-48-PM.png","width":126,"height":110},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/4-27-2016-6-00-48-PM.png","width":126,"height":110},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/4-27-2016-6-00-48-PM.png","width":126,"height":110},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/4-27-2016-6-00-48-PM.png","width":126,"height":110},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/4-27-2016-6-00-48-PM-126x85.png","width":126,"height":85}}}],"comment_count":0,"comment_status":"open","thumbnail":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/4-27-2016-6-00-48-PM-126x85.png"},{"id":62535,"type":"post","slug":"arcgis-runtime-sdk-10-2-6-for-qt-patch-is-available-improves-stability-and-security","url":"https:\/\/blogs.esri.com\/esri\/arcgis\/2016\/04\/26\/arcgis-runtime-sdk-10-2-6-for-qt-patch-is-available-improves-stability-and-security\/","status":"publish","title":"ArcGIS Runtime SDK 10.2.6 for Qt Patch is available, improves stability and security","title_plain":"ArcGIS Runtime SDK 10.2.6 for Qt Patch is available, improves stability and security","content":" Qt developers can download the patch from the Esri Support site<\/a>\u00a0today.<\/p>\n This patch addresses stability and security issues with ArcGIS Runtime SDK 10.2.6.<\/p>\n Here are a few of the key issues that were addressed:<\/p>\n Who should apply the patch?<\/strong><\/p>\n Since we’ve introduced an upgraded, more secure OpenSSL version, we are encouraging all app developers who are targeting the Google Play store to apply this patch, as it will soon be impossible to deploy Android apps with a lesser OpenSSL version.<\/p>\n For others, we also encourage you to apply this patch, as it provides some stability fixes as well.<\/p>\n","excerpt":"Qt developers can download the patch from the Esri Support site\u00a0today. This patch addresses stability and security issues with ArcGIS Runtime SDK 10.2.6. What’s in the patch? Here are a few of the key issues that were addressed: Upgraded OpenSSL … Continue reading →<\/span><\/a>","date":"2016-04-26 12:36:00","modified":"2016-04-26 17:24:31","categories":[{"id":3119,"slug":"subject-app-developers","title":"App Developers","description":"","parent":0,"post_count":194},{"id":3189,"slug":"apps","title":"Apps","description":"","parent":0,"post_count":231},{"id":24,"slug":"developer","title":"Developer","description":"","parent":0,"post_count":559}],"tags":[{"id":3189,"slug":"apps","title":"Apps","description":"","post_count":23},{"id":273,"slug":"arcgis-runtime","title":"ArcGIS Runtime","description":"","post_count":63},{"id":3796,"slug":"arcgis-runtime-sdk-for-qt","title":"ArcGIS Runtime SDK for Qt","description":"","post_count":18},{"id":3961,"slug":"qml","title":"QML","description":"","post_count":15},{"id":3139,"slug":"qt","title":"Qt","description":"Relates to Qt (app framework for C++) and\/or the ArcGIS Runtime SDK for Qt.","post_count":20},{"id":4291,"slug":"qt-sdk","title":"Qt SDK","description":"","post_count":4}],"author":{"id":34,"slug":"eric906","name":"Eric Bader","first_name":"Eric","last_name":"Bader","nickname":"eric906","url":"","description":""},"comments":[],"attachments":[],"comment_count":0,"comment_status":"open"},{"id":62348,"type":"post","slug":"esri-will-be-participating-at-xamarin-evolve-2016","url":"https:\/\/blogs.esri.com\/esri\/arcgis\/2016\/04\/21\/esri-will-be-participating-at-xamarin-evolve-2016\/","status":"publish","title":"Esri will be participating at Xamarin Evolve 2016!","title_plain":"Esri will be participating at Xamarin Evolve 2016!","content":" The Evolve conference hosted by Xamarin, is a premier cross-platform mobile event where 1,500 developers, industry leaders and Xamarin experts converge to define the future of apps. This year Esri is a silver sponsor for the event and will be participating in activities at Evolve16<\/span><\/a> in Orlando, Florida, April 24-28.<\/p>\n Esri will be showcasing opportunities for Xamarin developers, including leveraging ArcGIS technology that integrates seamlessly with the Xamarin platform.<\/p>\n Rex Hansen, ArcGIS Runtime product manager, and Rich Zwaap, lead software developer for the ArcGIS Runtime SDK for Xamarin<\/span><\/a>, will be giving a technical presentation on \u201cBuilding Cross-Platform Mapping Apps with ArcGIS Runtime\u201d for developers who need to build mapping apps for iOS, Android, and Windows. He\u2019ll talk about what you need to get started, demonstrate how to add ArcGIS functionality to mobile apps, and touch on how you can share .NET code across iOS, Android and Windows platforms.<\/p>\n Through the Xamarin and Esri technology partnership, we are looking forward to showing the Xamarin developer community how they can integrate mapping and geospatial technology into the apps they create.<\/p>\n Starting with\u00a0Google Chrome<\/a>\u00a0version 50, some of the HTML5 web APIs<\/a>\u00a0will require websites to be using a secure origin like\u00a0HTTPS<\/strong>\u00a0to work correctly. The APIs that will be affected are:\u00a0Geolocation<\/a>,\u00a0Fullscreen<\/a>,\u00a0Device motion<\/a>\u00a0and\u00a0Device orientation<\/a>.<\/p>\n Simply put, unless sites are running on the HTTPS protocol, they won’t work as expected.<\/p>\n Many developers are using these APIs in apps alongside or with the ArcGIS API for Javascript. These APIs also provide key functionality for users in configurable or custom apps,\u00a0Web AppBuilder for ArcGIS<\/a>, and the\u00a0map viewer<\/a> used in ArcGIS Online and Portal for ArcGIS.<\/p>\n For instance, the\u00a0Locate<\/a>\u00a0widget uses the\u00a0Geolocation<\/a>\u00a0API to prompt the user for permission to find their position. If the user allows, it will navigate the map to their current location. This widget is used in the map viewer, Web AppBuilder, configurable apps and custom user apps.<\/p>\n Once Chrome has been automatically updated to version 50, the Locate widget will need to run on a website using HTTPS<\/strong>\u00a0in order to successfully get the user’s current position. When the Locate widget is used on the HTTP protocol, a user will still be able to click the button, but nothing will happen and a warning will be logged in their browser’s console.<\/p>\n Chrome is making these changes to protect a user\u2019s private information from a network attacker.<\/p>\n Functionality such as prompting for a user’s location, wasn’t originally required to be using a secure origin. However, it probably should have been to prevent unauthorized access to personally-identifiable information. It seems likely that other browsers will follow suit and may start requiring secure origins for some of these APIs to work as well. It’s better to be prepared for that, and more security is good too!<\/p>\n Although, it’s great to be more secure, it\u2019s going to require changes to web hosts in order to keep the functionality working.<\/p>\n In order to keep everything working as expected, make sure that your apps are using a secure origin. See the following resources for setting up your organization, portal, or server with HTTPS.<\/p>\n\r\ndependencies {\r\n compile 'com.esri.arcgis.android:arcgis-android:10.2.8'\r\n}\r\n<\/pre>\n
Version 4.0 and the 4.x series<\/h1>\n
\n<\/span><\/p>\nMake 3D maps as easily as 2D maps<\/h1>\n
var<\/span> map = new<\/span> Map<\/span>({\r\n basemap: \"dark-gray\"<\/span>,\r\n layers: [imageryLayer]\r\n});\r\n\r\nvar<\/span> view = new<\/span> SceneView({\r\n container: \"viewDiv\"<\/span>,\r\n map: map\r\n});\r\n<\/code><\/pre>\n<\/div>\n
<\/a><\/div>\n<\/div>\n<\/div>\n
var<\/span> map = new<\/span> Map<\/span>({\r\n basemap: \"dark-gray\"<\/span>,\r\n layers: [imageryLayer]\r\n});\r\n\r\nvar<\/span> view = new<\/span> MapView({\r\n container: \"viewDiv\"<\/span>,\r\n map: map\r\n});\r\n<\/code><\/pre>\n<\/div>\n
<\/a><\/p>\n<\/div>\n<\/div>\n
Easily integrate with your web GIS<\/h1>\n
var<\/span> scene = new<\/span> WebScene({\r\n portalItem: { \r\n id: \"3a9976baef9240ab8645ee25c7e9c096\"<\/span>\r\n }\r\n});\r\nvar<\/span> view = new<\/span> SceneView({\r\n map: scene,\r\n container: \"viewDiv\"<\/span>\r\n});<\/code><\/pre>\n<\/div>\n
<\/a><\/div>\n<\/div>\n
Author, manage and mash-up layers using layer items<\/h1>\n
<\/a><\/div>\n
<\/a><\/div>\n<\/div>\n
Build a great user experience<\/h1>\n
<\/a>
\nCreate rich pop-up windows using the APIs new pop-up implementation<\/a><\/span><\/p>\n<\/a>
\nTheme all aspects of your application<\/a><\/span><\/p>\nCreate thematic visualizations of your data<\/h1>\n
<\/a>\n<\/div>\n
<\/a>\n<\/div>\n<\/div>\n
Create realistic visualizations of your data<\/h1>\n
<\/a>\n<\/div>\n
<\/a>\n<\/div>\n<\/div>\n
Use the local geometry engine<\/h1>\n
Check it out<\/a><\/h1>\n
<\/a><\/p>\n
\nThe doc is correct, the xstyle and put-selector packages are NOT included.<\/p>\n","parent":9552,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9554,"name":"dylanks","url":"","date":"2016-05-03 13:57:52","content":" <\/p>\n","parent":9557,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9560,"name":"jsamek","url":"","date":"2016-05-04 07:54:43","content":"
\nI asked this quetion 30 Decemmber 2015 and got reply as
\nDrawing tools isn\u2019t part of the beta. It will be part of the 4.0 release. From Bj\u00f6rn Svensson
\nNow Esri 4.0 is released so can you Provide me sample.<\/p>\n","parent":0,"author":{"id":215781,"slug":"Raj-27","name":"raj_webmobe","first_name":"","last_name":"","nickname":"raj_webmobe","url":"","description":""}},{"id":9602,"name":"sam_belani_1991","url":"","date":"2016-05-11 23:14:41","content":"
\n* On your first question (about clustering):
\nIt’s not part of the API in neither version 3 nor 4. For version 3.x there are samples, blogs and github repos for various implementations, but not yet for 4.x.
\n* On your second question (about drawing tools):
\nThe plan back in December was to have the drawing tools part of the 4.0 release, but it didn’t happen. As listed on https:\/\/developers.arcgis.com\/javascript\/latest\/guide\/functionality-matrix\/index.html#toolbars<\/a> this is something we are planning to have in the next version.<\/p>\n","parent":9603,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9606,"name":"Jaimin","url":"","date":"2016-05-12 22:11:28","content":"
\nYou can add points using a FeatureLayer or a GraphicsLayer, and if you want to change their default symbology to a pushpin, you can use the PictureMarkerSymbol instead of a SimpleMarkerSymbol – which is used in https:\/\/developers.arcgis.com\/javascript\/latest\/sample-code\/visualization-location-simple\/index.html<\/a>.<\/p>\n","parent":9602,"author":{"id":142,"slug":"bjorn","name":"Bj\u00f6rn Svensson","first_name":"Bj\u00f6rn","last_name":"Svensson","nickname":"Bj\u00f6rn","url":"https:\/\/js.arcgis.com","description":"I have played with Web and GIS for two decades. Currently, I'm the lead product engineer for the ArcGIS API for JavaScript. My GIS background includes setting up the first metadata clearinghouse in Africa, teaching GIS in Albania, doing fieldwork in the Philippines, looking for Orangutan nests on Borneo, National Geographic MapMachine, Geography Network, ArcWeb Services, ArcGIS API for Flex, ArcGIS Viewer for Flex and a few other things around the world."}},{"id":9608,"name":"Bj\u00f6rn Svensson","url":"https:\/\/js.arcgis.com","date":"2016-05-12 22:14:09","content":"<\/a><\/p>\n
\n
<\/a><\/span><\/div>\n
\n
\n
\n
\n<\/span><\/div>\n<\/a><\/p>\n
<\/a>
<\/a>
<\/a>
\n
<\/span><\/h3>\n
What’s in the patch?<\/h3>\n
\n
<\/a><\/p>\n
<\/a><\/p>\n","excerpt":"The Evolve conference hosted by Xamarin, is a premier cross-platform mobile event where 1,500 developers, industry leaders and Xamarin experts converge to define the future of apps. This year Esri is a silver sponsor for the event and will be … Continue reading →<\/span><\/a>","date":"2016-04-21 16:34:42","modified":"2016-04-21 17:30:33","categories":[{"id":3119,"slug":"subject-app-developers","title":"App Developers","description":"","parent":0,"post_count":194},{"id":24,"slug":"developer","title":"Developer","description":"","parent":0,"post_count":559},{"id":33,"slug":"mobile","title":"Mobile","description":"","parent":0,"post_count":257}],"tags":[{"id":48,"slug":"net","title":".NET","description":"","post_count":131},{"id":4589,"slug":"app-developers","title":"App Developers","description":"","post_count":1},{"id":3189,"slug":"apps","title":"Apps","description":"","post_count":23},{"id":225,"slug":"arcgis","title":"arcgis","description":"","post_count":67},{"id":3541,"slug":"arcgis-runtime-sdk","title":"ArcGIS Runtime SDK","description":"","post_count":28},{"id":4557,"slug":"arcgis-runtime-sdk-for-xamarin","title":"ArcGIS Runtime SDK for Xamarin","description":"","post_count":2},{"id":474,"slug":"c","title":"C#","description":"","post_count":10},{"id":24,"slug":"developer","title":"Developer","description":"","post_count":66},{"id":4590,"slug":"evolve","title":"Evolve","description":"","post_count":1},{"id":33,"slug":"mobile","title":"Mobile","description":"","post_count":60},{"id":3910,"slug":"xamarin","title":"xamarin","description":"","post_count":4}],"author":{"id":6972,"slug":"Jennifer-18","name":"Jen Jacob","first_name":"Jen","last_name":"Jacob","nickname":"Jen Jacob","url":"","description":"Product Marketing, Esri."},"comments":[],"attachments":[{"id":62363,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/arcgis_evolve_speakers.png","slug":"arcgis_evolve_speakers","title":"Esri speakers at Evolve","description":"","caption":"","parent":62348,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/arcgis_evolve_speakers.png","width":653,"height":417},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/arcgis_evolve_speakers-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/arcgis_evolve_speakers-300x191.png","width":300,"height":191},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/arcgis_evolve_speakers.png","width":640,"height":408},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/arcgis_evolve_speakers-653x85.png","width":653,"height":85}}},{"id":62361,"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/evolve.png","slug":"evolve","title":"Xamarin Evolve conference","description":"","caption":"","parent":62348,"mime_type":"image\/png","images":{"full":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/evolve.png","width":874,"height":459},"thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/evolve-150x150.png","width":150,"height":150},"medium":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/evolve-300x157.png","width":300,"height":157},"large":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/evolve.png","width":640,"height":336},"post-thumbnail":{"url":"https:\/\/blogs.esri.com\/esri\/arcgis\/files\/2016\/04\/evolve-874x85.png","width":874,"height":85}}}],"comment_count":0,"comment_status":"open"},{"id":62123,"type":"post","slug":"increased-web-api-security-in-google-chrome","url":"https:\/\/blogs.esri.com\/esri\/arcgis\/2016\/04\/14\/increased-web-api-security-in-google-chrome\/","status":"publish","title":"Increased web API security in Google Chrome","title_plain":"Increased web API security in Google Chrome","content":"
What does it mean?<\/h2>\n
Who’s affected by this change?<\/h2>\n
Why is this changing?<\/h2>\n
What you can do?<\/h2>\n