使用单个静态图像作为地图

时间:2010-04-08 18:45:52

标签: mapping openlayers

我有一张图片(世界地图的平面图像),我希望能够在此图片中绘制一些坐标而无需创建地图服务器或其他任何东西,我不知道从哪里开始,最简单的方法是什么

2 个答案:

答案 0 :(得分:2)

这将绝对定位包含div中的链接与背景图像: (用于简化概念的内联css)。

<div style="width:500px;height:400px;position:relative;background-image:url('image.png')">
    <div style="top:20px;left:35px;position:absolute;">
       <a href="www.google.com">link</a>
    </div>
    <div style="top:120px;left:65px;position:absolute;">
       <a href="www.google.com">link</a>
    </div>
</div>

答案 1 :(得分:1)

使用OpenLayers.Layer.Image