Here we explore how we can integrate wiki into a mapping environment - either a Geographic Wiki Map, or a Conceptual Wiki Map.
To begin we need to start: - Framing Wiki - Making Wiki transparent - Custom CSS
Pretty Wiki. You can see a minimal start here - pretty wiki
# Communicating With Wiki
The next step is to use window.postmessage to communicate between the map and wiki. This relies on a new feature HTML5 called web messaging.
What we look to do in the next hack, is to link the two way messaging experiments we did in wiki a few weeks back with the map and wiki layouts we just created.
The aim is to have wiki controlled by navigating around and then clicking on nodes in the background map.
# See also