Howto Produce Map for MapMap: Process Overview
Preparing a map for MapMap consists of two stages:
- Preparing map image
The goal of this stage is to convert your map into
image format MapMap understands, which is 4-bit Windows
BMP. If you already have map in raster image format,
this can be as simple as performing required conversion
in graphics editor, but to produce map which will look
god on PDA (an even more - on all PDAs, both color and
grayscale), a little more attention is required to this
stage.
- Preparing map coordinate database
Coordinate database allows to lookup objects on map
by their names. Producing one requires more effort than
preparing image, but it of course makes map much more usable.
Anyway, coordinates database is optional and you may start
using map without it.
Following topics discuss these stages in detail for different cases.
- If you already have map in raster image format, you just need to
convert it to 4-bit BMP format. Read more for techniques
and tips how to get good-looking results.
- What if you don't have image file? If you have paper source, you just
scan it and refer to case 1 above. But if you have some map in non-raster
(i.e. vector) format, or propriatary format, or emebedded in application, or
something else, but which can you see on your screen and pan around,
Read generic image extraction howto. Check last topic below though, it may
describe special conversion procedures for some common formats.
- Now you should have the image of map ready. Read about
preparing coordinate database for it.
- There may be other ways to extract image and/or coordinate data from
some formats: