views:

77

answers:

4

Is there a Google-maps like component (that is not Google Maps) that allows pan/zoom of an image and adding markers onto it? I'd like to show an image instead of a map and it can be javascript or flash-based.

A: 

Yahoo! Maps. It looks worse, but it works fine:

http://help.yahoo.com/l/in/yahoo/maps/sharing/imaps-19.html

Time Machine
I don't think the OP is looking for maps specifically, just functionality that has the same features as a map (but using an image instead).
Evert
A: 

How bout Google Maps? I heard that's not too bad

Janie
He does not want Google Maps. He says it in his question.
Time Machine
Downvote for sarcasm?
Janie
+1  A: 

Well, there's google maps...

...with custom tile overlays.

http://code.google.com/apis/maps/documentation/overlays.html#CustomMapTiles

Shawn Leslie
A: 

MapTiler is intended to be used to create maps, but it includes an option that will automatically generate exactly what you're looking for. It cuts an image up into tiles for as many zoom levels as you need. It will create an OpenLayers "map" of your image (because Google Maps uses Mercator projection by default).

If you want to use the Google Maps API instead of OpenLayers, here's a great tutorial and example on how to create a flat projection to override Google's default Mercator projection.

Chris B