如何从 ScalaJS leafletJS 调用 Javascript 代码
How to call Javascript code from ScalaJS leafletJS
我正在使用 ScalaJS 库
https://github.com/fancellu/scalajs-leaflet and I am looking to incorporate some custom javascript from https://jackzoushao.github.io/leaflet-marker-direction
关键功能是能够根据行进方向旋转标记。
非常感谢有关如何实现此目的的任何提示。
看看
注意标记,他们创建了一个 AngleMarker
尝试创建适当的 AngleMarker scala 代码,并引入 js
另外看看我是如何拉入一些 GeoJSON.js 对象的
https://github.com/fancellu/scalajs-leaflet/commit/1ebbbdc40ef8cdde7aee362864b5f2812d9be5b6
我正在使用 ScalaJS 库 https://github.com/fancellu/scalajs-leaflet and I am looking to incorporate some custom javascript from https://jackzoushao.github.io/leaflet-marker-direction 关键功能是能够根据行进方向旋转标记。 非常感谢有关如何实现此目的的任何提示。
看看
注意标记,他们创建了一个 AngleMarker
尝试创建适当的 AngleMarker scala 代码,并引入 js
另外看看我是如何拉入一些 GeoJSON.js 对象的
https://github.com/fancellu/scalajs-leaflet/commit/1ebbbdc40ef8cdde7aee362864b5f2812d9be5b6