Create a map

Hey guys,

how can you just create a map? I want the map do be an image, that you can zoom in at the map and that you can see objects on that map.
Actually it should work like the gallery in android/iphone. The images are maps, and you can change maps by just sliding them. On the maps I want to be able to put objects acccording to coordinates.

Can someone get me started? I have no idea where to begin.

When you need large complicated things like this… it’s best to stop, assess what it is you want, and write down every part of it.

Create a design doc for it.

Draw up the visual representation.

Describe each part of it.

And then go about solving the problems of creating each individual part.

Now once you start running into problems designing each part… that’s when you come to us and ask about your individual problems.

There, got you started.

use a box with scrollbar, put there all your images, the user just select the image (map) and see it. For zooming just increase the rect width and height, and decrease of half the position on x and y.
Try it, i think that this will work, but i am not sure! good luck