我正在尝试在 stackblitz中运行类似于此示例的内容。
代码(不是我的,但类似于我想要实现的代码)在js fiddle中运行,您可以在其中包含依赖项作为来自 github 的 url,但在 stackblitz 项目中尝试相同时不起作用。
我试图在 index.html 中包含这样的依赖项:
<script src="https://unpkg.com/leaflet@1.2.0/dist/leaflet.js"></script>
<script src="https://kartena.github.io/Proj4Leaflet/lib/proj4-compressed.js"></script>
<script src="https://kartena.github.io/Proj4Leaflet/src/proj4leaflet.js"></script>
<script src="https://cdn.rawgit.com/MrMufflon/Leaflet.Coordinates/master/dist/Leaflet.Coordinates-0.1.5.min.js"></script>
我也尝试了一些动态加载代码片段,但我总是以
L 未定义