Skip to main content

ESRI's Storytelling with Maps Competition kicks off

                Some of the best stories are told not with pictures but with maps! The storytelling potential of maps has increased dramatically over the years with the evolution of geographic information system (GIS) technology, the Internet, and mobile applications. In recognition of this trend, Esri is inviting users to enter their most compelling web map or mobile app in the Storytelling with Maps contest.

                The rules for the contest are simple: 
  • Your web map or mobile app must have been created primarily using ESRI software products.
  • ArcGIS files such as MXD, LYR, and LPK/MPK files are not eligible for this contest.
  • You can submit multiple entries as long as each submission is unique. 
  • All entries must be submitted through arcgis.com, the website for ArcGIS Online content.
  • The deadline to receive entries is 11:59 p.m. (PDT) Friday, June 10, 2011.
The web map or mobile app will be judged by a panel of GIS professionals and the ArcGIS community. The winners of the contest will be publicized and promoted at the ESRI International User Conference in July, as well as various publications, articles and blogs. The first place winner will receive an etched plaque, one copy of the National Geographic Atlas, 9th Edition, and one copy of  Cartographica Extraordinaire. The second and the third place winners will receive an etched plaque and one copy of  Cartographica Extraordinaire each. First 500 applicants who submit an entry will receive a free T-shirt.

So come on all! Put on your mapping and storytelling cap and come up with a brilliant story using maps! All the best. So long!

Comments

Recommended for You

What is GIS?

          Once I started writing this blog, I received a number of feedbacks from readers asking me to write something about what exactly GIS is. So here is some information, that will give you an idea about " What is GIS? "           A geographic information system (GIS) integrates hardware, software, and data for capturing, managing, analyzing, and displaying all forms of geographically referenced information. GIS allows us to view, understand, question, interpret, and visualize data in many ways that reveal relationships, patterns, and trends in the form of maps, globes, reports, and charts.             A GIS helps you answer questions and solve problems by looking at your data in a way that is quickly understood and easily shared. GIS technology can be integrated into any enterprise information system framework.     ...

ES6 101 - Lexical Declarations - Const

Spatial Unlimited changes to The UI Dev After being hosted on blogger 😣 for the last 6 years πŸ“†, this page has finally been moved to Github.io This means a few things for you, dear reader! You will be redirected to the new page shortly! ⏩ ⏩ ⏩ Once crapy HTML is now better looking Markdown ! 😍 😍 The entire blog is a Github repo ! 😍 😍 Spatial Unlimited is now The UI Dev 😍 😍

Learning React in #41Tweets

Sounds crazy, right? 😲Not really. It is possible! This is no magic pill ✨ . There is no substitute for practice and experience , but this will get you started and help you make the right decisions in your React journey. When I started with React, the sheer use of ES6 syntax and difference in the coding style, made me not want to use it. But when I learned and practiced ES6 and then learned and practiced React, that is when I truly fell in love with React 😍 I created a Twitter Moment Learning React ⚛️ which is basically a collection of #41Tweets that will get you off the ground on your React journey. I hope you like this new approach to learning React and hope it is helpful in getting you started 🀝Let me know your feedback and keep the conversation going on Twitter 🐦

Drive along - Cool coding

         This is something that will demonstrate to you the power of mapping! This is a Google Maps API v2 example, but just copy and paste the code in an html file and you will see something very cool! This will prove that mapping is real fun!          Let's have a look at the code first. Copy this code in your html file. Don't worry about the length of the code and the post in general. Just execute the code and you will surely enjoy what you see! <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <title> Drive Along </title> <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=false&amp;key=ABQIAAAAu3HXU_hLdVPTFGqLed_FCxT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQbblEPYBGNoRsuuSU9aBfSq4VAZA" type="text/javascript"> </script> <script src="http://econym.org.uk/gmap/epoly.js" type="text/javascript"> ...

ES6 101 - For..of

Spatial Unlimited changes to The UI Dev After being hosted on blogger 😣 for the last 6 years πŸ“†, this page has finally been moved to Github.io This means a few things for you, dear reader! You will be redirected to the new page shortly! ⏩ ⏩ ⏩ Once crapy HTML is now better looking Markdown ! 😍 😍 The entire blog is a Github repo ! 😍 😍 Spatial Unlimited is now The UI Dev 😍 😍