I'm having trouble plotting/creating a set of raster data to put on a map.
I am editing the DrawText sample to do this.
I load in the world shape file, included with the developers kit, just so I have an outline of the world.
I have a set of data that I want to add. I dont know if it would be a new layer, or just a feature, or what exactly. It is a set of lat-lon-value tuples. They are all equally spaced.
I don't really know how to proceeed from here. I can write the data to any text format, but at am a loss as to how to proceed. Any help would be GREATLY appreciated!