Drawing a path with a line in OpenLayers using JavaScript

后端 未结 3 1844
感情败类
感情败类 2020-12-24 11:49

I have seen the examples presented here of how to draw a line but the examples only show how to do it with the mouse, by clicking.

What I want to do is draw

3条回答
  •  误落风尘
    2020-12-24 12:43

    this page is a classic example of animation via javascript using openlayers.

    it uses a filter strategy to define what to show at what moment in time.

    full javascript available.

提交回复
热议问题