Posted by odoe on September 3, 2010
As GIS professionals when we make maps, one of the most critical components to that map has always been the legend. I have head the statement before that If your map needs a legend, there’s something wrong with your cartography. Yeah right, maybe if you’re making a street map, but when you are building analysis [...]
Posted by odoe on August 10, 2010
So I had an oops moment when apparently I navigated to my local git directory using all lowercase letters and pushed my commits this evening. Although the folder structure in my local repo and the folder structure when I pulled my repo from github were identical, the github page had a FlexMapTools and a flexmaptools [...]
Posted by odoe on July 10, 2010
I’m going to try to use the next few blog posts to go over how I use the tools I’ve provided in the FlexMapTools toolbox I put up on github. The first is the FMap component, which extends the ESRI Map component. This component started as a way to control the position of the ESRI [...]
Posted by odoe on July 8, 2010
For a couple of years now, I have been working with the ESRI Flex API to build Flex Mapping applications at work. Over that time, I like to think I have learned quite about programming and Flex/Flash in general. I would consider myself an intermediate and I continue to learn more everyday (more like shoehorn [...]
Posted by odoe on March 31, 2010
One of the interesting features of Swiz 1.0 (still pre-release) is the ability to create custom metadata processors. To get more familiar with the idea, check this docs page. Note that some items from the docs has changed, such as you no longer extend MetadataProcessor, but extend BaseMetadataProcessor. There is a Yahoo Finance Processor, a [...]
Posted by odoe on February 9, 2010
Recently I decided to take a crack at AS3 Signals. Robert Penner has done some really nice work putting signals together. AS3 Signals is basically meant to replace using custom events to dispatch your payload around. I’m not sure I’m entirely sold on the concept of introducing another API into my apps, but I was [...]
Posted by odoe on December 9, 2009
I was inspired by this posting on the ESRI ArcGIS Server Blog filed in the Flex tag, that linked your graphics on a map with a DataGrid. This is a useful function and one I thought could be encapsulated into it’s own task. In my case, I just had a need to highlight a graphic [...]