LSSE-front/public/config.js

6 lines
169 B
JavaScript
Raw Normal View History

2025-08-11 15:24:06 +08:00
window._CONFIG = {
ImageryProviderUrl: "http://localhost:8090/mapWX/{z}/{x}/{y}.jpg",
RoadProviderUrl: "",
TerrainProviderUrl: "http://localhost:8090/mapDem/",
};