Map of Amsterdam
Out of context: Reply #8
- Started
- Last post
- 20 Responses
- ********0
If you've never used Firebug you might find it tricky. Install Aviary as well.
1. In Firefox, get the map to look how you want it (correct zoom and style)
2. Use Firebug's 'Inspect' to select elements of the page that you don't want there - The top nav bar for the page, the buttons on the actual map overlay, and the little point indicator. Select each one separately, then click edit -> delete whats inside.
3. When you have your page cleared of all the stuff you don't want, select the 'map' class and change the height property to something huge, then add a width property to something huge.
4. Write a Div to contain the map with width and height larger than the map. This makes Aviary not crop the map frame to screen size.
5. Use Aviary to capture the whole page.It might seem like a lot but it's actually quite simple. A slightly easier way than deleting all the unnecessary crap is to use the maps embed code in a simple page of your own and just increase the frame sizes.