I was clearing out my office area and came across some old lecture notes from my Masters in Geographic Information Systems. Of particular note was a crib sheet I had written, either during a lecture or write-up afterwards on the subject of cartography. Re-reading these notes made me realise how much I have actually (I hope) applied this training during my 15year career since then. So I thought I would share these notes with you.

Map of Mongo

Did you realise but this is a map of Mongo?

Titles Never ever state the obvious. Do not write a title that reads “a map to show…” or “a diagram of…”. Use the font scale of a title and legend to balance the map aesthetics. For thematic maps the subject description can be presented on the data, rather than as a title itself.
North Arrow
Is an important feature when the orientation of a map should be known. If the reader does not need to understand compass headings to use the map, a North Arrow is not necessary.

Mcarthur

Mcarthur's Universal Corrective Map of the World

 

Scale and detail

 

Scale
The scale bar is always important in topologically correct maps.

 

Legends
See titles! You do not need to state the phrase Legend when it obviously is a legend.

MapLegend

It's a legend, we know!, for a map!

Emphasis
The use of emphasis in drawing maps is important. The aims is that a map should be able to present information with no need for the reader to refer to a legend. Administrative boundaries should use a dash line style, roads will have dual lines, Coastlines should show a land/water boundary and contours should have normal line styles.
Shading provides further distinctions, and colour is the crème de la crème, which can lift map dimensionality.

Words on maps
Words on maps should allows follow any graticule lines present on a map. They should also distinguish between cultural (places) and physical (use italics) features. Tyepface is also a good method of distinction. Names on an angle should always be curved, and should never cover important features. A map should only be read from one side.

Shading
Use distinct shading for different attributes. Densities should be displayed using a dot shading approach. Blank shading means 0 or no data, whilst black shading will always dominate a map.

Colour
Simplies and clarifies interpretation and improves the pecerption of detail. Remember that colours means different things to different cultures, so understand your audience when selecting colour.

Thematic scale
Presenting data in thematic scales can make use of; single colour, part spectral, full spectral, or double-ended. Use continuity of colour when presenting different values of the same attribute. Continuous scales can include:


Conclusion
It has been a refreshing reminder for me and I have been scurrying through my maps to see where I have failed to apply these little insights. Mapping technology has come a long way since the mid 90s and the wide availability of web based mapping tools present new challenges and yet all of these principles above still hold true. Importantly though, the latest technology is still no substitute for the cartographer’s consideration of effective map presentation.

Hi all,

I have been transferring my web services from dedicated to managed services and my former blog was last in transition.

Please check back, or look at for further updates.

Regards,

Andrew

How important is location to us these days?

Businesses of all sizes are driven, primarily, by the need to make money, whether that be making bucketloads of profits for shareholders, or simply enough to cover the bills. Yet hether you are a small enterprise, or an international company, locality does play an important role in how a business is perceived, and how it operates.

For example, the address of a business can offer it a prestige, or being close to key suppliers or distribution networks may provide a price advantage. Having a customer market that can be engaged directly with and which develops an affinity for our products can led to valuable repeat business or referral. Increasingly global organisations are turning to the value of local knowledge to improve their returns. Check out HSBC advertising and the recent efforts by Marks & Spencers to localise their national stores.

So, in a society increasingly driven by an online presence, are smaller businesses in danger of missing their ‘local’ markets by adopting broad based web marketing strategies (I use the local market loosely here, because it could be a vertical local market as much as a geographically local market).

I guess the steps for every business is, remember to understand your customer market. Segment it, understand how they engage with you, how they perceive you, and from that I think we can all build good marketing strategies to drive up valuable revenues.

Having worked with Excel pivot tables for some time I have found that there is often a difference between refreshing a pivot table manually and when using the Visual Basic for Applications (VBA) programming language.

Here’s the tip. Use the ManualUpdate property:
Worksheets(1).PivotTables(“Pivot1″).ManualUpdate = True

Before changing the pivot table, set this property to False, add in your command block, then set the property back to True. This makes sure that the pivot layout is exactly how your VBA code wants it to look.

© 2011 Mapping, analysis and more Suffusion theme by Sayontan Sinha