开发者

Map zoom and selection JQuery plugin?

I have an image that is pretty big. About 1000 x 1000 pixels. I need to display this in a 600 x 600 w开发者_开发百科indow. And I want users to be able to select "properties" on the map. These guys do a pretty good job using flash: http://www.simspro.co.za/omeya/map/

However, this is a bit overkill. I simply want an image where users can select spots off a map, and perhaps zoom in or scroll etc. What would best accomplish this?


Perhaps you can use the JS mapping APIs available, i recommend OpenLayers. With OpenLayers, you can create an "Image" layer, providing spatial registration/referencing (which can be as simple as the pixel coordinates), and then create point features with links and popups properties (cf. the OpenLayers examples : http://openlayers.org/dev/examples/image-layer.html).

ps : More infos on the GIS StackExchange.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜