|
|
1
3
您可以使用图像/图标来表示矢量点,例如。 http://openlayers.org/dev/examples/vector-features.html 使用此PNG文件 alt text http://openlayers.org/dev/img/marker.png 然后,您应该能够像在另一个示例中那样旋转该点。可以旋转到任何角度:
围绕另一个点旋转。 参数 角度{float}旋转角度(从正x轴逆时针测量) 原点{openlayers.geometry.point}旋转的中心点 |